* Approve the current action (tool, command, browser, MCP). * * Use when the agent is waiting for approval (interactive asks).
()
| 347 | * Use when the agent is waiting for approval (interactive asks). |
| 348 | */ |
| 349 | approve(): void { |
| 350 | this.sendResponse("yesButtonClicked") |
| 351 | } |
| 352 | |
| 353 | /** |
| 354 | * Reject the current action. |
no test coverage detected