Daily settings drift check — 2026-07-19 (Claude Code v2.1.215)#156
Merged
Conversation
- Bump badge and header version v2.1.210 → v2.1.215 - Add 7 missing env vars: CLAUDE_CODE_AWS_CHAIN_RESOLVE_TIMEOUT_MS, CLAUDE_CODE_DISABLE_BEDROCK_CONTENT_TYPE_GUARD (both confirmed on official env-vars page), plus 5 changelog-only vars: CLAUDE_CODE_FORWARD_SUBAGENT_TEXT (v2.1.211), CLAUDE_CODE_MAX_WEB_SEARCHES_PER_SESSION, CLAUDE_CODE_MAX_SUBAGENTS_PER_SESSION, CLAUDE_CODE_MCP_AUTO_BACKGROUND_MS (all v2.1.212), CLAUDE_CODE_OTEL_CONTENT_MAX_LENGTH (v2.1.215) - Update sandbox.credentials description: add mode field semantics (deny vs mask+injectHosts, v2.1.199) - Add claude auto-mode reset, /fork, /subtask to Useful Commands (v2.1.212) Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017cUfhBzEX7FAEMkFU3k1z1
Records 9 action items (7 missing env vars, sandbox.credentials description update, 3 missing Useful Commands) as COMPLETE, plus 2 recurring ON HOLD suspect keys (CLAUDE_CODE_RETRY_WATCHDOG run 12, OTEL_LOG_TOOL_DETAILS run 57+). Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017cUfhBzEX7FAEMkFU3k1z1
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.
Summary
Automated daily drift check against official Claude Code docs. Report version advanced from v2.1.210 → v2.1.215 (5 releases). All 9 action items applied and committed.
Verification Log
sandbox.credentialsdescription updatedsandbox.credentialsupdatedCLAUDE_CODE_RETRY_WATCHDOGrun 12,OTEL_LOG_TOOL_DETAILSrun 57+Action Items Applied
CLAUDE_CODE_AWS_CHAIN_RESOLVE_TIMEOUT_MS— Bedrock credential chain timeout, default 60000ms (v2.1.207, confirmed on official env-vars page)CLAUDE_CODE_DISABLE_BEDROCK_CONTENT_TYPE_GUARD— disable Bedrock content-type guard (v2.1.208, confirmed on official env-vars page)CLAUDE_CODE_FORWARD_SUBAGENT_TEXT— forward subagent streaming text to parent session in real time (v2.1.211, changelog annotation)CLAUDE_CODE_MAX_WEB_SEARCHES_PER_SESSION— per-session web search limit, default 200 (v2.1.212, changelog annotation)CLAUDE_CODE_MAX_SUBAGENTS_PER_SESSION— per-session subagent spawn limit, default 200 (v2.1.212, changelog annotation)CLAUDE_CODE_MCP_AUTO_BACKGROUND_MS— auto-background slow MCP calls exceeding threshold, default 120000ms/2min (v2.1.212, changelog annotation)CLAUDE_CODE_OTEL_CONTENT_MAX_LENGTH— max OTel event payload size, default 61440 bytes/60KB (v2.1.215, changelog annotation)sandbox.credentialsdescription: addedmodefield semantics —"deny"blocks entirely,"mask"withinjectHostsselectively exposes to trusted hosts (v2.1.199)claude auto-mode reset(--yesto skip confirmation),/fork(fork session into isolated subagent), and/subtask(launch isolated subtask) to Useful Commands (v2.1.212)CLAUDE_CODE_RETRY_WATCHDOG— 12 consecutive ON HOLD runs, still not on official env-vars pageOTEL_LOG_TOOL_DETAILS— 57+ consecutive ON HOLD runs, still not on official env-vars pageResolved Since Last Run
No items from the v2.1.210 run required follow-up; all prior COMPLETE items remain resolved.
Not Applied (Rule 8A — Official Source Not Confirmed)
The following were considered but excluded per Rule 8A (Source Credibility Guard — only flag items confirmed by official docs/changelog):
sandbox.network.tlsTerminate— found in agent inference only, not on official settings page or changelogDISABLE_PROMPT_CACHING_FABLE— inferred fromDISABLE_PROMPT_CACHING_OPUSpattern, not in official docsDo not merge — leave for human review.
Generated by Claude Code