Ability to ask Roo Code if there's an ongoing issue with Model API #1147
Replies: 1 comment 7 replies
-
After promt "I update powershell. Check it version" Why i recieved this error? Full reasoning text Okay, the user asked me to check the PowerShell version after an update. I used the execute_command tool to run 'echo $PSVersionTable' which outputs the version details. The result shows PSVersion 5.1.19041.5486. I need to verify if this is the latest version. Since my knowledge cutoff is July 2024, PowerShell 7.4 is the latest stable version. The current version 5.1 is part of Windows PowerShell, which is different from the newer cross-platform PowerShell (version 7+). The user might have updated but is still seeing the old version because Windows PowerShell 5.1 is built into Windows and remains separate. To confirm, I should check if PowerShell 7 is installed. I can suggest installing it if not present, but according to the instructions, I need to ask for confirmation before making changes. I should inform the user about the version difference and ask if they want to proceed with installing PowerShell 7.\n Then he ask me proceed. And after second proceed he wrote "The current version of PowerShell is 5.1.19041.5486 (Windows PowerShell). To use PowerShell 7+, you need to install it separately from the official website. The update to version 5.1 is carried out through Windows Update." What is going on? |
Beta Was this translation helpful? Give feedback.
-
I've experienced this more in Cline than Roo, but it would be amazing if, after receiving numerous errors in the course of the current task, like:
And trying things that don't work, like advising the model to try breaking down the task into smaller steps.
If I could ask Roo in the course of the current task to examine the Model/API connection for issues or errors and, ideally, any troubleshooting steps---or, even better, if it could perform a troubleshooting SOP itself.
This continually happens in Cline where I just get stuck in a loop of errors until I have to quit, and then, frustratingly, starting a new task works. In fact, often I'll start a new task just by asking: "Is there any issue with Anthropic/OpenRouter right now?" and get a thorough answer, like this:
And yet the previous task and all the context there are lost.
If anyone else struggles with this and has any workarounds, I'd appreciate hearing what works for you.
Beta Was this translation helpful? Give feedback.
All reactions