Rebind this conversation to a past session; returns false if the id is unknown.
(convKey: string, sessionId: string)
| 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 | } |
no outgoing calls
no test coverage detected