feat(v11.19.0): sync with Claude Code v2.1.165#45
Merged
Conversation
2.1.164 and 2.1.165 are bug-fixes-only; all surface-area change is in 2.1.163. Manifest bumped 2.1.162 -> 2.1.165; version minor for new keys. Added: - requiredMinimumVersion + requiredMaximumVersion managed settings (2.1.163): version-range start gate, distinct from the older minimumVersion. Added to settings zod schema, manifest knownSettingsKeys, settings-reference table; schemas/settings.schema.json regenerated. Docs: - hooks-reference note: Stop/SubagentStop may now return hookSpecificOutput.additionalContext (runtime output, not a config field). Skipped: /plugin list, /btw c-to-copy, Skills \$ escape, stdio MCP CLAUDE_CODE_SESSION_ID on --resume, ~17 bug fixes (incl. the if:"Bash(...)" $()/$VAR over-fire fix that improves our existing if-hooks for free).
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.
What this does
Keeps cc-settings current with Claude Code through v2.1.165. The only thing that changes for users: cc-settings now recognizes two new enterprise version-gating settings keys, so a managed config that uses them validates cleanly instead of slipping through as an unknown passthrough key.
Summary
requiredMinimumVersion+requiredMaximumVersionmanaged settings (2.1.163): Claude Code refuses to start if its version is outside the allowed range. Distinct from the olderminimumVersion. Added to the settings zod schema (ENTERPRISE/MANAGED block),upstream/claude-code-manifest.jsonknownSettingsKeys, and thedocs/settings-reference.mdtable;schemas/settings.schema.jsonregenerated viabun run schemas:emit.docs/hooks-reference.mdthatStop/SubagentStophooks may now returnhookSpecificOutput.additionalContext(2.1.163). Runtime-output capability, not a config field — no zod change./plugin list,/btw"c to copy", Skills\$literal-$escape, stdio MCPCLAUDE_CODE_SESSION_IDon--resume(env var already tracked), and ~17 bug fixes. One quiet win, no action needed: 2.1.163 fixesif: "Bash(...)"hook conditions over-firing on$()/$VARand$HOMEdeny-rule paths not blocking — both make our existing hooks/rules more correct for free.2.1.162→2.1.165;lastScan2026-06-05;VERSION11.18.0→11.19.0(minor, new keys).2.1.164 and 2.1.165 are "Bug fixes and reliability improvements" only.
Test Plan
bun run typecheckbun test— 473 pass / 0 failbun run upstream:scan— no drift detectedbun run schemas:emit— committed fresh