Claude Code v2.1.68: Opus 4.6 defaults to medium effort, reintroduces ultrathink keyword

Claude Code v2.1.68 release notes
Anthropics has released Claude Code v2.1.68 with changes to effort settings and model availability. This update primarily affects how the Opus 4.6 model handles different types of coding tasks.
Key changes in this release
- Opus 4.6 default effort changed: For Max and Team subscribers, Opus 4.6 now defaults to medium effort instead of the previous setting. According to the release notes, "Medium effort works well for most tasks — it's the sweet spot between speed and thoroughness."
- Effort control: Users can change the effort setting anytime using the
/modelcommand. - UltraThink keyword reintroduced: The "ultrathink" keyword has been re-added to enable high effort for the next turn. This allows users to temporarily boost the model's processing for complex tasks without permanently changing settings.
- Model deprecation: Opus 4 and Opus 4.1 have been removed from Claude Code on the first-party API. Users who had these models pinned are automatically moved to Opus 4.6.
The release was published on March 4th by ashwin-ant and includes commit 0b3f7cb. These changes are specific to Claude Code, Anthropics' coding-focused implementation of their Claude models.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Claude Code 2.1.83 Release: Prompt Caching, Verify Skill, and SDK Updates
Claude Code 2.1.83 adds prompt caching with design guidance, replaces the verification specialist skill with a new Verify skill, and updates SDK references across seven languages including PHP beta tool runner support.

Claude Code Telegram Plugin Bug: MCP Notifications Silently Dropped — Workaround via File Polling and tmux Injection
A Telegram plugin for Claude Code works correctly but inbound messages are silently dropped because Claude Code discards MCP notifications on stdio transport. A workaround uses file polling and tmux send-keys with ~5-9s latency.

OpenClaw Developer Reports Context Compaction Issues During Driftwatch V3 Build
An OpenClaw developer completed sprints 2-4 of the Driftwatch V3 build but encountered context compaction problems that wiped the AI agent's memory mid-session, requiring manual intervention to restore progress using sprint recaps.

Claude Code Cache Bugs Can Increase API Costs 10-20x
Two cache bugs in Claude Code can silently increase API costs by 10-20 times. The issues were reported on Reddit and discussed on Hacker News.