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 updatesMore AI news
- Weekly DigestCursor Composer 2.5 and Claude Code Agent Fixes Lead Weekly Updates
Cursor, Claude Code, and OpenAI Codex each released targeted improvements this period that refine agent behavior, session controls, and integration points for coding workflows across IDEs and terminals.
- App UpdateAdd doctor warnings for hidden MCP server tools
The doctor utility now warns users when sandbox tool policies hide configured Model Context Protocol (MCP) server tools before provider requests are made.
- App UpdateExpose stale-running task maintenance details in CLI
The tasks maintenance CLI command now outputs detailed JSON explanations for retained and reconcile candidates, detailing backing-session, cron, CLI, and wedged-subagent states.