Claude Code still appends `Claude-Session:` commit trailers even with attribution disabled
rustyrazorblade · ghdev · 2026-07-15
Claude Code still appends Claude-Session: commit trailers even when attribution is disabled
A user reports that Claude Code 2.1.210 ignores local settings that disable commit and PR attribution. Even with "attribution": { "commit": "", "pr": "" }, the tool still injects a Claude-Session: https://claude.ai/code/session<id> trailer into git commit messages.
What works
- The older Co-Authored-By and Generated with Claude Code footer is correctly suppressed.
What does not
- The newer Claude-Session: footer still appears in commits and PR bodies.
- The reporter suspects a cached Statsig gate (tenguantattributionheadernew = true) is bypassing local settings.
Impact
This affects both the main session and spawned subagents, so users cannot fully disable attribution in commit metadata.
More from coding & agent
- A 9B Ollama agent can run a fully local DJ radio with tools, memory, and TTS — pinku1 · 2026-07-27
- Bugbot rejects an MCP permission flag because it would break path-scoped isolation — zeeg · 2026-07-27
- One GPT-5.6 agent is guarding a Blink security system while another makes a parody rap album — repligate · 2026-07-27
- An agent got unblocked by reusing a logged-in browser, not stealth tricks — armanidev_ · 2026-07-27
- Paper argues graph topology can become the core operating system for AI agents — theomitsa · 2026-07-27
- Claude Code desktop adds UI markup feedback for smoother visual editing — EricBuess · 2026-07-27