MCPcopy
hub / github.com/codeaashu/claude-code / onProgress

Function onProgress

src/utils/processUserInput/processBashCommand.tsx:55–66  ·  view source on GitHub ↗
(progress: {
      data: ShellProgress;
    })

Source from the content-addressed store, hash-verified

53
54 // Progress UI — shared across both shell backends (both emit ShellProgress)
55 const onProgress = (progress: {
56 data: ShellProgress;
57 }) => {
58 setToolJSX({
59 jsx: <>
60 <BashModeProgress input={inputString!} progress={progress.data} verbose={context.options.verbose} />
61 {jsx}
62 </>,
63 shouldHidePromptInput: false,
64 showSpinner: false
65 });
66 };
67
68 // User-initiated `!` commands run outside sandbox. Both shell tools honor
69 // dangerouslyDisableSandbox (checked against areUnsandboxedCommandsAllowed()

Callers 9

teleportFromSessionsAPIFunction · 0.50
streamRenderedMessagesFunction · 0.50
safeCallProgressFunction · 0.50
loadAndCacheMarketplaceFunction · 0.50
installSelectedPluginsFunction · 0.50
downloadMcpbFunction · 0.50
extractMcpbContentsFunction · 0.50
loadMcpbFileFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected