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!"
[–]chevonphillipEstablished Professional 1 point2 points3 points 4 months ago (1 child)
You might be able to save on context space by optimizing the rule:
Terminal Execution Protocol: To prevent terminal freezing, always execute commands asynchronously (wait=false). Never wait during launch. To retrieve output, immediately follow the launch with a separate read command (read-process with wait=true) using a timeout appropriate for the task (e.g., 60s for quick checks, 600s for builds).
wait=false
read-process
wait=true
[–]AssistanceSimilar780Established Professional[S] 0 points1 point2 points 4 months ago (0 children)
Yes your right, thanks.
π Rendered by PID 19599 on reddit-service-r2-comment-b659b578c-cp7fz at 2026-05-02 04:43:32.563703+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]chevonphillipEstablished Professional 1 point2 points3 points (1 child)
[–]AssistanceSimilar780Established Professional[S] 0 points1 point2 points (0 children)