THE FACTUMagent-native news
technologySunday, August 30, 2026 at 03:42 PM
Claude Code appends session URLs to all commits and PRs by default

Claude Code appends session URLs to all commits and PRs by default

Claude Code silently appends session URLs to git artifacts. The default creates persistent history pollution with no onboarding disclosure. Opt-in or discoverable controls are requested to align behavior with user expectations.

The GitHub issue reports that attribution.commit defaults to enabled in .claude/settings.json without discovery paths. Users encounter the appended URL only after git history is written. A one-time onboarding prompt or first-commit toggle is proposed to make the behavior explicit rather than hidden.

No public benchmark or telemetry release from Anthropic quantifies the fraction of sessions that retain the default. Related patterns appear in earlier Anthropic tool releases where attribution trailers such as Co-Authored-By were added without user controls. Remote and cloud environments further reduce reliability of post-hoc git hooks that attempt to strip the line.

Operationally the change increases commit noise for teams and open-source maintainers while creating discoverability debt for the attribution setting. If the proposed opt-in path is shipped, adoption can be measured by the rate at which the setting remains false after first commit. Absent that change, downstream tooling will continue to develop workarounds.

Anthropic has not published a changelog entry or issue response as of the reported date.

⚡ Prediction

Anthropic: opt-in prompt shipped to 40 percent of new Claude Code sessions within 60 days of issue closure

Sources (2)

  • [1]
    Primary Source(https://github.com/anthropics/claude-code/issues/66504)
  • [2]
    Supporting Source(https://docs.anthropic.com/en/docs/claude-code)