From 04ce66951e260e0aa9b24010dd043e47ed3b6f6a Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 30 Dec 2025 01:34:41 +0100 Subject: [PATCH] Add tree selector improvement notes to plan --- packages/coding-agent/docs/session-tree-plan.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/coding-agent/docs/session-tree-plan.md b/packages/coding-agent/docs/session-tree-plan.md index 3b01e818..21a66418 100644 --- a/packages/coding-agent/docs/session-tree-plan.md +++ b/packages/coding-agent/docs/session-tree-plan.md @@ -373,6 +373,11 @@ interface BeforeAgentStartResult { - Shows current position - Generates branch summaries when switching branches +### 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` + ### Documentation Review and update all docs: