CodeTracked since May 19, 2026
Add binary file download API to the Sandbox abstraction
This pull request introduces a new `Sandbox.download_file` interface for binary retrieval and implements it in both `AioSandbox` and `LocalSandbox`, creating a consistent way to fetch raw file contents from sandboxed runs; it also adds tests covering normal, empty, lock-aware, error, and single-chunk download paths to make the behavior explicit and regressions easier to catch.
SandboxAioSandboxLocalSandboxdownload_file