Roo-Code/packages
Roo Code 7507059f0c feat: refactor parent-child task coordination to use persistent state
- Add parentTaskId, childTaskIds, and taskStatus fields to HistoryItem schema
- Remove in-memory task stack (clineStack) from ClineProvider
- Replace polling mechanism with direct task resumption
- Update task persistence to include new relationship fields
- Implement persistent task management using task status field

This refactor eliminates CPU waste from polling, simplifies code by removing
unnecessary complexity, enables task resumption after system restarts, and
provides a foundation for task tree visualization.

Fixes #6672
2025-08-11 21:23:12 +00:00
..
build Sharing improvements (#5082) 2025-06-24 16:36:32 -04:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Roo Code Cloud (#4069) 2025-05-28 20:43:30 -07:00
evals Bring back "Use @roo-code/cloud from npm" (#6795) 2025-08-06 20:51:41 -10:00
ipc Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
telemetry Git repo cloud telemetry (#5119) 2025-06-25 17:01:32 -07:00
types feat: refactor parent-child task coordination to use persistent state 2025-08-11 21:23:12 +00:00