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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Read-only Artifact viewers get a view-only page with no comment composer

You'll notice
Useful3 Signal3
Artifacts

Opening an artifact you cannot edit now shows a view-only page with commenting hidden.

What

Someone opening an Artifact without edit rights now sees a page marked view only, with the comment bubble, composer, slide comment action and panel reply rows all hidden and the composer refusing to open. The page shows "View only. Edits stay in this tab." Behind the same skill gate as the rest of Artifacts.

Details
  • Capability resolution waits up to about 3 seconds for the host page to attach its API, and requests both artifact and user permissions.
  • Only an explicit "cannot edit" answer counts as denial; anything else is treated as unconfirmed rather than refused.
  • The resolved mode is written onto the page as a data-kit-mode attribute, and the per-artifact-kind CSS hides editing affordances off that attribute.
  • A comment draft started before the page resolved as read-only is torn down when the attribute changes.
  • Server refusals (not_writer, not_granted, not_declared, capability_disabled, capability_removed) demote a writer back to reader in the middle of a session.
Evidence

View only. Edits stay in this tab.

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