Subagent cards no longer show context size / token / cost next to runtime

Open 💬 0 comments Opened Jun 26, 2026 by feanor5555

Subagent cards no longer show context size / token / cost next to runtime

Summary

In the subagent cards (rendered below the chat, selectable with the arrow keys),
the per-subagent context size / token / cost indicator that used to appear
next to the runtime is no longer displayed. Runtime and status line are still
shown — only the per-subagent context/token/cost value is missing.

Environment

  • Claude Code version: 2.1.193
  • OS: Windows 11 (10.0.26200), Shell: PowerShell
  • ~/.claude/settings.json: "verbose": false, custom statusLine configured

Steps to reproduce

  1. Start Claude Code 2.1.193 with the settings above.
  2. Spawn at least one subagent (Task/Agent tool).
  3. Navigate to a subagent card with the arrow keys.
  4. Observe: card shows runtime + status line, but the context/token/cost value

next to the runtime is missing.

Expected / Actual

Expected: each card shows its own context/token (and cost) next to runtime, as in earlier versions.
Actual: only runtime + status line; the indicator is absent.

Notes

  • Not controlled by verbose (toggling has no effect) and not by the custom statusLine (removing it does not restore it).
  • No settings key governs this card field per the docs → looks like a regression, not configuration.
  • Related but distinct: #27916, #27238, #25680, #24537 (status line / dashboard, not the card field).

Reproduction rate: Always (100%) on 2.1.193.

View original on GitHub ↗