From 0c64c1ce07fdb8f04fc62816b9d6da900d1f429f Mon Sep 17 00:00:00 2001 From: warren Date: Mon, 30 Mar 2026 17:07:31 +0200 Subject: [PATCH] docs(coding-agent): clarify /tree active branch ordering (#2695) --- packages/coding-agent/docs/tree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/coding-agent/docs/tree.md b/packages/coding-agent/docs/tree.md index f22b40ce..c242a1ad 100644 --- a/packages/coding-agent/docs/tree.md +++ b/packages/coding-agent/docs/tree.md @@ -56,7 +56,7 @@ Sessions are stored as trees where each entry has an `id` and `parentId`. The "l - Active path marker `•` appears after the fold indicator when applicable - Search and filter changes reset all folds - Default filter hides `label` and `custom` entries (shown in Ctrl+O mode) -- Children sorted by timestamp (oldest first) +- At each branch point, the active subtree is shown first; other sibling branches are sorted by timestamp (oldest first) ## Selection Behavior