You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2026. It is now read-only.
fix(relay): improve models introspection reliability
- Add logging at each step of sandbox creation and RPC flow
- Wait for pi output before sending command (instead of fixed 2s delay)
- Handle channel close events to detect pi crashes
- Add proper cleanup to prevent promise leaks
feat(gondolin): add common dev tools to sandbox image
Add github-cli, jq, ripgrep, fd, make, sqlite, unzip, zip, wget
to rootfsPackages for a better agent experience.