Skip to content

Commit 6732a33

Browse files
committed
chore: 禁用Claude代码归属标头并调整权限
移除Task权限并禁用CLAUDE_CODE_ATTRIBUTION_HEADER以优化隐私设置
1 parent 8d6c372 commit 6732a33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ai/coding/claude/.claude/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",
88
"DISABLE_ERROR_REPORTING": "1",
99
"DISABLE_TELEMETRY": "1",
10-
"MCP_TIMEOUT": "60000"
10+
"MCP_TIMEOUT": "60000",
11+
"CLAUDE_CODE_ATTRIBUTION_HEADER": "0"
1112
},
1213
"includeCoAuthoredBy": false,
1314
"permissions": {
@@ -19,7 +20,6 @@
1920
"KillShell",
2021
"NotebookEdit",
2122
"Read",
22-
"Task",
2323
"TodoWrite",
2424
"WebFetch",
2525
"WebSearch",

0 commit comments

Comments
 (0)