From c0bf7800d946adb8218d56770cc978843d19096a Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 30 Dec 2025 02:16:29 +0100 Subject: [PATCH] Update session-tree-plan.md: tree selector details, theme.md done, add Before Release section --- .../coding-agent/docs/session-tree-plan.md | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/packages/coding-agent/docs/session-tree-plan.md b/packages/coding-agent/docs/session-tree-plan.md index e58eab68..0a3a50ae 100644 --- a/packages/coding-agent/docs/session-tree-plan.md +++ b/packages/coding-agent/docs/session-tree-plan.md @@ -375,9 +375,13 @@ interface BeforeAgentStartResult { ### Tree Selector Improvements ✅ -- [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 +- [x] Active line highlight using `selectedBg` theme color +- [x] Filter modes via `^O` (forward) / `Shift+^O` (backward): + - `default`: hides label/custom entries + - `no-tools`: default minus tool results + - `user-only`: just user messages + - `labeled-only`: just labeled entries + - `all`: everything ### Documentation @@ -402,7 +406,7 @@ Review and update all docs: - [ ] `docs/rpc.md` - Check if hook commands work in RPC mode - [ ] `docs/skills.md` - Review for any hook-related updates - [ ] `docs/extension-loading.md` - Review -- [ ] `docs/theme.md` - Add customMessageBg/Text/Label color tokens +- [x] `docs/theme.md` - Added selectedBg, customMessageBg/Text/Label color tokens (50 total) - [ ] `README.md` - Update hook examples if any ### Examples @@ -419,6 +423,14 @@ Review and update examples: --- +## Before Release + +- [ ] Run full automated test suite: `npm test` +- [ ] Manual testing of tree navigation and branch summarization +- [ ] Verify compaction with file tracking works correctly + +--- + ## Notes - All append methods return the new entry's ID