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 |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| components | ||
| context | ||
| hooks | ||
| i18n | ||
| lib | ||
| oauth | ||
| utils | ||
| vite-plugins | ||
| App.tsx | ||
| browser-panel.tsx | ||
| index.css | ||
| index.tsx | ||
| preflight.css | ||
| types.d.ts | ||
| vite-env.d.ts | ||