SDK spawn errors now explain musl/glibc binary mismatches and tell you which option overrides the path.
What's wrong with this entry?
When the configured Claude Code executable exists but cannot be spawned, the SDK error now describes the dynamic-loader mismatch case and points at the option you would use to fix it.
- covers the case of a musl-linked binary on a glibc host, where
/lib/ld-musl-*is absent - names
options.pathToClaudeCodeExecutableas the override
e.g. spawning a musl-linked binary on a glibc Linux host fails because the musl dynamic loader (/lib/ld-musl-*) is missing
Strings lifted out of the shipped bundle, so the claim above can be checked against them.