Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ getPlan
Method
getPlan
packages/node-sdk/src/session.ts:245–248 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
}
244
245
async
getPlan(): Promise<SessionPlan> {
246
this.ensureOpen();
247
return
this.rpc.getPlan({ sessionId: this.id });
248
}
249
250
async
clearPlan(): Promise<void> {
251
this.ensureOpen();
Callers
6
session-prompt-input.test.ts
File · 0.45
session-plan-compact-usage-resume.test.ts
File · 0.45
getPlan
Function · 0.45
getStatus
Function · 0.45
onToolCallStart
Method · 0.45
applyPlanMode
Function · 0.45
Calls
1
ensureOpen
Method · 0.95
Tested by
no test coverage detected