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

Google, Microsoft, and xAI Agree to Share Early AI Models with US Government
Google, Microsoft, and xAI (Elon Musk's AI firm) have agreed to voluntarily provide early access to their AI models to the US government for safety testing, as part of an initiative reported by the Wall Street Journal.

Agentic GRPO: First AI to Beat Every Human in a Programming Competition
New RL algorithm Agentic GRPO enables AI to beat all humans in a coding contest by providing immediate rewards and delayed correction.

Qwen3.6 Plus benchmark comparison against Western SOTA models
Qwen3.6 Plus scores 78.8 on SWE-bench Verified, 90.4 on GPQA/GPQA Diamond, 28.8 on HLE (no tools), and 78.8 on MMMU-Pro, placing it competitively against models like GPT-5.4, Claude Opus 4.6, and Gemini 3.1 Pro Preview.

DeepSeek Rejects Alibaba: $50B Funding Round Prioritizes Independence Over Big Tech Integration
DeepSeek's $50B funding round collapses with Alibaba due to integration demands; founder Liang Wenfeng insists on no restrictive clauses, weighing offers from Tencent and state-backed funds.