docs: Claude Code v2.1.273 - Gateway public-IP networks, hint headers, new Agent SDK configuration page - #1290
Merged
Conversation
…, new Agent SDK configuration page 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: v2.1.273 is a meaty release — 60+ changelog entries covering new enterprise gateway infrastructure, a behavior change for Bedrock/Vertex/Foundry auto mode, a new Agent SDK configuration reference page, and two new Managed Agents quickstarts. The gateway work alone (
gatewayInternalNetworks) closes a real gap for enterprises whose internal networks use public IPv4 space. The auto-mode classifier default flip on cloud providers could surprise teams who relied on the server-side classifier.HIGHLIGHTS:
gatewayInternalNetworksmanaged setting — orgs whose internal networks are numbered from public IPv4 space they own (legacy/8, carrier blocks, etc.) can now declare those CIDRs so/loginaccepts a gateway there. Full validation rules and a<Warning>about not exposing to the internet documented inclaude-apps-gateway.md. Requires v2.1.268+ on developer machines.CLAUDE_CODE_GATEWAY_HINT_HEADERS=1) — opt-in sendsx-claude-code-request-class,x-claude-code-agent-type,x-claude-code-prev-tool-durations,x-claude-code-compaction, andx-claude-code-context-compactedon every model request, giving gateway operators context to route/prioritize traffic.configuration.md— brand-new page documenting how to compose the options object, load settings files, choose a model, and configure environment; replaces scattered inline notes across other SDK pages. New untracked file.CLAUDE_CODE_AUTO_MODE_SERVER=1. Teams using cloud-provider auto mode should verify behavior.claude --remote-controlor/remote-controlfrom the Claude app can now be forked as background sessions on the developer's machine.claude-quickstarts/managed-agents/sentry/(daily Sentry triage via cron) andclaude-quickstarts/managed-agents/slack/(Slack @-mention bridge) are new untracked files showing the Managed Agents API patterns.CLAUDE_CODE_BASH_EDIT_DIFF(toggle post-Bash file diffs),CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS(override SessionEnd hook budget),CLAUDE_CODE_SYNC_SKILLS(download claude.ai skills in non-interactive mode).Cloud sessions are disabled by your organization's policy), OAuth port exhaustion,WebFetchlocalhost restriction, teammate agent definition restore failure, and worktree-with-unpushed-commits variants.permissions.blockReadsOutsideWorkingDirectoriesmemory-directory bypass fixed;OTEL_LOG_TOOL_DETAILS=1now logs real agent/skill/plugin names; auto-compact context meter was double-counting advisor turns (firing at ~half the real window); scheduled tasks running in the wrong session after worktree copy; SDK dropping subagent messages after moving to background.--postretry now posts exactly once; re-review skipped on empty/content-identical pushes for mixed-case repo names.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning