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.233 Home All releases olderv2.1.232 v2.1.234newer
Claude Code v2.1.233

Plugin ratings can be recorded against an organization store, off by default

Not switched on
Useful2 Signal5
Plugins Notable

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

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.

Details
  • Also refuses when CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY is 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.
Evidence

tengu_plugin_ratings_store_config

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.233 →