Roo-Code/packages/types
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
..
npm Add submitUserMessage to Task (#6895) 2025-08-10 03:13:15 -04:00
src feat: refactor parent-child task coordination to use persistent state 2025-08-11 21:23:12 +00:00
eslint.config.mjs Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
package.json Stop making types private (#6737) 2025-08-05 11:56:16 -07:00
tsconfig.json Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00