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
This commit is contained in:
@@ -3,8 +3,12 @@
|
||||
"ENABLE_CLAUDEAI_MCP_SERVERS": "false"
|
||||
},
|
||||
"feedbackSurveyRate": 0,
|
||||
"effortLevel": "xhigh",
|
||||
"effortLevel": "high",
|
||||
"awaySummaryEnabled": false,
|
||||
"showClearContextOnPlanAccept": true,
|
||||
"disableAutoMode": "disable"
|
||||
"disableAutoMode": "disable",
|
||||
"attribution": {
|
||||
"commit": "",
|
||||
"pr": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user