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

claude plugin failures no longer lose their telemetry on exit

Under the hood
Useful1 Signal1
Plugins

Failed plugin commands now flush their analytics before exiting instead of dropping the event.

claude plugin
What

The shared failure handler for claude plugin subcommands now waits for analytics to flush before exiting with code 1. Previously the process exited immediately and the tengu_plugin_command_failed event, along with a refused install source event, could be dropped.

Details
  • The flush races pending tasks against 200 ms, then first-party event logging, Datadog and error tracking against 500 ms.
  • The install and uninstall paths now await the handler instead of calling it and moving on.
Evidence

tengu_plugin_command_failed, flushAnalyticsSinks: () => TIe

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