docs: Claude Code v2.1.219 - Claude Opus 5 default, nested subagents depth 3#1091
Merged
Merged
Conversation
…depth 3 Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Night shift report
WHY THIS MATTERS: Claude Opus 5 (
claude-opus-5) is now the default Opus model in Claude Code — 1M context window, adaptive thinking, training data through May 2026, at $10/$50 per MTok input/output. This is a model launch embedded in a release, not just a patch. Simultaneously, the subagent depth ceiling doubled from 1 to 3, meaning workflows that spawn agents can now go three levels deep without env-var overrides — a structural capability change for anyone building multi-agent pipelines. Opus 4.7 is simultaneously dropped from fast mode.HIGHLIGHTS:
claude-opus-5, 1M context, adaptive thinking on, knowledge cutoff May 2026, available on Anthropic API / Bedrock / Vertex; fast mode now covers Opus 5 + Opus 4.8 (Opus 4.7 removed)CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH=1; depth-2+ subagents now appear in stream-json when--forward-subagent-textis setsandbox.network.strictAllowlistsetting — deny non-allowlisted hosts for sandboxed commands without prompting; useful for tighter network control in CI/headlessDirectoryAddedhook — fires after/add-diror SDKregister_repo_rootregisters a new working directory mid-session; new hook type for project-aware automationworkflowSizeGuidelinein any settings file or/configinteractively; running-workflow status line now shows current sizeserver-side-fallback-2026-07-01andfallback-credit-2026-07-01documented in beta.md; mid-conversation tool directives (BetaRequestToolAdditionBlock/BetaRequestToolRemovalBlock) now in the beta API specmcp_server_errorsin headless init event — lists MCP config entries skipped by validation, so broken servers are now surfaced at startup rather than silently droppedclaude-opus-4-1-20250805retired 2026-08-05; migrate to Opus 5Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning