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 prompt wired into the session memory viewer, but unreachable in this build

Not switched on
Useful2 Signal3
Memory not in their notes

A prompt to share your transcript after rating a memory is built but never appears.

The full transcript-share flow renders in the session memory viewer, but its arming check returns false so nothing shows.

CLAUDE_CODE_DISABLE_FEEDBACK_SURVEYtranscriptShareDismissed
What

The session memory viewer gained a full transcript-share flow that arms when a memory is rated, but the precondition that would show it always returns false here.

Details
  • The viewer now takes a messagesRef and renders states transcript_prompt, submitting, submitted and thanks.
  • The success panel shows the saved bundle path with the text telling you to send the file to your Anthropic account representative or attach it to a support request.
  • Telemetry goes to tengu_session_memory_share_event with transcript_prompt_appeared, transcript_share_yes/no/dont_ask_again, transcript_share_submitted and transcript_share_failed.
  • The arming precondition calls a predicate whose body is return !1, so nothing is ever shown.
  • Two further suppressors exist regardless: CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY and a transcriptShareDismissed setting.
Evidence

Send this file to your Anthropic account representative or attach it to your support request.

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