feat(cli): add --keep-sandbox flag to fullsend run#1595
Conversation
Site previewPreview: https://47e3d241-site.fullsend-ai.workers.dev Commit: |
ReviewFindingsMedium
Low
Previous runReviewFindingsMedium
Low
Previous runReviewFindingsMedium
Low
Previous run (2)ReviewFindingsMedium
Low
Info
|
48fd0c5 to
b0a4fc0
Compare
Skips sandbox deletion at end of run when --keep-sandbox is set. Prints sandbox name and openshell exec command for direct inspection. Useful for post-failure debugging without re-running the full agent. Closes #1594 Signed-off-by: Hector Martinez <hemartin@redhat.com>
b0a4fc0 to
4138c8e
Compare
Summary
--keep-sandboxflag tofullsend runopenshell sandbox execcommand to drop into a shellWhy
Post-failure sandbox inspection currently requires re-running with extra instrumentation. This flag lets developers exec directly into the sandbox after a failure to check uploaded files, env contents, or reproduce commands manually.
Closes #1594
Test plan
fullsend run triage --keep-sandboxand confirm sandbox is not deletedopenshell sandbox execcommand drops into a shell in the sandbox🤖 Generated with Claude Code