feat(tui): show usage details per agent#3714
Merged
Merged
Conversation
dgageot
marked this pull request as draft
July 17, 2026 10:01
aheritier
approved these changes
Jul 17, 2026
Sayt-0
marked this pull request as ready for review
July 17, 2026 14:22
aheritier
added a commit
that referenced
this pull request
Jul 18, 2026
aheritier
added a commit
that referenced
this pull request
Jul 18, 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.
Summary
Sidebar info modeselector to/settings, with the existing compact roster as the default and a detailed per-agent view as an opt-inBy Agentsection to/costSettings
/settings→Appearancenow includes:The selection previews immediately across tabs. Apply persists it as
settings.layout.sidebar_info_mode: detailed; Cancel restores the previous mode. Compact is omitted from the config because it is the default.Preview
The previews below use ANSI-stripped output.
Compact mode, default sidebar width
Detailed mode, default sidebar width
Detailed mode, minimum sidebar width
At the 20-column minimum width, the complete effort gauge remains visible and metrics flow onto separate lines.
At wider sidebar sizes, all three detailed metrics share one line:
Behavior
—, distinct from an agent that ran at$0.00/costBy AgentbeforeBy Model, with separate unattributed and compaction bucketsValidation
task buildtask testtask lintProxy variables were unset for the full test and lint runs because the local proxy intercepted private-address SSRF tests and Go module downloads.
Known limitations