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.
What's wrong with this entry?
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.
- The viewer now takes a
messagesRefand renders statestranscript_prompt,submitting,submittedandthanks. - 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_eventwithtranscript_prompt_appeared,transcript_share_yes/no/dont_ask_again,transcript_share_submittedandtranscript_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_SURVEYand atranscriptShareDismissedsetting.
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.
-
v2.1.221
"Don't ask again" in the session-memory rating survey no longer records a dismissal
Both mention survey transcript share dismissed
-
v2.1.247
The feedback survey works out for itself whether you are mid-prompt
Both mention feedback survey