Claude Code 现在会在每次提交时附加一个 Claude 会话的链接
4 分•作者: codexon•27 天前
Claude 代码现在会在每次提交时附加此行,所有人都会被自动启用。
此链接仅用户可访问,因此将其放入提交中没有意义。
Claude-Session: https://claude.ai/code/session_...
有一个新设置允许您禁用它。
```json
"attribution": {
"sessionUrl": false
}
```
查看原文
Claude code now appends every commit with this line, everyone is opted in automatically.<p>This link is only accessible to the user so it doesn't make sense to be put in a commit.<p>Claude-Session: https://claude.ai/code/session_...<p>There is a new setting that allows you to disable it.<p><pre><code> "attribution": {
"sessionUrl": false
}</code></pre>