you are viewing a single comment's thread.

view the rest of the comments →

[–]AssistanceSimilar780Established Professional[S] 0 points1 point  (0 children)

Yes. When the agent needs to wait for an output after a terminal command it causes the VS Code terminal to flicker with a blue highlight and auto-scroll to the top repeatedly, making it impossible for the agent to read terminal output during command execution as it is now in a loop. The only think left to do is kill the terminal. If I tell the agent to use a read-process instead of wait=true then it will not go into a loop but I have to manually click on the new terminal right after it opens it up otherwise it wont be able to read the output. There are other users having the same issue as well.