feat: session status in expanded rows + idle panel

Show running/idle status inline on expanded session rows, add idle
sessions panel (toggle with 'i'), auto-switch to idle panel on
busy→idle transitions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-02-24 01:33:31 +00:00
parent c49de9865d
commit ade8034294
4 changed files with 170 additions and 19 deletions

View File

@@ -246,7 +246,8 @@ export default function Home() {
<p className="font-[family-name:var(--font-mono)] text-dim text-xs text-center mb-6">
Press <Keycap>&rarr;</Keycap> to expand. Browse branches, see
session conversations with last prompt and Claude&apos;s response.
Resume any session directly.
Running sessions show <span className="text-green"> running</span> or{" "}
<span className="text-yellow"> idle</span> status inline. Resume any session directly.
</p>
<TerminalWindow title="cladm — 2 selected (1 branch switch)">
<Image