Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin Chain SAFU CryptoTax DeFAI AGI Claude Me Claude Skill Claude Design Claude Cowork
Independent Media
Not affiliated with any project
Exploring the Frontier of AI Intelligence
claude-me.com
LATEST
Claude Code's New /design Skill: Turn a Screenshot or an Idea Into an Editable Interface  ·  Claude Code's Auto Mode Became the Default on 8/14, and Its Rules Are Now Written as Plain Sentences  ·  Claude Code's New Feature: It Drafts Its Own Feedback Report When Something Goes Wrong, and You Decide Whether to Send It  ·  What Actually Changed in the MCP 2026-07-28 Spec: From Stateless Core to Stronger OAuth  ·  Claude Memory for Beginners: How Cross-Conversation Memory Works, and What About Sensitive Info?  ·  Claude Cowork's Built-In Browser vs. Claude in Chrome: Which One Should You Use?
tools

Claude Code's New Feature: It Drafts Its Own Feedback Report When Something Goes Wrong, and You Decide Whether to Send It

30-Second Version · For the impatient
When something goes wrong, it writes the report and leaves it on the desk before anyone asks — this feature basically builds the principle of proactively disclosing mistakes directly into the tool's behavior.

Full Explanation +
01 · Why did this happen?

How is this automatic drafting different from the existing /feedback and /bug commands?

The existing /feedback and /bug commands were a passive flow — you only open them once you actively think to report something. You have to first recognize there's a problem, remember the command, and organize what you want to say yourself. The new automatic drafting instead hands off the judgment of "noticing a problem" to Claude itself, which proactively triggers it under specific conditions: a tool keeps failing, a task doesn't get completed, or either side points out a mistake. The draft gets written first and placed in a queue, waiting for you to decide.

The two aren't a replacement relationship — they coexist. If you'd rather write it entirely yourself, pressing w still opens the standard feedback window, or you can go directly through /feedback or /bug with text content — that path is completely unchanged. The only difference is there's now an additional path where Claude proactively drafts it for you first, so you don't have to describe what just happened from scratch every time.

02 · What is the mechanism?

Why is it specifically emphasized that "nothing goes to Anthropic without you actively sending it"? What design consideration does this reflect?

The nature of automatic drafting is that Claude organizes "what just happened" into text before you may have even noticed there was a problem. If that draft got sent automatically before you reviewed it, Claude would essentially be deciding on its own that "this is worth reporting," with no room for you to weigh in at all — unacceptable to many developers, especially since a draft might contain sensitive content like project context or code snippets.

Splitting "drafting" and "sending" into two clearly separate actions, with your active confirmation required in between, keeps the decision of whether Anthropic gets to see this entirely in your hands. This also explains why organizations with Zero Data Retention enabled don't get this feature at all — the /feedback command itself is unavailable to them, because the core principle of that kind of organization is not generating, or retaining, any data that could potentially be sent out. Even though automatic drafting technically doesn't auto-send anything, the mere act of generating and storing a draft locally already conflicts with the spirit of Zero Data Retention.

03 · How does it affect me?

If I'm using Claude Code day to day, what will I actually see, and what do I need to do?

The first time it triggers, you'll see a card above the input box showing the draft's title — that's your first decision point: press 1 to view the details, press 2 twice to send it as-is, or press 0 to dismiss the card (the draft doesn't disappear, it just stops showing the reminder card). If you dismiss the card, Claude Code then asks whether you'd like to turn off automatic drafting entirely; decline twice in a row and it stops asking.

If you want to systematically go through everything that's accumulated — cards you dismissed, or ones you never even saw — typing /feedback with no text opens the full queue, where you can edit each draft's title, category, and content one by one, decide whether to include the transcript, and send or delete it. Note that the queue itself has a cap: at most 10 drafts total, and once an 11th gets created, the oldest one is automatically cleared. Drafts left unprocessed also expire automatically after 30 days — meaning this feature isn't designed to work as a permanent to-do list, but rather as "handle it while you still remember what happened."

04 · What should I do?

Could this feature send sensitive project content out without me knowing? How do I make sure it's safe?

By design, the answer is no — the whole process has two layers of protection. First, drafts only ever exist locally at ~/.claude/feedback/drafts/; nothing leaves your computer until you actively press send. Second, even once you decide to send, whether to include the transcript is a separate, independently toggleable option — it's not bundled in and force-sent.

What's actually worth paying attention to in practice is what the draft actually contains — since it's automatically organized by Claude, it may include code snippets, file paths, or project context from that moment. It's worth actually opening and reviewing it before sending, rather than pressing 2 twice in a row without looking. If your organization is particularly sensitive about this kind of data leaving the machine, you can disable automatic drafting through settings, or evaluate whether Zero Data Retention should be enabled — once it is, both the /feedback command and this entire drafting tool become unavailable outright, removing the concern at the source.

Full Content +

In August 2026, Claude Code added a small but genuinely useful feature: when a tool or command keeps failing, when Claude can't complete something you asked for, or when you — or Claude itself — notice a mistake just happened, Claude automatically organizes the situation into a feedback draft, saved locally on your machine. You can review it, edit it, and decide yourself whether to send it. Nothing gets transmitted to Anthropic before you actively press send.

What Triggers an Automatic Draft

Official documentation lists four scenarios that trigger an automatic draft: a tool or command keeps failing, Claude can't complete something you asked for, you point out that Claude just made a mistake (or Claude itself recognizes the error), or you directly ask Claude to submit feedback. These drafts are generated through a tool called SendFeedback and saved at a fixed local path, ~/.claude/feedback/drafts/. Nothing is sent to Anthropic before you actively send it yourself.

What You See and Can Do Once a Draft Is Created

Once Claude adds a draft to the queue, a card appears above the input box showing the draft's title. You can press 1 to view it, press 2 twice in a row to send it as-is, or press 0 to dismiss the card. Dismissing the card doesn't discard the draft — it stays in the feedback queue. After you dismiss a card, Claude Code asks whether you'd like to turn off automatic drafting; decline twice in a row, and it won't ask again. By default, up to 3 draft cards are shown per session — beyond that limit, or if you set feedbackDrafts to quiet, only the count of pending drafts shows below the input box, with no more cards popping up.

The Full Process for Reviewing, Editing, and Sending

Running /feedback with no parameters opens the entire feedback queue — listing every unprocessed draft across all your sessions, including ones where you already dismissed the card, or even ones you never saw a card for at all. Once you select a draft, you can edit its title, category, and specific content, and set whether to include the transcript. If the corresponding session record still exists when the draft was created, this defaults to yes, meaning the conversation gets sent along with the feedback; choosing no sends only the report itself. You can also delete a draft, or leave it in the queue to handle later. If you'd rather write it entirely yourself, pressing w opens the standard feedback window — the same window that /feedback with text content, or /bug, opens directly.

How Long Drafts Last, and What Scenarios Never Trigger This Feature

An unprocessed draft left in the queue expires automatically after 30 days. The queue caps at 10 drafts total across all sessions — once Claude tries to create an 11th, the oldest one is automatically deleted. This feature also isn't available in every context: it only works in interactive terminal sessions running on your own computer, authenticating directly with the Claude API rather than through a cloud provider. It's unavailable in non-interactive -p mode, Agent SDK sessions, Claude Code on the web, and sessions running through Amazon Bedrock, Claude Platform on AWS, Google Cloud's Agent Platform, or Microsoft Foundry. Organizations with Zero Data Retention enabled also don't get this feature — the /feedback command itself is unavailable to them entirely.

Sources: Claude Code Just Got Upgraded: Now It Can Automatically Draft Feedback Reports for Users, Claude Code Tools Reference — SendFeedback tool behavior
Diagram
意見回饋草稿的生命週期從觸發到送出的四步驟流程,強調草稿只存在本機,送出前完全由使用者決定;佇列上限 10 則,未處理草稿 30 天後過期Feedback Draft LifecycleTriggertool fails / taskincomplete / mistakeDraft Createdsaved locally only~/.claude/feedback/drafts/You Reviewview / edit / decideon transcriptSendor deleteor leave in queueMax 10 in queue · unprocessed drafts expire after 30 daysClaude Me · claude-me.com
Feel free to share. Please credit the source.
Ask a Question
Please enter at least 10 characters
Related Terms
Related Articles
Claude Code's New /design Skill: Turn a Screenshot or an Idea Into an Editable Interface
tools · Sep 01
Claude Code Getting Started: Complete Flow from Installation to Your First Real Task
tools · Jun 14
Claude Code's Auto Mode Became the Default on 8/14, and Its Rules Are Now Written as Plain Sentences
practice · Sep 01
How to Schedule Recurring Tasks in Claude: A Practical Guide to Morning Briefs and Weekly Reports
practice · Aug 28
Related News
More Related Topics