co-mono/packages/coding-agent/src/modes
Mario Zechner 4958271dd3 feat(coding-agent): implement /tree command for session tree navigation
- Add TreeSelectorComponent with ASCII tree visualization
- Add AgentSession.navigateTree() for switching branches
- Add session_before_tree/session_tree hook events
- Add SessionManager.resetLeaf() for navigating to root
- Change leafId from string to string|null for consistency with parentId
- Support optional branch summarization when switching
- Update buildSessionContext() to handle null leafId
- Add /tree to slash commands in interactive mode
2025-12-30 22:42:22 +01:00
..
interactive feat(coding-agent): implement /tree command for session tree navigation 2025-12-30 22:42:22 +01:00
rpc refactor(hooks): split session events into individual typed events 2025-12-30 22:42:22 +01:00
index.ts Rewrite RPC mode with typed protocol and client 2025-12-09 14:13:28 +01:00
print-mode.ts refactor(hooks): split session events into individual typed events 2025-12-30 22:42:22 +01:00