sandbox-agent/server/packages/agent-management/src
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
..
agents.rs fix: detect musl/glibc at runtime for correct Claude binary download 2026-01-28 04:19:35 -08:00
credentials.rs refactor: rename engine/ to server/ 2026-01-25 14:14:58 -08:00
lib.rs refactor: rename engine/ to server/ 2026-01-25 14:14:58 -08:00
testing.rs chore: sync workspace changes 2026-01-27 05:06:33 -08:00