/context command displays output twice
Resolved 💬 3 comments Opened Jan 25, 2026 by kintopp Closed Jan 29, 2026
Description
Running the /context command displays the entire output twice in succession, as if the command was executed twice.
Steps to Reproduce
- Start a Claude Code session
- Run
/context - Observe that all output (token counts, MCP tools, custom agents, memory files, skills) is displayed twice
Expected Behavior
The context information should be displayed once.
Actual Behavior
The entire context display is duplicated - all sections appear twice in a row.
Environment
- OS: macOS (Darwin 25.2.0)
- Claude Code: Latest version from npm
Sample Output
The output shows the full context block twice:
- Token usage bars appear twice
- "Estimated usage by category" section appears twice
- MCP tools section appears twice
- Custom agents section appears twice
- Memory files section appears twice
- Skills section appears twice
Each duplicate is identical to the first.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗