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.206 Home All releases olderv2.1.205 v2.1.207newer

Plan Publishing as Artifact

What

/plan share can now publish the current plan as a shareable web artifact on claude.ai, letting reviewers read the plan in a browser before the session exits.

Details
  • When a plan artifact is available, a new "Review plan as artifact" option appears alongside the existing skip option.
  • While publishing, the session shows: "Publishing plan for review…"
  • On success, the URL is displayed: "Review your plan: {url}"
  • If the plan changes after publishing, the status updates to show "(plan changed since publish — after exiting, /plan share publishes the updated plan)"
  • If publishing fails: "Couldn't publish plan — run /plan share to retry, or --debug for details."
  • If the feature is unavailable: "Publishing plans isn't available right now — the plan was not published."
Evidence

Status strings (search for "Publishing plan for review"); stale state (search for "plan changed since publish")

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