Fix sandbox artifact downloads - #493
Conversation
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit cdbccd7. Configure here.
|
@gitUrLifeTogether before I review this PR, can you please explain the issue - in which scenario is file download not working for you? |
cdbccd7 to
c729e8b
Compare
c729e8b to
08a698e
Compare

Fix sandbox artifact downloads by:
Note
Low Risk
Sandbox prompt/download path guidance and dev-server bind address only; no auth or persistence changes.
Overview
Fixes sandbox artifact downloads when the agent runs in a container by steering user-downloadable outputs toward
/tmppaths (so paths insandbox_artifactsmatch what the download API can read) and binding the development server to0.0.0.0so in-sandbox traffic can reach the host API.Together these address broken downloads where artifacts lived outside the resolvable filesystem or the dev server only listened on localhost.
Reviewed by Cursor Bugbot for commit 08a698e. Bugbot is set up for automated code reviews on this repo. Configure here.