Claude Code v2.1.142: Opus 4.7 Fast Mode and New Agent Flags
TL;DR
Upgraded fast mode to use Opus 4.7 by default. Added new `claude agents` configuration flags, enabled root-level SKILL.md files to surface as skills, and fixed background session daemon reconnect issues.
Claude Code now defaults to Opus 4.7 in its fast mode. This update provides users with quicker access to advanced capabilities during routine interactions. Small business owners may find daily AI tasks run more smoothly as a result.
The release includes new flags for setting up agents via simple commands. These additions allow for greater flexibility when tailoring AI behaviors to specific needs. Root level skill files will also appear more readily in the system for easier access.
Background session connections have been stabilized through a targeted fix. This change reduces interruptions during extended work sessions. Users can expect more consistent performance from the tool moving forward.
Who this matters for
- Vibe Builders: Use the new root level SKILL.md files to define custom agent behaviors without writing complex code.
- Developers: Update to v2.1.142 to access Opus 4.7 in fast mode and use the new agent configuration flags.
Harsh’s take
Claude Code is moving fast to bridge the gap between a simple CLI and a fully autonomous agentic environment. Defaulting to Opus 4.7 in fast mode suggests Anthropic is confident in their latest model speed to cost ratio for iterative terminal work. The addition of root level SKILL.md files is the real sleeper hit here: it allows teams to check in AI instructions directly to the repo, making the codebase itself the source of truth for how the agent should interact with it.
This update prioritizes reliability over flashy features. Fixing the background session daemon is a critical infrastructure win for anyone running long running tasks or complex refactors. The focus on agent flags indicates a shift toward more granular control, moving away from one size fits all chat interfaces toward specialized, command line driven workflows that fit into existing CI/CD mindsets.
by Harsh Desai
About Claude Code
View the full Claude Code page →All Claude Code updatesGo deeper
More from Claude Code
- FeatureClaude Code adds /rewind command and fixes scroll behavior
Claude Code adds support for the /rewind command to resume conversations from before a clear. The update fixes scroll position jumping during streaming responses and prevents stopped background agents from resurrecting.
- FeatureClaude Code adds organization default models and clickable file attachments
Claude Code now allows admins to set organization default models. The update also adds readable default session names, clickable file attachments in chat, and enhanced security for MCP server spawning.