feat(cli): add --keep-sandbox flag to fullsend run#1595
Conversation
Site previewPreview: https://9e4133b1-site.fullsend-ai.workers.dev Commit: |
ReviewFindingsMedium
Low
Previous runReviewFindingsMedium
Low
Previous run (2)ReviewFindingsMedium
Low
Previous run (3)ReviewFindingsMedium
Low
Previous run (4)ReviewFindingsMedium
Low
Info
|
48fd0c5 to
b0a4fc0
Compare
b0a4fc0 to
4138c8e
Compare
|
/fs-review |
ralphbean
left a comment
There was a problem hiding this comment.
LGTM. A few non-blocking notes inline.
aca1652 to
24a3f2d
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>
24a3f2d to
05be862
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