Roo Code
3b27135cf7
feat: add CancelCommand IPC message type for canceling running terminal commands
...
CLO-1004: Allow canceling a running command in Roo Code Cloud.
- Add CancelCommand to TaskCommandName enum and taskCommandSchema
- Handle CancelCommand in API IPC handler by calling handleTerminalOperation("abort")
- Add cancelCommand() convenience method to IpcClient
- Add tests for schema validation and API handler
2026-02-20 12:26:09 -05:00
roomote[bot]
d575295883
feat: add DeleteQueuedMessage IPC command ( #11464 )
...
* feat: add DeleteQueuedMessage IPC command for queue removal
* Delete .changeset/delete-queued-message-ipc.md
* fix: add try/catch to DeleteQueuedMessage IPC handler and early return in deleteQueuedMessage
---------
Co-authored-by: Roo Code <roomote@roocode.com>
Co-authored-by: Hannes Rudolph <hrudolph@gmail.com>
2026-02-18 10:42:48 -07:00
Chris Estreich
3f4f7c0c41
Better IPC error logging ( #9727 )
2025-12-01 15:02:34 -08:00
Matt Rubens
2943b83ae9
chore: add changeset for v3.31.1 ( #9153 )
2025-11-10 11:52:10 -05:00
Matt Rubens
b09d0a7640
IPC command for sending messages to the current task ( #9149 )
2025-11-10 11:44:04 -05:00
Matt Rubens
9a734d0cab
Add an API for resuming tasks by ID ( #7122 )
2025-08-15 12:03:58 -04:00
Chris Estreich
62c3914034
Farewell jest ( #4607 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-16 21:39:45 -07:00
Chris Estreich
ab01fb3bdb
Move to Postgres for evals on roocode.com ( #4520 )
2025-06-11 14:17:53 -07:00
Chris Estreich
39d6535f7c
Fix rust evals (run cargo with bash) + logging tweaks ( #4392 )
2025-06-05 16:40:34 -07:00
Chris Estreich
d87f890556
Move evals into pnpm workspace, switch from SQLite to Postgres ( #4278 )
2025-06-03 01:38:08 -07:00