Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/schemas/json/claude-code-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,10 @@
"pr": {
"type": "string",
"description": "Attribution for pull request descriptions. Empty string hides pull request attribution"
},
"sessionUrl": {
"type": "boolean",
"description": "Whether to append the claude.ai session link to commits and pull requests in web and Remote Control sessions. Set to false to omit it (default: true)."
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion src/test/claude-code-settings/modern-complete-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"apiKeyHelper": "/usr/local/bin/claude-auth-helper",
"attribution": {
"commit": "Generated with AI\n\nCo-Authored-By: AI <ai@example.com>",
"pr": ""
"pr": "",
"sessionUrl": false
},
"autoMemoryDirectory": "~/.claude/custom-memory",
"autoMemoryEnabled": false,
Expand Down
Loading