sandbox-agent/docs
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
..
ai chore: sync workspace changes 2026-01-27 05:06:33 -08:00
deploy fix: add agent_server_logs module import to lib.rs 2026-01-27 17:24:42 -08:00
logo chore(site): links and image updates 2026-01-28 02:16:37 -08:00
sdks chore: sync workspace changes 2026-01-28 01:13:50 -08:00
agent-compatibility.mdx chore: sync workspace changes 2026-01-27 05:06:33 -08:00
architecture.mdx feat: add turn streaming and inspector updates 2026-01-27 06:18:43 -08:00
building-chat-ui.mdx feat: show mock agent hint bubble in empty state 2026-01-27 21:32:56 -08:00
cli.mdx feat: move api cli commands under api subcommand 2026-01-28 01:11:57 -08:00
conversion.mdx wip inspector 2026-01-27 19:26:13 -08:00
docs.json fix: add agent_server_logs module import to lib.rs 2026-01-27 17:24:42 -08:00
favicon.svg feat: refresh docs and agent schema 2026-01-25 03:04:12 -08:00
frontend.mdx chore: sync workspace changes 2026-01-27 05:06:33 -08:00
glossary.md feat: sync universal schema and sdk updates 2026-01-27 02:52:25 -08:00
http-api.mdx docs theme 2026-01-25 03:37:54 -08:00
index.mdx chore: sync workspace changes 2026-01-27 05:06:33 -08:00
manage-sessions.mdx fix: add agent_server_logs module import to lib.rs 2026-01-27 17:24:42 -08:00
openapi.json feat: show mock agent hint bubble in empty state 2026-01-27 21:32:56 -08:00
quickstart.mdx feat: move api cli commands under api subcommand 2026-01-28 01:11:57 -08:00
telemetry.mdx feat: add turn streaming and inspector updates 2026-01-27 06:18:43 -08:00
theme.css feat: refresh docs and agent schema 2026-01-25 03:04:12 -08:00
troubleshooting.mdx fix: detect musl/glibc at runtime for correct Claude binary download 2026-01-28 04:19:35 -08:00
universal-api.mdx feat: refresh docs and agent schema 2026-01-25 03:04:12 -08:00