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
- OS: MacOS
- Continue version: 1.1.1
- IDE version: latest
- Model:
- config:
OR link to assistant in Continue hub:
Description
When a terminal command ends in error some of them have stdout without stderr. An example of this is cucumber-js. When tests fail the processes exits with an error status but the test results are written to stdout. As such, tools don’t provide feedback to the LLM so automated fixes can be suggested.
To reproduce
Run cucumber-js tests that end in error.
Note in the terminal context there is no output.
The tools loop attempts to rerun over and over but will never get any results.
Log output
The text was updated successfully, but these errors were encountered:
Before submitting your bug report
Relevant environment info
Description
When a terminal command ends in error some of them have stdout without stderr. An example of this is cucumber-js. When tests fail the processes exits with an error status but the test results are written to stdout. As such, tools don’t provide feedback to the LLM so automated fixes can be suggested.
To reproduce
Run cucumber-js tests that end in error.
Note in the terminal context there is no output.
The tools loop attempts to rerun over and over but will never get any results.
Log output
The text was updated successfully, but these errors were encountered: