MCPcopy 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

getPlanFunction · 0.45
getStatusFunction · 0.45
onToolCallStartMethod · 0.45
applyPlanModeFunction · 0.45

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected