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
3167e19: fix(js-sdk): buffer template tar archive before upload so fetch sets Content-Length instead of falling back to Transfer-Encoding: chunked. S3 presigned PUT URLs reject chunked requests with 501 NotImplemented, breaking template uploads in self-hosted deployments backed by S3-compatible storage. Aligns the JS SDK with the Python SDK, which already buffers via io.BytesIO.
2f0ff5f: fix(sdk): prevent shell injection in MCP config by using proper shell escaping (shlex.quote in Python, shellQuote helper in JS/TS)
b5f2631: added gzip support for sandbox file upload/download
4065ecd: allow passing template as an option in Sandbox.create()