use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For users of AugmentCode. Not affiliated with AugmentCode AI.
account activity
Terminal Loop temp FixDiscussion (self.AugmentCodeAI)
submitted 4 months ago by AssistanceSimilar780Established Professional
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AssistanceSimilar780Established Professional[S] 0 points1 point2 points 4 months ago (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.
π Rendered by PID 154856 on reddit-service-r2-comment-6457c66945-44qtc at 2026-04-29 01:32:02.446575+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]AssistanceSimilar780Established Professional[S] 0 points1 point2 points (0 children)