Commit graph

7 commits

Author SHA1 Message Date
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
roomote[bot]
8b9303c015
feat: make task mode sticky to task (#6177)
Co-authored-by: Roo Code <roomote@roocode.com>
Co-authored-by: hannesrudolph <hrudolph@gmail.com>
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
Co-authored-by: Daniel <57051444+daniel-lxs@users.noreply.github.com>
2025-07-28 23:06:14 -04:00
Daniel
03052f827b
Add default task names for empty tasks (#5071)
Co-authored-by: kiwina <kiwina@users.noreply.github.com>
2025-06-24 11:35:45 -04:00
Chris Estreich
e66136f1aa
Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
Chris Estreich
f274a150c4
Get package publisher and name from package.json + command type safety (#3766) 2025-05-20 16:41:03 -07:00
Chris Estreich
2c40224f6f
Fix task size cache TTL (#2887) 2025-04-23 12:20:13 -07:00
Chris Estreich
72962b3c76
Split api and chat message persistence into a separate module (#2866) 2025-04-23 12:09:24 -07:00