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

Method resume

src/bot/types.ts:121–121  ·  view source on GitHub ↗

Rebind this conversation to a past session; returns false if the id is unknown.

(convKey: string, sessionId: string)

Source from the content-addressed store, hash-verified

119 listSessions?(convKey?: string, limit?: number): Promise<{ id: string; title: string; when: string }[]>;
120 /** Rebind this conversation to a past session; returns false if the id is unknown. */
121 resume?(convKey: string, sessionId: string): Promise<boolean>;
122 /** Recent EPISODIC-memory entries (past tasks QodeX solved here) for the working directory. */
123 listEpisodes?(convKey?: string, limit?: number): Promise<{ when: string; prompt: string; summary: string }[]>;
124}

Callers 2

chooseInteractiveFunction · 0.65
commands.tsFile · 0.65

Implementers 1

QodexAgentRunnersrc/bot/runner.ts

Calls

no outgoing calls

Tested by

no test coverage detected