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.0 Home All releases olderv2.0.77 v2.1.1newer
Claude Code v2.1.0

Pre-emptive Git Commit Trailer Injection

What

Git commit attribution trailers are now injected into the commit command before execution, rather than amending commits after the fact.

Details
  • Uses PreToolUse hook to intercept git commit commands
  • Injects Claude-Generated-By, Claude-Steers, Claude-Permission-Prompts, Claude-Escapes, and Claude-Plan trailers directly into the commit message
  • Supports both HEREDOC-style commit messages and quoted -m style messages
  • Eliminates race conditions and edge cases from the previous post-commit amendment approach
  • Tracks injection state via trailersInjectedForCurrentCommit flag
Evidence

x$7() at line 530968 (contains "Attribution hook: PreToolUse - Injecting trailers into git commit command")

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.0 →