Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

Plugin dependency install refuses to run bun when a bunfig.toml is present

Plugin dependency installer now refuses to run bun if a bunfig.toml file is found

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPluginswhat it touches
KindImprovementsin v2.1.275,
You'll notice

Plugin dependency installer now refuses to run bun if a bunfig.toml file is found

What

When Claude Code installs a plugin's dependencies, it used to just run bun install. Now, before doing that, it checks whether a bunfig.toml configuration file sits next to the lockfile. If it finds one, it skips the install entirely and shows an explicit security message instead of running bun.

Why

A bunfig.toml file can load and run code during installation through bun's install.security scanner feature. Since a plugin's dependency folder could contain a bunfig.toml crafted by someone else, running bun automatically could execute unexpected code. Skipping the install in that case avoids running code you didn't ask for.

Read from
Names in the bundlebunfig.toml
What the documentation says
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.

Confirmed since Anthropic's documentation has since written up bunfig.toml, on Plugins reference. * If a `bunfig.toml` sits beside the bun lockfile, remove the `bunfig.toml`, or replace the bun lockfile with an npm lockfile. plugins-reference see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up bunfig.toml, on Plugins reference.

See this entry in the whole of v2.1.275 →