[AI Agents] Remove plugin settings from shared Claude Code config#8343
Merged
Conversation
🤖 Co-Authored-By: Claude Code <[email protected]>
andrewlock
approved these changes
Mar 19, 2026
lucaspimentel
enabled auto-merge (squash)
March 19, 2026 16:00
bouwkast
approved these changes
Mar 19, 2026
BenchmarksBenchmark execution time: 2026-03-19 16:40:29 Comparing candidate commit a211b82 in PR branch Found 7 performance improvements and 6 performance regressions! Performance is the same for 163 metrics, 16 unstable metrics. scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net6.0
scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net6.0
scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net6.0
scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net6.0
scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces netcoreapp3.1
scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472
scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog netcoreapp3.1
scenario:Benchmarks.Trace.RedisBenchmark.SendReceive netcoreapp3.1
scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net6.0
scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472
|
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 of changes
Remove plugin settings (
enabledPluginsandpermissions.deny) from the shared.claude/settings.jsonconfiguration file.Reason for change
Plugin preferences and permission overrides are user-specific and should not be committed to the shared repository configuration. Having them in
.claude/settings.jsonforces these settings on all contributors.Implementation details
enabledPluginsblock that auto-enabledmarketplace-auto-updateandddplugins fromdatadog-claude-pluginspermissions.denyblock that blocked severaldd:*skills (conductor, trebuchet, render-helm, deploy-yaml-local-dev, integrate, live-test-api, debug-ddci-request)Test coverage
N/A — configuration-only change.
Other details
These settings can be configured per-user in their local/user-level Claude Code settings instead.