/feedback command now respects the org-level allow_product_feedback policy
The /feedback command, along with other feedback-related UI, is now gated by a new helper that checks the organization policy allow_product_feedback. This is the same policy already used to hide feedback surfaces for organizations under ZDR (zero data retention) or HIPAA restrictions.
This keeps /feedback consistent with other feedback surfaces, so organizations that have disabled product feedback for compliance reasons won't see the /feedback command available either.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
If your organization's policy turns product feedback off, **Report a problem** doesn't appear in the menu, and `/bug` and `/feedback` show a `Feedback is turned off by your organization's policy or this environment's settings.` notice inst…vs-code see the edit
* Changed `/bug` and `/feedback` reports to include only model-behavior params (model, system prompt, tools) from the last API request, omitting request metadata and `CLAUDE_CODE_EXTRA_BODY` fieldschangelog see the edit
Anthropic's documentation has since written up /feedback, on Claude Code changelog.