Why Your aI Agent Burns 4x the Tokens on a Simple pR Review
gh pr view –comments doesn’t return thread replies. That breaks an agent workflow. Four months ago, while running agents on SWE-bench Verified, I noticed they were completely ignoring inline comments in GitHub PRs. The reason turned out to be simple. gh pr view –comments only returns top-level comments. Thread replies — where the actual code review conversation happens — never show up. For any agent doing code review, thread replies are the context. Without them, the agent is blind to the most important part […]