Roo-Code/packages
Roo Code b733d5e205 feat: implement hierarchical task execution history with HTA-inspired visualization
- Add parentId field to HistoryItem type for parent-child relationships
- Update Task class to track and persist parent task relationships
- Create useTaskHierarchy hook with tree building and flattening utilities
- Update HistoryView with tree/flat view toggle and expand/collapse controls
- Enhance TaskItem with hierarchical display including indentation and chevrons
- Add comprehensive tests for hierarchical data structure utilities
- Add translation keys for new UI elements

This implementation allows users to visualize task relationships in a tree structure,
making it easier to understand complex orchestrated workflows and trace task lineage.
2025-08-29 14:14:48 +00:00
..
build Sharing improvements (#5082) 2025-06-24 16:36:32 -04:00
cloud Implement deferred task subscriptions (#7517) 2025-08-29 02:43:06 -07:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
evals Bring back "Use @roo-code/cloud from npm" (#6795) 2025-08-06 20:51:41 -10:00
ipc Add an API for resuming tasks by ID (#7122) 2025-08-15 12:03:58 -04:00
telemetry Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
types feat: implement hierarchical task execution history with HTA-inspired visualization 2025-08-29 14:14:48 +00:00