MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / reset

Method reset

src/bot/commands.ts:23–23  ·  view source on GitHub ↗

Drop the queue and forget the session (a fresh conversation).

()

Source from the content-addressed store, hash-verified

21 abort(): boolean;
22 /** Drop the queue and forget the session (a fresh conversation). */
23 reset(): Promise<void>;
24 /** Run `text` as a normal agent turn (streamed) — how shortcut commands like /impact delegate to a tool. */
25 runTask(text: string): Promise<void>;
26}

Callers 1

commands.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected