Feature request: Show context summary at bottom of /context output
Resolved 💬 3 comments Opened Dec 20, 2025 by kalmartintahal Closed Feb 14, 2026
Problem
When running the /context command, the context usage summary (token counts, percentages, graph) appears at the top of the output. If you have many plugins/skills installed, you have to scroll up to see the actual context usage.
Current behavior
Context Usage (summary) ← Have to scroll up to see this
...
MCP tools list
Custom agents list
Memory files list
Skills list (can be very long with many plugins)
Requested behavior
Either:
- Show the summary at the bottom (most recent output visible without scrolling)
- Add a
--summary-onlyor-sflag to show only the usage graph without listing all plugins/skills - Add a
--compactflag to hide the detailed lists
Why this matters
The primary use case for /context is checking how much context is used/remaining. The plugin/skill lists are secondary information that requires scrolling past to see the main info.
Environment
- Windows 11, Git Bash
- Claude Code CLI
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗