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.217 Home All releases olderv2.1.216 v2.1.218newer
Claude Code v2.1.217

/auto-mode-setup Gets --apply-target, --request-id, and --expect-sha256

The /auto-mode-setup command now supports:

  • --request-id <uuid> — must come first; the UUID is echoed back in the JSON result as requestId so a host with multiple in-flight commands can match replies
  • --apply-target <user|project> — specifies where to save settings; the apply step validates that the proposal's scope matches the target (user ↔ scope=all, project ↔ scope=project)
  • --expect-sha256 <64-hex> — required before --apply-file; the apply refuses unless the file's bytes hash to the given SHA256

The proposal object returned by --propose now also includes the scope field.

Evidence

Command usage string (search for "--apply-target must be")

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