Roo-Code/packages
Roo Code 98d2fbe981 feat: add breakpoints to todo lists for auto-approve pause
This PR implements breakpoints for to-do list items that pause auto-approve
mode when a todo with a breakpoint becomes in_progress.

Changes:
- Add breakpoint field to TodoItem type in packages/types/src/todo.ts
- Add breakpoint toggle UI in TodoListDisplay.tsx with visual indicator
- Add toggleTodoBreakpoint message handler in webviewMessageHandler.ts
- Update checkAutoApproval to pause when in-progress todo has breakpoint
- Add breakpointHit message to trigger celebration sound on pause
- Play celebration sound (same as task complete) when breakpoint is hit
- Breakpoints are session-only (disposable, not persisted across sessions)
- Breakpoints clear automatically after being hit

Closes #10399
2026-01-01 08:12:55 +00:00
..
build Custom tool calling (#10083) 2025-12-21 12:43:06 -08:00
cloud ux: Provider-centric signup (#10306) 2025-12-23 14:59:29 -08:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
core Add support for npm packages and .env files to custom tools (#10336) 2025-12-26 09:43:35 -08:00
evals Fix rate limit wait display (#10389) 2025-12-30 21:56:32 -08:00
ipc Better IPC error logging (#9727) 2025-12-01 15:02:34 -08:00
telemetry feat(telemetry): add PostHog exception tracking for consecutive mistake errors (#10193) 2025-12-18 12:59:37 -08:00
types feat: add breakpoints to todo lists for auto-approve pause 2026-01-01 08:12:55 +00:00