Thumbs-up and thumbs-down ratings for plugins can be posted to your organization, off by default.
Plugin store appearance and rating reporting to an org endpoint is built but gated on tengu_plugin_ratings_store_config, which falls back to disabled.
What's wrong with this entry?
New code posts plugin-store appearances and thumbs ratings (bad, fine, good) to /api/oauth/organizations/:orgUUID/plugin_ratings, records dismissed and unsure outcomes, and withdraws a stored rating with a DELETE. It is gated on the remote setting tengu_plugin_ratings_store_config, whose built-in fallback is disabled, so nothing is sent unless a server turns it on.
- Also refuses when
CLAUDE_CODE_DISABLE_FEEDBACK_SURVEYis set, when the organization is not pinned, when the marketplace is unknown, or for non-first-party authentication. - Telemetry is emitted under
cli_plugin_rating_store.
tengu_plugin_ratings_store_config
Strings lifted out of the shipped bundle, so the claim above can be checked against them.