MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getStatusText

Function getStatusText

src/components/AgentProgressLine.tsx:45–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44 // Determine the status text
45 const getStatusText = (): string => {
46 if (!isResolved) {
47 return lastToolInfo || 'Initializing…';
48 }
49 if (isBackgrounded) {
50 return taskDescription ?? 'Running in the background';
51 }
52 return 'Done';
53 };
54
55 return (
56 <Box flexDirection="column">

Callers 1

AgentProgressLineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected