[MODEL] ALL YOUR MODELS: Compaction summaries should not count against user session tokens — users are charged for Claude's context limitations
Resolved 💬 2 comments Opened Apr 11, 2026 by RobynAwesome Closed May 22, 2026
Preflight Checklist
- [x] I have searched existing issues for similar behavior reports
- [x] This report does NOT contain sensitive information (API keys, passwords, etc.)
Type of Behavior Issue
Other unexpected behavior
What You Asked Claude to Do
I started a new session to continue work on my portfolio project. I had not yet typed any task prompt.
What Claude Actually Did
- Loaded a compaction summary from the previous session — consuming 12% of session tokens before I typed anything
- When I asked for a bug audit, Claude spawned 2 parallel Explore agents instead of reading files directly — consuming another ~10% of session tokens
- Total: 36% of session tokens consumed before I had asked for any real work
Expected Behavior
- Compaction summaries should not count against the user's session token quota — the user did not cause the context overflow, the model's architecture did
- Claude should read files directly (Grep/Read tools) for routine tasks, not spawn Explore agents
- Agents should only be spawned when scope is genuinely unknown AND user approves
Files Affected
None — this is a token consumption / model behavior issue, not a file modification issue
Permission Mode
Accept Edits was ON (auto-accepting changes)
Can You Reproduce This?
Yes, every time with the same prompt
Steps to Reproduce
- Run a long multi-session project until context compaction occurs
- Start a new session — observe token usage before typing any prompt
- Ask Claude for a "full audit" of a codebase
- Claude will spawn multiple Explore agents instead of using Read/Grep directly
Claude Model
Sonnet
Relevant Conversation
Session started. Compaction summary loaded. Claude said: "The 12% was the compressed summary of our previous conversation loading — not prompts you sent."
Then for the audit: Claude spawned 2 parallel Explore agents consuming ~10% more tokens for a task that required reading ~5 files directly.
Impact
Critical - Data loss or corrupted project
Claude Code Version
2.1.92 (Claude Code)
Platform
Anthropic API
Additional Context
I am a Pro subscriber. I have "Extra Usage" enabled with $57.91 already spent this month. Token waste from compaction + unnecessary agent spawning is directly causing extra charges. The model should default to minimal tool use (Read/Grep) before escalating to agents.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗