mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||