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
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
FixesSWE-agent#29
Co-Authored-By: Erkin Alp Güney <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: