From e7d438b59d2ab61677a20be23336c9dec4526973 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 30 Dec 2025 01:40:28 +0100 Subject: [PATCH] Mark tree selector improvements as complete in plan --- packages/coding-agent/docs/session-tree-plan.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/coding-agent/docs/session-tree-plan.md b/packages/coding-agent/docs/session-tree-plan.md index 21a66418..e58eab68 100644 --- a/packages/coding-agent/docs/session-tree-plan.md +++ b/packages/coding-agent/docs/session-tree-plan.md @@ -373,10 +373,11 @@ interface BeforeAgentStartResult { - Shows current position - Generates branch summaries when switching branches -### Tree Selector Improvements +### Tree Selector Improvements ✅ -- [ ] Active line highlight (background color) - currently bold but hard to see -- [ ] Filter out tool calls - add as another filter type to cycle through via `^O` +- [x] Active line highlight (inverse background) - much more visible +- [x] Filter out tool calls - `no-tools` filter mode via `^O` +- [x] `Shift+^O` cycles filters backwards ### Documentation