()
| 210 | |
| 211 | // Helper to update progress display using agent progress UI |
| 212 | const updateProgress = (): void => { |
| 213 | setToolJSX({ |
| 214 | jsx: renderToolUseProgressMessage(progressMessages, { |
| 215 | tools: context.options.tools, |
| 216 | verbose: false |
| 217 | }), |
| 218 | shouldHidePromptInput: false, |
| 219 | shouldContinueAnimation: true, |
| 220 | showSpinner: true |
| 221 | }); |
| 222 | }; |
| 223 | |
| 224 | // Show initial "Initializing…" state |
| 225 | updateProgress(); |
no test coverage detected