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.219 Home All releases olderv2.1.218 v2.1.220newer
Claude Code v2.1.219

Transcript-sharing feedback prompt reworked

Under the hood
Useful2 Signal1
Elsewhere

The offer to share your transcript was rebuilt, now only appears once per session and records when you dismiss it.

The reworked transcript-share prompt exists with a new dismissal event, but whether the surface is enabled in this build is unresolved.

What

The transcript share offer is restructured around an arm/select/dismiss hook, with its submitting and submitted states moved into a shared component, and dismissals are now reported.

Details
  • a guard prevents the prompt re-arming within the same session
  • the arming timer is cleaned up on unmount
  • dismissal emits a new transcript_share_dismissed event
  • the separate "frustration" survey branch of the feedback UI was deleted
  • whether this surface is enabled in this build could not be resolved
Evidence

transcript_share_dismissed

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