Week 24 ยท June 8โ12, 2026v2.1.169
/cd command โ move the current session to a different working directory mid-conversation without rebuilding the prompt cache; the new directory's CLAUDE.md is appended as a message and the session relocates to the new project's storage so --resume finds it there.
Week 24 ยท June 8โ12, 2026v2.1.172
Sub-agents can spawn sub-agents โ nested agent trees are now supported with a live tree view in the subagent panel; background chains are capped at five levels deep to prevent runaway concurrency, while foreground chains can go any depth.
Week 24 ยท June 8โ12, 2026v2.1.169
Safe mode for troubleshooting โ launch with --safe-mode or CLAUDE_CODE_SAFE_MODE to disable all customizations (CLAUDE.md, skills, plugins, hooks, MCPs, custom commands) while keeping auth, model selection, and permissions intact. If a problem disappears in safe mode, one of those surfaces is the cause.
Week 24 ยท June 8โ12, 2026v2.1.166+
fallbackModel chains โ configure up to three fallback models tried in order when the primary model is overloaded or unavailable; --fallback-model now also applies to interactive sessions. Also: plugin search in /plugin marketplace, new disableBundledSkills setting, deny rules now accept glob patterns in the tool-name position, and cross-session SendMessage authority is hardened in auto mode.