Override the model for this conversation; returns the model now in effect.
(convKey: string, model: string)
| 113 | status?(convKey: string): Promise<RunnerStatus>; |
| 114 | /** Override the model for this conversation; returns the model now in effect. */ |
| 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. */ |
no outgoing calls
no test coverage detected