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.229 Home All releases olderv2.1.228 v2.1.231newer
Claude Code v2.1.229

A built-in /commit command, off unless a server gate turns it on

Not switched on
Useful3 Signal4
Slash Commands Notable

A built-in commit command with a strict git workflow exists but is off unless a server enables it.

A commit slash command with fixed git rules and limited tool access is compiled in with its gate set false.

/commit
What

A command named "commit" is registered that gathers git status, the diff against HEAD, the branch and the last 10 commits, then follows a fixed workflow: never amend after a failed pre-commit hook, never use --no-verify, prefer naming files over git add -A, and never push unless asked. Its tool access is limited to git add, status and commit. It appears only when the tengu_cinder_relay gate resolves true; the value compiled into the build is false, so whether it shows up is decided by server config.

Details
  • It is separate from the existing commit-push-PR flow.
Evidence

Create a git commit. Use whenever you are about to create a commit, tengu_cinder_relay

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.229 →