Drop the queue and forget the session (a fresh conversation).
()
| 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 | } |