Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

New plugin execution environment kind: "native"

Plugins gain a new "native" execution environment alongside the existing same-thread one

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaPluginswhat it touches
KindNew Featuresin v2.1.267,
Use it now

Plugins gain a new "native" execution environment alongside the existing same-thread one

What

Claude Code plugins run inside an execution environment. Previously there was one kind, running on the same thread as the app. Now there's a second kind called native, which runs on a native host process instead. Alongside it, a new ui.resolve remote call lets code wait for an environment's UI element tables to finish resolving, with a timeout so it doesn't hang forever.

Why

This expands where and how plugin code can execute, likely to support plugins that need to run outside the main app thread. The ui.resolve addition builds on the existing ui.resolve hook point, which was previously noted as one of the events a plugin module may hook into.

Read from
Names in the bundlenativeui.resolve
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Added since A small documentation edit on Claude Code on Amazon Bedrock touched a line naming native after this was published. Mantle is an Amazon Bedrock endpoint that serves Claude models through the native Anthropic API shape rather than the Amazon Bedrock Invoke API. It uses the same [AWS credentials](#2-configure-aws-credentials), [IAM permissions](#iam-confi… amazon-bedrock see the edit
Confirmed since Anthropic's documentation has since written up native, on Use Claude Code in VS Code. Alternatively, if you've set [`preferredLocation`](#extension-settings) to `sidebar`, or opened Claude with **Claude Code: Open in Side Bar**, click "✻ Claude Code" in the **Status Bar** (bottom-right corner). This works even without a fil… vs-code see the edit
How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding doesn't say what kinds of plugins or use cases the native environment is meant to support.
Anthropic's documentation agreesAnthropic's documentation has since written up native, on Use Claude Code in VS Code.

See this entry in the whole of v2.1.267 →

Feedback