Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit timeout should still return output collected so far #29

Open
klieret opened this issue Oct 17, 2024 · 0 comments · May be fixed by #151
Open

Exit timeout should still return output collected so far #29

klieret opened this issue Oct 17, 2024 · 0 comments · May be fixed by #151

Comments

@klieret
Copy link
Member

klieret commented Oct 17, 2024

No description provided.

@klieret klieret added bug Something isn't working enhancement and removed bug Something isn't working labels Oct 17, 2024
erkinalp added a commit to erkinalp/SWE-ReX that referenced this issue Dec 20, 2024
When a command times out, the system now preserves and returns any output
that was collected before the timeout occurred. This improves the user
experience by not losing potentially valuable partial output.

Changes:
- Add partial_output to CommandTimeoutError
- Capture and return partial output in timeout scenarios
- Update documentation to reflect new behavior

Fixes SWE-agent#29

Co-Authored-By: Erkin Alp Güney <[email protected]>
@erkinalp erkinalp linked a pull request Dec 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant