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

Method sessionApi

packages/agent-core/src/rpc/core-impl.ts:1008–1010  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

1006 }
1007
1008 private sessionApi(sessionId: string): SessionAPIImpl {
1009 return new SessionAPIImpl(this.requireSession(sessionId));
1010 }
1011
1012 private reloadProviderManager(): KimiConfig {
1013 return this.reloadRuntimeConfig();

Callers 15

promptMethod · 0.95
runShellCommandMethod · 0.95
cancelShellCommandMethod · 0.95
steerMethod · 0.95
cancelMethod · 0.95
undoHistoryMethod · 0.95
setModelMethod · 0.95
setThinkingMethod · 0.95
setPermissionMethod · 0.95
getModelMethod · 0.95
enterPlanMethod · 0.95
cancelPlanMethod · 0.95

Calls 1

requireSessionMethod · 0.95

Tested by

no test coverage detected