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.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Feedback submission now checks the organization policy at the point of sending

You'll notice
Useful2 Signal2
Policy

Sending feedback is now blocked at the last step if your org policy forbids it.

What

Sending feedback goes through an allow_product_feedback organization policy check in the low-level send helper, which previously did no policy check of its own. When the policy is off it fails with a policy_blocked reason and you see a message saying feedback is disabled by your organization's policy. The policy key itself is long-standing, so this closes a gap at one call path rather than adding a new restriction.

Evidence

allow_product_feedback, failureReason: "policy_blocked"

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