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

Method clearPlan

packages/node-sdk/src/session.ts:250–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 }
249
250 async clearPlan(): Promise<void> {
251 this.ensureOpen();
252 await this.rpc.clearPlan({ sessionId: this.id });
253 }
254
255 async compact(options: CompactOptions = {}): Promise<void> {
256 this.ensureOpen();

Callers 4

clearPlanFunction · 0.45
handlePlanCommandFunction · 0.45

Calls 1

ensureOpenMethod · 0.95

Tested by

no test coverage detected