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.221 Home All releases olderv2.1.220 v2.1.222newer

Whiteboard artifact gains a Submit button that saves without pinging Claude

Not switched on
Useful2 Signal3
Whiteboard

The whiteboard gets a Submit button that saves without asking Claude to reply; whiteboard is disabled.

Whiteboard Submit saves shared edits without pinging Claude, but the whiteboard skill is constant-false here.

What

The whiteboard page can now save viewer edits to the shared board without flagging Claude for a reply. The whiteboard skill is off in this build.

Details
  • a submitBtn sits next to Send to Claude, and publishing is unified into one publishBoard(toClaude) path
  • Submit republishes the shared artifact without stamping the ping marker and without the waiting painter; Send still stamps {n, at}
  • sync copy follows: "saved here \xB7 not shared yet", "saved \xB7 shared board is up to date", "saved to the shared board"
  • a plain save carries the last send's marker forward, so Submit cannot erase an unanswered ping
  • the skill is registered with isEnabled: g5v, where g5v() is Wms() && Ige() and Wms returns !1 in this build, so none of this is reachable here
Evidence

// Submit and Send both republish the shared artifact; only Send stamps the ping marker

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.221 →