Skip to content

feat(claude-code-settings): sync to Claude Code v2.1.69#5441

Merged
github-actions[bot] merged 1 commit intoSchemaStore:masterfrom
miteshashar:claude-code-schema-2.1.69
Mar 5, 2026
Merged

feat(claude-code-settings): sync to Claude Code v2.1.69#5441
github-actions[bot] merged 1 commit intoSchemaStore:masterfrom
miteshashar:claude-code-schema-2.1.69

Conversation

@miteshashar
Copy link
Contributor

Schema

  • Add sandbox.enableWeakerNetworkIsolation (boolean, macOS only) — Allows Go tools (gh, gcloud, terraform) to verify TLS certificates with MITM proxy. See sandboxing docs (v2.1.69)
  • Add 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)
  • Add pluginTrustMessage (string, managed-only) — Custom org-specific context in plugin trust warning. See settings (v2.1.69)
  • Add fastModePerSessionOptIn (boolean, default false) — Require per-session `/fast` opt-in instead of persisting. See fast-mode docs (v2.1.69)
  • Add `Agent` tool to `permissionRule` pattern — Control subagent access with `Agent(Explore)`, `Agent(Plan)`, etc. See permissions docs (v2.1.69)
  • Add `InstructionsLoaded` hook event — Fires when CLAUDE.md or .claude/rules/*.md loaded. No matchers, no decision control. See hooks docs (v2.1.69)
  • Add `pathPattern` source type to `strictKnownMarketplaces` and `blockedMarketplaces` — Regex-matching for file/directory marketplace paths. See marketplace docs (v2.1.69)
  • Add UNDOCUMENTED prefix to `delegate` permission mode — Experimental agent teams feature (requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS flag)
  • Enhance `effortLevel` description to note Max/Team subscribers default to medium effort (v2.1.68)
  • Update settings.json doc links with section anchors for better navigation (#permission-settings, #available-settings, #sandbox-settings, #plugin-settings)

Tests

  • Add all new properties to modern-complete-config.json for comprehensive coverage
  • Add InstructionsLoaded hook to hooks-complete.json (all hook types now covered)
  • Add pluginTrustMessage and pathPattern examples to managed-settings.json
  • Add Agent(Explore) permission example to permissions-advanced.json

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

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>
@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

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
Copy link
Contributor

LGTM

@github-actions github-actions bot merged commit 8ee2a44 into SchemaStore:master Mar 5, 2026
6 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

Merging because @domdomegg is a code-owner of all the changes - thanks!

@miteshashar miteshashar deleted the claude-code-schema-2.1.69 branch March 5, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants