feat(ui): dock pickers above the input and unify subagent status chrome - #53
Merged
Conversation
- Dock the /subagents and /ps pickers just above the editor (bottom-center overlay, content-sized with a 10-row scroll cap) instead of covering the conversation; takeover and detail views stay fullscreen. - Collapse the subagent strip's marker+status-square pair into one status glyph (running/done/failed), show worded counts (1 running / 1 done / 1 failed) instead of 0/1 agents, and trim context utilization to a bare percent; the per-subagent model stays in the takeover view since the footer already shows a model. - Drop the redundant footer status line in the TUI: the strip already reports the same activity with the manage affordance. - Replace the heavy ■/● markers in the settled summary, result, and finished-notification renderers with the ✓/!/x status vocabulary.
This was referenced Aug 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Subagent and background-terminal status UI polish:
/subagentsand/psnow open as a bottom-anchored, content-sized panel (10-row scroll cap,maxHeight: 60%) just above the editor — command-palette style — instead of a center overlay covering the conversation. Takeover (/subagents→ enter) and terminal detail views stay fullscreen: they are workspaces, not glances.○) on a status square (■). A single glyph carries state —●running,✓done,xfailed,❯when focused — matching the dashboard's status vocabulary.0/1 agentsbecomes1 running/1 done/1 failed; context utilization trims from2%/1.0Mto2% ctx; the per-subagent model leaves the strip (the footer already shows a model; the takeover view keeps the per-subagent one).subagents: ■ 1 running · /subagents to viewfooter status is gone — the strip reports the same activity and carries the manage affordance. Non-TUI modes keep the status line.■ 1 subagent settled), single-result header,btwheader, and theAgent "…" finishednotification swap the heavy■/●markers for✓/!/x, with the title in accent and metadata dimmed (✓ repo-structure finished · 1m20s).The workflow strip gets the same single-glyph treatment since both strips stack in the same below-editor area; the workflows dashboard stays fullscreen (multi-pane monitoring view).
Verification
bun run check(biome format + lint, tsc) cleanbun run test: 752 node:test + 29 vitest assertions passing