mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add a new "Delete Checkpoints" button to task items in history view that allows users to delete only the checkpoints for a task while preserving the task history. This addresses user feedback about wanting to free up storage space used by shadow git repositories without losing task context. Changes: - Add deleteTaskCheckpointsWithId message type and handler - Create DeleteCheckpointsButton component with Shift+Click to skip confirm - Create DeleteCheckpointsDialog confirmation dialog - Update ui_messages.json to remove checkpoint_saved entries when deleted - Delete shadow git repository branches and checkpoint directories - Wire up handlers through TaskItem, TaskItemFooter, and HistoryView - Add translations for all 18 supported locales |
||
|---|---|---|
| .. | ||
| 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 | ||