mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add forkedFromTaskId field to HistoryItem schema - Implement forkCurrentTask() method in ClineProvider with atomic copy-then-switch - Add forkTask message handler in webviewMessageHandler - Add fork button to TaskActions UI component with GitBranch icon - Add "Forked from..." indicator in TaskHeader with link to parent task - Add comprehensive tests for fork functionality - Preserve all persisted state (UI/API history, tokens, cost, metadata) - Reset delegation fields in forked task to start fresh - Include error handling and partial fork cleanup on failure |
||
|---|---|---|
| .. | ||
| 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 | ||