Nathan Flurry
3d9476ed0b
chore(release): update version to 0.3.0
2026-03-07 18:54:35 -08:00
Nathan Flurry
94353f7696
chore: fix bad merge
2026-02-11 07:57:02 -08:00
Nathan Flurry
0faa608822
fix: use sandbox-agent CLI for credential extraction in tests and add delay for permission approval
2026-01-29 07:39:07 -08:00
Nathan Flurry
2ada366623
chore: improve sandbox test infrastructure ( #32 )
...
Enhance the sandbox testing script with better error handling
and reporting capabilities.
2026-01-29 07:19:23 -08:00
Nathan Flurry
9e9514f2e8
chore: update examples to use Alpine and improve test script
...
- Docker example uses Alpine for musl compatibility with 0.1.x releases
- Update test script binary path and E2B provider
- Minor example updates
2026-01-28 04:29:08 -08:00
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
Nathan Flurry
0bbe92b344
wip examples and content
2026-01-28 02:56:22 -08:00