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.