()
| 71 | return <ShellProgressMessage fullOutput={data.fullOutput} output={data.output} elapsedTimeSeconds={data.elapsedTimeSeconds} totalLines={data.totalLines} totalBytes={data.totalBytes} timeoutMs={data.timeoutMs} taskId={data.taskId} verbose={verbose} />; |
| 72 | } |
| 73 | export function renderToolUseQueuedMessage(): React.ReactNode { |
| 74 | return <MessageResponse height={1}> |
| 75 | <Text dimColor>Waiting…</Text> |
| 76 | </MessageResponse>; |
| 77 | } |
| 78 | export function renderToolResultMessage(content: Out, progressMessagesForMessage: ProgressMessage<PowerShellProgress>[], { |
| 79 | verbose, |
| 80 | theme: _theme, |
nothing calls this directly
no outgoing calls
no test coverage detected