Artifact actions that work entirely locally no longer demand a claude.ai login first.
What's wrong with this entry?
Artifact input validation used to require a claude.ai account check before dispatching to any action. It now resolves the action's handler first and skips the login requirement when that handler declares itself local-only.
- The same reordering appears in a second validation path in the same tool.
- The only handler carrying the marker declares
actions: ["preview"], and the preview action is itself gated, so nothing else reaches the relaxed path.
localOnly: !0,
Strings lifted out of the shipped bundle, so the claim above can be checked against them.