Files
dotfiles/.claude/settings.json
T
warg cd6024b578 fix(claude): disable attribution
Disable attribution in settings.json, add back the section about
attribution in CLAUDE.md due to claude sometimes ignoring the setting
2026-05-09 00:06:19 +02:00

15 lines
272 B
JSON

{
"env": {
"ENABLE_CLAUDEAI_MCP_SERVERS": "false"
},
"feedbackSurveyRate": 0,
"effortLevel": "high",
"awaySummaryEnabled": false,
"showClearContextOnPlanAccept": true,
"disableAutoMode": "disable",
"attribution": {
"commit": "",
"pr": ""
}
}