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 publish rejects bad create-endpoint option combinations

Not switched on
Useful2 Signal3
Artifacts

Bad artifact publish option combinations are rejected up front instead of failing at the server.

The validation sits in the gated artifact publishing path alongside the create endpoint.

What

In the gated artifact publishing path, passing a create path together with a url, force, baseVersion or files list is now rejected before any request is made, as create_bad_combo with the message "invalid publish options". A 404 from the create endpoint is now reported as create_not_enabled and says explicitly that nothing was created.

Evidence

create endpoint not available (404) — nothing was created

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 →