claude-code - 💡(How to fix) Fix [FEATURE] Toggleable columns in agent view: model, effort, and context usage [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#60578Fetched 2026-05-20 03:54:55
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
labeled ×2

Fix Action

Fix / Workaround

  • Which model each session is on — the header shows only the dispatch default; per-session --model / /model overrides are invisible.
  • Reasoning effort — sessions dispatched with different --effort (low/medium/high) look identical.
  • Context fill — there's no way to see which session is near compaction without attaching to it.
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • Searched existing requests — closest are #24537 (subagent hierarchy dashboard) and #44723 (peak context in result JSON); neither targets the new claude agents view rows.
  • This is a single feature request.

Problem Statement

The agent view (claude agents, v2.1.139 Research Preview) lists background sessions with a state icon, name, activity summary, last-changed time, and PR dot. When you're running several parallel sessions, three things you most need to triage are not visible per row:

  • Which model each session is on — the header shows only the dispatch default; per-session --model / /model overrides are invisible.
  • Reasoning effort — sessions dispatched with different --effort (low/medium/high) look identical.
  • Context fill — there's no way to see which session is near compaction without attaching to it.

Today you have to attach to each session one by one to answer "which one is the expensive Opus/high-effort run, and which is about to compact?"

Proposed Solution

Add three optional columns to the agent view table, off by default, toggled via a keybind (mirroring the existing Ctrl+S regroup-by-directory affordance):

ColumnContentExample
ModelEffective model of the sessionopus-4-7 / sonnet-4-6
EffortThe --effort settinghigh / med / low
ContextUsed / max tokens and percentage142K/200K (71%)

The Context column should color-grade (e.g. yellow >70%, red >90%) so a near-compaction session is obvious at a glance.

Keep it opt-in so the default view stays terse — a footer hint (e.g. Ctrl+L: columns) and persistence of the toggle in /config would match existing patterns.

Rationale

Triaging parallel sessions is the core job of agent view. Model and effort drive cost; context fill drives when a session needs a /compact or hand-off. All three are already known to the supervisor process — this is a display gap, not new instrumentation. Keeping the columns toggleable respects the width-constrained row design.

Priority

Medium — High for users running 3+ parallel background sessions.

Feature Category

TUI / agent view

Use Case Example

Five background sessions running. With columns enabled, the user instantly sees session B is opus-4-7 / high / 188K/200K (94%) in red — they attach and /compact it before it auto-compacts mid-task, and notice session D is needlessly on opus / high for a trivial docs edit.

Suggested Labels

enhancement, area:agent-view

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Toggleable columns in agent view: model, effort, and context usage [1 participants]