feat(claude-code-settings): sync to Claude Code v2.1.71#5451
Open
miteshashar wants to merge 1 commit intoSchemaStore:masterfrom
Open
feat(claude-code-settings): sync to Claude Code v2.1.71#5451miteshashar wants to merge 1 commit intoSchemaStore:masterfrom
miteshashar wants to merge 1 commit intoSchemaStore:masterfrom
Conversation
Schema: - Add claudeMdExcludes property for excluding CLAUDE.md files in monorepos - Add allowedHttpHookUrls property for HTTP hook URL allowlisting - Add httpHookAllowedEnvVars property for HTTP hook env var allowlisting Tests: - Add claudeMdExcludes, allowedHttpHookUrls, httpHookAllowedEnvVars to modern-complete-config.json - Add allowedHttpHookUrls, httpHookAllowedEnvVars to hooks-complete.json 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. |
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
claudeMdExcludes— glob patterns for excluding CLAUDE.md files in monorepos, as per memory documentation. Not in changelog; documented feature missed in prior syncs.allowedHttpHookUrls— URL pattern allowlist for HTTP hooks, as per settings documentation. HTTP hooks added in v2.1.63; this security setting missed since then.httpHookAllowedEnvVars— env var name allowlist for HTTP hook header interpolation, as per settings documentation. Same origin asallowedHttpHookUrls.Tests
modern-complete-config.jsonfor full coverageallowedHttpHookUrlsandhttpHookAllowedEnvVarstohooks-complete.json(hook feature-specific test)Skipped
voice:pushToTalk(v2.1.71) is a keybinding, not a settings.json property