Toggle per-conversation auto-approve (skip permission prompts).
(convKey: string, on: boolean)
| 115 | setModel?(convKey: string, model: string): Promise<string>; |
| 116 | /** Toggle per-conversation auto-approve (skip permission prompts). */ |
| 117 | setAuto?(convKey: string, on: boolean): Promise<void>; |
| 118 | /** Recent resumable sessions for this conversation's working directory. */ |
| 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. */ |
no outgoing calls
no test coverage detected