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 produces no output, it might be hanging or stuck. This
change adds a separate timeout specifically for this case, allowing
more granular control over command execution timeouts.
Changes:
- Add no_output_timeout field to BashAction
- Implement no-output timeout handling in _run_normal
- Update timeout logic to handle both timeouts
- Improve error messages for timeout scenarios
FixesSWE-agent#9
Co-Authored-By: Erkin Alp Güney <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: