cd6024b578
Disable attribution in settings.json, add back the section about attribution in CLAUDE.md due to claude sometimes ignoring the setting
15 lines
272 B
JSON
15 lines
272 B
JSON
{
|
|
"env": {
|
|
"ENABLE_CLAUDEAI_MCP_SERVERS": "false"
|
|
},
|
|
"feedbackSurveyRate": 0,
|
|
"effortLevel": "high",
|
|
"awaySummaryEnabled": false,
|
|
"showClearContextOnPlanAccept": true,
|
|
"disableAutoMode": "disable",
|
|
"attribution": {
|
|
"commit": "",
|
|
"pr": ""
|
|
}
|
|
}
|