Roo code does not respond on long-time terminal commands #1292
Labels
bug
Something isn't working
needs scoping
Needs up-front scoping to be actionable
question
Further information is requested
Which version of the app are you using?
v3.7.9
Which API Provider are you using?
OpenRouter
Which Model are you using?
claude 3.7
What happened?
Description:
When executing long-running commands in the terminal, such as a Docker build, if an error occurs, the Roo Code extension fails to detect the terminal's completion and becomes completely unresponsive. I am unable to interact with the extension in any way, and the only solution is to fully restart VS Code. This issue has occurred multiple times (at least 10 times), severely disrupting my workflow.
Actual Behavior:
The extension becomes unresponsive, requiring a full restart of VS Code to continue working.
Environment:
OS: MacOS 15.2
Terminal Type: Bash
Additional Notes:
This issue has been happening frequently, significantly affecting usability.
Steps to reproduce
Open VS Code with the Roo Code extension enabled.
Run a long-running command in the terminal (e.g., docker build ...).
Encounter an error in the terminal during execution.
Observe that the Roo Code extension does not detect the terminal's termination and freezes completely.
Try to interact with the extension – it remains unresponsive.
The only workaround is to restart VS Code entirely.
Expected Behavior:
The extension should properly detect terminal completion and remain responsive, even when an error occurs.
Relevant API REQUEST output
Additional context
No response
The text was updated successfully, but these errors were encountered: