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

Method showStatus

apps/kimi-code/src/tui/kimi-tui.ts:2142–2145  ·  view source on GitHub ↗
(message: string, color?: ColorToken)

Source from the content-addressed store, hash-verified

2140 }
2141
2142 showStatus(message: string, color?: ColorToken): void {
2143 this.state.transcriptContainer.addChild(new StatusMessageComponent(message, color));
2144 this.state.ui.requestRender();
2145 }
2146
2147 showNotice(title: string, detail?: string): void {
2148 this.state.transcriptContainer.addChild(new NoticeMessageComponent(title, detail));

Callers 11

finishStartupMethod · 0.95
showSessionWarningsMethod · 0.95
resumeSessionMethod · 0.95
switchToSessionMethod · 0.95
createNewSessionMethod · 0.95
showErrorMethod · 0.95

Calls 2

requestRenderMethod · 0.65
addChildMethod · 0.45

Tested by

no test coverage detected