From 42ba22490b79042ff9c106535f87906f3773a412 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 4 May 2026 00:25:14 -0700 Subject: [PATCH] docs: note count-first tui startup --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4da822..e87c17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ - Keep medium-width group panes focused on count/date/age/name instead of repeating the group kind on every row. - Bring shared TUI detail and sort behavior closer to `gitcrawl`: archives open newest-first, group count headers sort like `cnt*`, selected chat messages render before surrounding conversation context, document previews appear before metadata, and detail fields use `key: value` labels. - Keep split-width member tables readable by rendering compact dates instead of truncated ISO timestamps. +- Open chat and document TUIs on the densest group by default, matching `gitcrawl`'s count-first startup so the middle pane is populated immediately. - Prioritize gitcrawl-style footer muscle-memory controls in compact tmux panes before app-specific extras. - Render selected chat message bodies with the same transcript marker as their speaker line so detail panes read more like chat. - Show chat reply counts in detail metadata when apps provide thread/reply counts.