Feedback and bug-report commands are hidden when Claude Code runs through the SDK.
What's wrong with this entry?
The feedback and bug-report commands are no longer offered when Claude Code is running as an SDK entrypoint.
- The feedback availability check now returns false for SDK entrypoints, in addition to the existing DISABLE_FEEDBACK_COMMAND and DISABLE_BUG_COMMAND env checks, the org policy check and the first-party check.
- Gated on CLAUDE_CODE_ENTRYPOINT being one of the SDK values (sdk-ts, sdk-py, sdk-cli).
sdk-py
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.
-
v2.1.247
The local-agent entrypoint registers only three built-in skills
Both mention entrypoint
-
v2.1.224
Visible failure state when sharing a transcript doesn't go through
Both mention disable feedback command
-
v2.1.232
/feedback dispatches straight from the command menu
Both mention feedback command