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

Method failSessionRequest

apps/kimi-code/src/tui/kimi-tui.ts:1196–1200  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

1194 }
1195
1196 failSessionRequest(message: string): void {
1197 this.setAppState({ streamingPhase: 'idle' });
1198 this.resetLivePane();
1199 this.showError(message);
1200 }
1201
1202 sendQueuedMessage(session: Session, item: QueuedMessage): void {
1203 if (item.mode === 'bash') {

Callers 3

sendMessageInternalMethod · 0.95
sendSkillActivationMethod · 0.95
activatePluginCommandMethod · 0.95

Calls 3

setAppStateMethod · 0.95
resetLivePaneMethod · 0.95
showErrorMethod · 0.95

Tested by

no test coverage detected