Reworked "When executing commands, if you don't see" rule fixing the "can't see output bug" #1043
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Updated the language of the rule that prevented Roo from seeing the terminal output when using the latest Claude Sonnet 3.5 model.
Instead of:
When executing commands, if you don't see the expected output, assume the terminal executed the command successfully and proceed with the task. The user's terminal may be unable to stream the output back properly. If you absolutely need to see the actual terminal output, use the ask_followup_question tool to request the user to copy and paste it back to you.
It now reads:
Type of change
How Has This Been Tested?
I loaded the history of a task where Roo was ignoring the terminal output (or rather "could not see" the output) and with this change to the associated rule Roo started seeing the errors and correcting them.
Checklist:
Additional context
Related Issues
#1038
Reviewers