Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.182 Home All releases olderv2.1.181 v2.1.183newer
Claude Code v2.1.182

attribution.sessionUrl Setting

What

Controls whether Claude Code appends a claude.ai session link to commits and pull requests created during web or Remote Control sessions.

Details
  • Set in settings.json under the attribution key:
  { "attribution": { "sessionUrl": false } }
  • Default is true — the Claude-Session commit trailer and PR-body link are added automatically
  • Set to false to omit both the trailer and the link (useful for organizations that want clean commit history or disallow external links in PRs)
Evidence

New settings schema field — search for "Whether to append the claude.ai session link to commits and PRs created from web or Remote Control sessions"

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.182 →