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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Artifact publishing has an unreachable create-a-path option

Not switched on
Useful2 Signal4
Artifacts Notable

Artifact publishing gained a create-the-path option that no reachable path exposes.

A create-path publish option forcing direct upload exists but is unreachable in this build.

What

Publishing can now take an option that creates the destination path. It cannot be combined with a slug, force, a base version or a file list, forces the direct upload route, adds an extra capability and changes the wording of the retry advice on a failed fetch of the latest version.

Details
  • The rejected combination is reported as create_bad_combo with the error "invalid publish options".
  • Its only caller reads the option from a live-doc module that is compiled to a constant null here, so nothing in this build can set it.
Evidence

LIVE_DOC_CREATE_PATH

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

See this entry in the whole of v2.1.232 →