mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
This PR adds a "Delete Checkpoints Only" button to the task history panel, allowing users to free up disk space by removing checkpoint data while preserving task history and conversation. Changes: - Add deleteTaskCheckpointsWithId message type to WebviewMessage - Add deleteTaskCheckpointsWithId method in ClineProvider.ts - Handle new message in webviewMessageHandler.ts - Create DeleteCheckpointsButton component - Create DeleteCheckpointsDialog component - Update TaskItemFooter to include the new button - Wire up the dialog in HistoryView - Add translations for the new feature - Add tests for the new components Closes #10801 |
||
|---|---|---|
| .. | ||
| 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 | ||