Claude Code v2.1.154: Opus 4.8, Dynamic Workflows, and Major Fixes

Anthropic released Claude Code v2.1.154, adding Claude Opus 4.8 and dynamic workflows. The model defaults to high effort; use /effort xhigh for the hardest tasks. Fast mode is available at 2x the standard rate for 2.5x speed — a significant cost reduction.
Dynamic Workflows
The headline feature: you can now ask Claude to create a workflow, and it orchestrates work across tens to hundreds of background agents for larger, more complex tasks. Use /workflows to view running workflows.
Agent & Shell Enhancements
In claude agents, prefix a shell command with ! to run it as a background session you can attach/detach from. The equivalent CLI flag is claude --bg --exec '<command>'. Also, /logout now actually signs you out (not sent to a background session). The agents view (double left arrow) now works on Bedrock, Vertex, Foundry, and with telemetry disabled.
Plugin Changes
Plugins can now declare defaultEnabled: false in plugin.json or a marketplace entry. Enable them with /plugin or claude plugin enable; dependencies remain auto-enabled. The Discover tab pins plugins matching your current directory with a “suggested for this directory” annotation.
Other Notable Improvements
- Lean system prompt is now default for all models except Haiku, Sonnet, and Opus 4.7 and earlier.
- Multiple-choice prompts are reserved for decisions Claude genuinely cannot make.
/simplifynow runs a cleanup-only review (reuse, simplification, efficiency, altitude) and applies fixes — no longer runs full bug-hunting/code-review --fix.- Streaming tool execution is always enabled, including on Bedrock/Vertex/Foundry and with telemetry disabled.
- Stdio MCP server subprocesses receive
CLAUDE_CODE_SESSION_IDandCLAUDECODE=1environment variables. /chromelets you pick which connected browser to use when multiple are connected.
Bug Fixes
- Fixed
rm -rf $HOMEnot being blocked whenHOMEhas a trailing slash. - Fixed
$TMPDIRresolving inconsistently between sandboxed and unsandboxed Bash commands. - Fixed pinned background sessions respawning every minute after a Claude Code update, causing notification churn.
- Fixed subagents in background sessions bypassing worktree-isolation guard and writing to shared checkout.
- Fixed orphaned
claude --bg-pty-hostprocesses spinning at 100% CPU on macOS. - Fixed
worktree.baseRef: "head"resolving to main checkout’s HEAD instead of current worktree’s HEAD. - Fixed intermittent terminal rendering corruption in VS Code (capped spinner colors).
- Many others, including background session state management, keyboard shortcuts, and classifier detection of data exfiltration.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Claude App Tops U.S. App Store Charts, AI Assistants Dominate Top 10
Claude by Anthropic is currently the #1 app on the U.S. App Store's top apps chart, with ChatGPT at #2 and Google Gemini at #4. The top 10 includes three AI assistants among shopping, social media, and utility apps.

Cursor AI Study: Short-Term Speed Gains Lead to Long-Term Complexity
A study using difference-in-differences analysis found Cursor AI adoption leads to statistically significant but transient velocity increases, along with substantial and persistent increases in static analysis warnings and code complexity that drive long-term slowdowns.

Developer Perspectives on AI Anxiety and 'AI Psychosis'
A Reddit discussion reveals widespread anxiety among developers using AI tools, with different age groups experiencing distinct pressures: 35-45 year olds feel constant reinvention pressure, 25-35 year olds worry about skills becoming obsolete, and under-25 developers face burnout risks despite AI fluency.

Anthropic Deprecates Fixed Extended Thinking, Forces Adaptive Thinking on Claude Models
Anthropic is deprecating manual extended thinking (fixed budget) on Opus 4.6 and Sonnet 4.6, and removing it entirely on Opus 4.7 (returns 400 error). Adaptive thinking will be enforced by default, sparked community backlash over perceived cost-cutting.