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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Plugin forwarding exposes its state and outcome to callers

Under the hood
Useful1 Signal2
Plugins

Plugin forwarding to a cloud session now reports its state and why a run was skipped.

What

The controller that forwards plugins to a cloud session now reports state changes and outcomes to callbacks, tracks why a run was skipped, and emits the outcome before marking the run skipped. Telemetry events are unchanged.

Details
  • All state changes go through a single setter.
  • A new accessor returns the skip reason, for cases where the whole set was refused or there was nothing to forward.
Evidence

tengu_cloud_plugins_skipped

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