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

New AI Tutor Achieves 0.71-1.30 SD Effect Size in Dartmouth Course
A new AI tutor for a Dartmouth introductory CS course showed learning gains of 0.71 to 1.30 standard deviations compared to a control group.

Claude Code v2.1.119: Config Persistence, GitLab/Bitbucket PR Support, and Dozens of Bugfixes
Claude Code v2.1.119 persists /config settings to ~/.claude/settings.json, adds --from-pr support for GitLab MRs and Bitbucket PRs, and fixes over 25 bugs including CRLF paste, MCP OAuth, and auto-mode conflicts.

Developer's Obsidian AI Agent Project Goes Viral Overnight
A PhD researcher built a crew of AI agents to manage their Obsidian vault, shared it on GitHub, and woke up to 700+ stars in less than 13 hours. The sudden attention led to panic, making the repo private temporarily before reopening with improvements.

Project Health Check: Bus Factor and Commit Activity Across Claw/Assistant Repos
A Reddit user scraped commit data from major claw/assistant projects and found many with a bus factor of 1—meaning a single author accounts for over 50% of commits. Some projects show drastic drops in April activity.