MCPcopy Index your code
hub / github.com/codeaashu/claude-code / updateProgress

Function updateProgress

src/utils/processUserInput/processSlashCommand.tsx:212–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers 2

setupGitHubActionsFunction · 0.85

Calls 1

Tested by

no test coverage detected