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.271 ·

Bun transpile errors for plugin source now wrapped instead of thrown raw

Plugin transpile failures now surface as a proper error instead of a raw crash

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPluginswhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Plugin transpile failures now surface as a proper error instead of a raw crash

What

When Claude Code transpiles a non-JavaScript plugin source file and the transpile step (via Bun's transpiler) fails, that failure is now caught and rethrown as a proper internal error object, instead of letting the underlying tool's raw exception propagate up unhandled.

Why

This means a broken plugin source file now produces a clearer, consistent error rather than an unhandled crash from the underlying transpiler.

See this entry in the whole of v2.1.271 →