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.223 Home All releases olderv2.1.222 v2.1.224newer

Programmatic submission of a queued feedback draft

Under the hood
Useful2 Signal0
Feedback

Scripts can now submit a queued feedback draft by id without opening the review dialog.

What

A new async entry point submits an already-queued feedback draft by id, without going through the interactive review dialog.

Details
  • takes a draftId plus overrides for type, title, area and description, an attachTranscript flag, and a surface that defaults to "sdk"
  • returns either a feedback_id or a failure_reason
  • failure_reason is "drafts_disabled" when the drafts check does not pass, or "draft_not_found" when the id does not resolve
Evidence

return { feedback_id: null, failure_reason: "drafts_disabled" };

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