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

Method cancelShellCommand

packages/agent-core/src/rpc/core-impl.ts:605–607  ·  view source on GitHub ↗
({ sessionId, ...payload }: SessionAgentPayload<CancelShellCommandPayload>)

Source from the content-addressed store, hash-verified

603 }
604
605 cancelShellCommand({ sessionId, ...payload }: SessionAgentPayload<CancelShellCommandPayload>) {
606 return this.sessionApi(sessionId).cancelShellCommand(payload);
607 }
608
609 steer({ sessionId, ...payload }: SessionAgentPayload<SteerPayload>) {
610 return this.sessionApi(sessionId).steer(payload);

Callers

nothing calls this directly

Calls 1

sessionApiMethod · 0.95

Tested by

no test coverage detected