feat(claude-code-settings): sync to Claude Code v2.1.69#5441
Merged
github-actions[bot] merged 1 commit intoSchemaStore:masterfrom Mar 5, 2026
Merged
Conversation
Schema: - Add sandbox.enableWeakerNetworkIsolation (macOS only, allows TLS verification with MITM proxy) - Add includeGitInstructions (default true, remove git workflow instructions) - Add pluginTrustMessage (managed settings, org-specific plugin trust context) - Add fastModePerSessionOptIn (managed settings, require /fast opt-in per session) - Add Agent to permissionRule pattern (control subagent access) - Add InstructionsLoaded hook event (fires when CLAUDE.md or .claude/rules/*.md loaded) - Add pathPattern source type to strictKnownMarketplaces and blockedMarketplaces - Add UNDOCUMENTED prefix to delegate permission mode (experimental agent teams feature) - Enhance effortLevel description (note Max/Team subscribers default to medium) - Update settings.json links with proper section anchors (#permission-settings, #available-settings, #sandbox-settings, #plugin-settings) Tests: - Add includeGitInstructions, fastModePerSessionOptIn, pluginTrustMessage, sandbox.enableWeakerNetworkIsolation to modern-complete-config.json - Add Agent(Explore) permission to modern-complete-config.json and permissions-advanced.json - Add pathPattern to blockedMarketplaces in modern-complete-config.json and managed-settings.json - Add InstructionsLoaded hook to hooks-complete.json and modern-complete-config.json Coverage: All 8 checks passing. Test completeness and default value coverage resolved. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Thanks for the PR! This section of the codebase is owned by @domdomegg, @bogini, and @ant-kurt - if they write a comment saying "LGTM" then it will be merged. |
domdomegg
approved these changes
Mar 5, 2026
Contributor
|
LGTM |
Contributor
|
Merging because @domdomegg is a code-owner of all the changes - thanks! |
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.
Schema
sandbox.enableWeakerNetworkIsolation(boolean, macOS only) — Allows Go tools (gh, gcloud, terraform) to verify TLS certificates with MITM proxy. See sandboxing docs (v2.1.69)includeGitInstructions(boolean, default true) — Control built-in git workflow instructions in system prompt. Env var:CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS. See settings (v2.1.69)pluginTrustMessage(string, managed-only) — Custom org-specific context in plugin trust warning. See settings (v2.1.69)fastModePerSessionOptIn(boolean, default false) — Require per-session `/fast` opt-in instead of persisting. See fast-mode docs (v2.1.69)Tests
Coverage
✅ All 8 coverage checks passing
✅ Test completeness: 55/55 top-level properties covered
✅ Default value coverage: All 19 properties with defaults tested
🤖 Generated with Claude Code