Group of 2 You'll notice
When gh pr view fails during autofix-PR, the error now includes gh's actual stderr instead of a generic message
What
When gh pr view fails for reasons other than the command not being found (ENOENT), the autofix-PR flow now includes the last 3 non-empty lines of gh's actual stderr output in the error message shown to the user or agent, instead of just the generic error object.
Why
This gives a much more useful, specific reason when the gh CLI fails during an autofix PR, instead of a vague generic error.
One source agreesOne thing we can check says the same as this entry.
Anthropic's release notes agree
Improved /autofix-pr: when gh pr view fails it now shows gh's own error (sign-in, SAML, rate limit) instead of a generic exit-code line