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
Roo Code run a command in VSCode Terminal. The command returned with code 1, but Roo Code always believe the return code is 0.
Context (who is affected and when)
Almost always. The command is executed in VSCode Terminal (I always use VSCode Terminal because the runtime envioronment is prepared by VSCode, for example, python interpreter is decided by VSCode).
Reproduction steps
Roo Code triggers a command execution in VSCode terminal
if the command fails with a non-zero return code, Roo Code thinks it succeed with return code 0
Expected result
Roo Code knows the failure of the execution
Actual result
Roo Code mistakenly believes the execution is succeed
Problem (one or two sentences)
Roo Code run a command in VSCode Terminal. The command returned with code 1, but Roo Code always believe the return code is 0.
Context (who is affected and when)
Almost always. The command is executed in VSCode Terminal (I always use VSCode Terminal because the runtime envioronment is prepared by VSCode, for example, python interpreter is decided by VSCode).
Reproduction steps
Expected result
Roo Code knows the failure of the execution
Actual result
Roo Code mistakenly believes the execution is succeed
Variations tried (optional)
No response
App Version
Version: 3.45.0 (35d282b)
API Provider (optional)
None
Model Used (optional)
No response
Roo Code Task Links (optional)
No response
Relevant logs or errors (optional)