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.
Cloud sessions refuse Artifact deletes before resolving the URL
You'll notice
Useful2Signal2
Artifactsnot in their notes
Deleting an artifact in a cloud session now refuses early and points you at your own machine.
What's wrong with this entry?
Anonymous. No account, no email.
/artifacts
What
A delete now checks whether it is running in a cloud session first, and if so denies with a message telling the model not to retry and pointing you at claude.ai or /artifacts on your own machine.
Details
The check is a runtime pair of helpers, not an environment variable or named flag, so what puts a session into that state is decided outside the CLI.
Evidence
This cloud session cannot delete Artifacts right now
Strings lifted out of the shipped bundle, so the claim above can be checked against them.