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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Plugins can submit prompts, and the model is told where they came from

You'll notice
Useful2 Signal3
Plugins

A prompt submitted by a plugin is labelled to Claude as coming from that plugin.

What

When a plugin submits a prompt, Claude Code now wraps it in text naming the plugin and telling the model to address the message, whether the prompt starts a turn in your place or arrives partway through one alongside the next tool result.

Details
  • Two cases are distinguished in the wrapper: a prompt submitted between turns, and one that lands inside a turn already running.
  • The wrapper is emitted whenever a plugin submits a prompt; no setting turns it on or off.
Evidence

This is how Claude Code surfaces a prompt a plugin submits between

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