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.212 Home All releases olderv2.1.211 v2.1.213newer
Claude Code v2.1.212

SendFeedback Tool and /feedback Command

Claude now has a SendFeedback tool that lets it draft product feedback or bug reports at high-signal moments — such as after encountering a recurring issue or completing a complex workflow. Drafts are written locally and never sent without your review.

Usage
/feedback        # review and send queued feedback drafts
/bug             # same as /feedback, also aliased to /share
Details
  • Claude drafts feedback silently without announcing it. A counter in the footer shows when drafts are queued.
  • The /feedback panel lets you review, edit, or discard each draft before sending. You can toggle transcript inclusion, edit the title/details/area, and choose the type (bug report vs. feature request).
  • Drafts expire after 30 days and live only on your machine.
  • The tool is rate-limited: Claude can queue at most N drafts per session. Once the limit is reached, existing queued drafts are unaffected.
  • A "quiet" mode and "off" mode are configurable in settings (model-drafted feedback setting).
  • Transcript content from third-party providers is withheld from submissions for privacy.
Evidence

"Queue a draft product-feedback report about Claude Code itself for the user to review and send later. Nothing is sent anywhere by this tool — it writes a local draft the user can review, edit, and explicitly send with /feedback." (search for "SendFeedback")

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