sandbox-agent/server
Nathan Flurry cbd36eeca8 fix: detect musl/glibc at runtime for correct Claude binary download
Previously used cfg!(target_env = "musl") which checks compile-time,
causing musl-compiled sandbox-agent to always download musl binaries
even on glibc systems like Debian/E2B.

Now checks for /lib/ld-musl-*.so.1 at runtime to detect the actual
system libc and download the correct Claude binary variant.
2026-01-28 04:19:35 -08:00
..
packages fix: detect musl/glibc at runtime for correct Claude binary download 2026-01-28 04:19:35 -08:00
AGENTS.md feat: expand api snapshots and schema tooling 2026-01-26 00:13:17 -08:00
CLAUDE.md feat: show mock agent hint bubble in empty state 2026-01-27 21:32:56 -08:00