Claude Code Opus 4.6 Now Defaults to 1M Token Context Window

Claude Code's Opus 4.6 model has been updated to default to a 1 million token context window. This change was observed by users without any formal announcement from Anthropic.
Key Details
According to user reports on r/ClaudeAI:
- Opus 4.6 in Claude Code now defaults to 1 million token context window
- Pricing remains unchanged from previous versions
- The change appears to be live and operational
- No official announcement has been made about this update
Context windows determine how much text an AI model can process in a single interaction. A 1 million token context window allows Claude to work with approximately 750,000 words of text, which is significant for codebases, documentation, and large files. This represents a substantial increase from previous Claude models that typically offered 200K token contexts.
For developers using AI coding assistants, larger context windows mean you can feed Claude entire codebases, multiple files, or extensive documentation in a single prompt. This enables more comprehensive code analysis, refactoring across larger code sections, and better understanding of project architecture.
The lack of official announcement suggests this might be a gradual rollout or testing phase. Developers should verify the context window availability in their own Claude Code instances.
📖 Read the full source: r/ClaudeAI
👀 See Also

Anthropic Moves Claude Code Background Automation to Separate SDK Credit Bucket, Breaking Agent Workflows
Starting June 15, claude -p, Agent SDK usage, Claude Code GitHub Actions, and third-party Agent SDK apps stop counting against Pro/Max interactive quotas. A new separate Agent SDK credit bucket applies: $100/month for Max 5x plans. Background agent stacks (e.g., tickets → agents → hooks → executor → claude -p) will burn through this fast.

OpenClaw contributor criticizes project's focus on pixel-perfect parity over modern features
A Reddit post from r/openclaw details how a contributor's PR addressing resolution scaling and high-refresh-rate support was rejected for deviating from the original engine's visual constraints, sparking debate about the project's direction.

Developer Switches from Cursor Composer 2 and Kimi 2.6 to Qwen3.6:35b-a3b for Enterprise Workloads
A developer reports using Qwen3.6:35b-a3b for daily work on a 500-700k LOC enterprise suite, citing better performance than Kimi 2.6 and DeepSeek 4 Pro/Flash, with costs ~$0.08/1M tokens on OpenRouter.

OpenClaw Creator Credits Claude Code Engineer Amid Anthropic Subscription Ban
Peter Steinberger, creator of the open-source Claude Code client OpenClaw, publicly credited Boris Cherny from Anthropic for working to soften the impact of Anthropic's ban on subscription-based usage of third-party clients. Cherny responded by noting he's submitted PRs to improve prompt cache efficiency specifically for OpenClaw.