Claude Code recently switched to a "native binary" (actually a self-contained Bun bundle, containing nodejs-alternative runtime, plus the original source code).
Claude-trace doesn't yet work with this.
To make it work, claude-trace would need to recognize that it's a Bun bundle, extract out the .js file, and run it as normal.
Claude Code recently switched to a "native binary" (actually a self-contained Bun bundle, containing nodejs-alternative runtime, plus the original source code).
Claude-trace doesn't yet work with this.
To make it work, claude-trace would need to recognize that it's a Bun bundle, extract out the .js file, and run it as normal.