docs: Claude Code v2.1.251 - SDK docs align with subagent model order, ProxyJump refused in SSH remote sessions - #1232
Merged
Conversation
…, ProxyJump refused in SSH remote sessions 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: This batch completes the documentation of the v2.1.251 behavioral changes introduced in the previous commit. Two things matter to developers: (1) the Agent SDK reference tables in both TypeScript and Python now consistently document the
CLAUDE_CODE_SUBAGENT_MODELdemotion — any dev who omitsmodelin anAgentDefinitionnow gets the correct "subagent model order" story rather than the old "CLAUDE_CODE_SUBAGENT_MODEL or main model" story; (2) SSH remote sessions now explicitly refuseProxyJumpconnections (onlyProxyCommandis permitted), which is a security boundary change that admins configuringsshHostAllowlistneed to know about.HIGHLIGHTS:
AgentDefinition.modeldocs inagent-sdk/subagents.md,agent-sdk/typescript.md, andsub-agents.mdall now link to the "subagent model order" section instead of mentioningCLAUDE_CODE_SUBAGENT_MODELas the fallback — removes a source of developer confusion about precedenceconfiguration.md(Claude desktop) now explicitly statesProxyJumpis refused with a message suggestingProxyCommandinstead; before v2.1.251 docs this was undocumented behaviorCLAUDE_CODE_SUBPROCESS_ENV_SCRUBhook interaction documented:hooks.mdnow notes that when this env scrub flag is active, hooks also lose the stripped variables — relevant for anyone whose hooks depend on credentials or cloud provider varsENABLE_BETA_TRACING_DETAILED=1+BETA_TRACING_ENDPOINTchanges where logs and traces go (not just what's emitted) —monitoring-usage.mdandhooks.mdboth now link to env-vars for thisteammateDefaultModelmigration note updated:agent-teams.mdremoved the suggestion to useCLAUDE_CODE_SUBAGENT_MODELas the replacement for the removedteammateDefaultModelfield — consistent with the demotiontheme={null}attrs cleaned up from code blocks (cosmetic only)Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning