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.245 Home All releases olderv2.1.243 v2.1.246newer
Claude Code v2.1.245

An unused internal setting slot named autofixPrMode

Not switched on
Useful1 Signal4
Slash Commands Notable not in their notes

A settings key named autofixPrMode is listed but undefined, so setting it does nothing.

The key autofixPrMode appears in the settings registry with no definition and no reader.

autofixPrMode
What

The settings registry lists an internal key autofixPrMode but never defines or reads it, so it cannot be set to anything and changes nothing. It is the likely future switch for choosing how /autofix-pr runs.

Details
  • The name appears exactly once, at the end of the display order for the Internal settings group, alongside snipEnabled, doneMeansMerged and autoUploadSessions.
  • No setting definition backs it, nothing writes it, and no code consults it when picking the autofix path.
  • It was already present in 2.1.243 in the same inert state.
Evidence

"autofixPrMode"

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