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
- Dev builds interactive 3D product experience with GPT-6 Astra + Hyper3D Rodin — nikola_mr64990 · 2026-09-11
- Codex tip: use Sol with Astra and Luna sub-agents to save usage — pvncher · 2026-09-11
- agents-best-practices: a provider-neutral Agent Skill for designing and auditing agentic harnesses — tom_doerr · 2026-09-11
- Cognition's SWE-2 uses a KKT duality argument in RL to shift the effort Pareto curve — YouJiacheng · 2026-09-11
- First-ever Three.js Conference lands in Paris, with a panel on AI-shortened design workflows — OdinLovis · 2026-09-11
- Data engineering, not agent frameworks, is the real bottleneck for enterprise AI agents — dhruv2038 · 2026-09-11