Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Feedback survey followup payload now whitelists included transcript/session fields

Feedback survey followups now send only a fixed, named list of fields instead of a free-form object

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaFeedbackwhat it touches
KindImprovementsin v2.1.268,
Under the hood

Feedback survey followups now send only a fixed, named list of fields instead of a free-form object

What

When you submit a followup to a feedback survey, Claude Code now builds the data it sends from a fixed list of named fields: latestAssistantMessageId, message_count, datetime, description, surface, platform, gitRepo, commitSha, remoteWorkspace, remoteSessionId, version, transcript, subagentTranscripts, rawTranscriptJsonl, recentSessionTranscripts, and debugLog. Previously the submission passed through whatever object it was given.

Why

Restricting the payload to a known allowlist of fields prevents unintended or extra data from being included in a feedback submission.

See this entry in the whole of v2.1.268 →

Feedback