Sessions hit a context window limit of approximately 2013 tokens, causing API errors that block Claude Code operations:
API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"invalid params, context window exceeds limit (2013)","request_id":"..."}}
Claude Code sessions should maintain context across all operations without hitting a ~2013 token ceiling. The limit should scale with the model context window.
Bug Description
Sessions hit a context window limit of approximately 2013 tokens, causing API errors that block Claude Code operations:
When this happens:
invalid_request_errorImpact
Steps to Reproduce
Expected Behavior
Claude Code sessions should maintain context across all operations without hitting a ~2013 token ceiling. The limit should scale with the model context window.
Environment
Related