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
The text was updated successfully, but these errors were encountered:
JoshuaAIHAHA
changed the title
[computer-use-demo] Tool execution hangs on large outputs - Buffer handling improvement proposalWhen using the computer-use-demo tool with commands that produce large outputs (e.g., directory listings with many files), the tool execution gets stuck and becomes unresponsive after about 5 minutes. The only workaround is refreshing the page.**Problem Details:**- Occurs with commands producing large outputs- System becomes unresponsive after ~5 minutes- UI remains responsive during hang- Page refresh temporarily fixes the issue**Technical Analysis:**The issue appears to be related to buffer handling in the bash tool implementation:- Hard-coded 120-second timeout- Inefficient buffer handling (polling with delays)
-mistake
Nov 24, 2024
No description provided.
The text was updated successfully, but these errors were encountered: