Run `text` as a normal agent turn (streamed) — how shortcut commands like /impact delegate to a tool.
(text: string)
| 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 | } |
| 27 | |
| 28 | export interface CommandCtx { |