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.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

Rename an artifact from the artifact picker

Use it now
Useful3 Signal1
Artifacts

You can rename an artifact right in the artifact picker and it updates immediately.

What

The artifact list can rename an artifact in place through a "Rename artifact:" text field confirmed with enter and abandoned with escape, updating the list immediately and rolling back if the server call fails.

Details
  • Renames go to a new /api/frame/retitle/ endpoint, with its own telemetry.
  • A network failure surfaces as "Couldn't rename artifact (network error)" and the old title is restored.
  • The same screen carries a pin action on the p key, backed by /api/frame/favorite/ (POST to pin, DELETE to unpin), which only appears when the server enables it.
Evidence

Couldn't rename artifact (network error)

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