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
Sometimes, instead of reporting a provider error, Roo will act like the user cancelled the task, even though the "Cancel" button wasn't preseed.
💥 Outcome Summary
I would expect a normal API failure together with a retry attempt (and most times that is what happens), but sometimes I get this behavior where instead I get an "API Request Cancelled" message and the execution just stop. Oftentimes, this will often lead to tasks being abandoned with no noticeable user notification, since for all UI intents and purposes this looks like the task was abandoned by the user. I am often running 2 or 3 VSCode instances and switching between them, this way I often don't realize that my task execution has halted.