MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / shouldShowTerminalProgress

Method shouldShowTerminalProgress

apps/kimi-code/src/tui/kimi-tui.ts:2527–2535  ·  view source on GitHub ↗
(effectiveMode: EffectiveActivityPaneMode)

Source from the content-addressed store, hash-verified

2525 }
2526
2527 private shouldShowTerminalProgress(effectiveMode: EffectiveActivityPaneMode): boolean {
2528 if (this.state.appState.isCompacting) return true;
2529 return (
2530 effectiveMode === 'waiting' ||
2531 effectiveMode === 'thinking' ||
2532 effectiveMode === 'composing' ||
2533 effectiveMode === 'tool'
2534 );
2535 }
2536
2537 private shouldPlaceActivitySpinnerInAgentSwarm(
2538 effectiveMode: EffectiveActivityPaneMode,

Callers 1

updateActivityPaneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected