You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
Successful build collapsing: runs with exit code 0 are replaced by a one-line summary (e.g. (42 lines of output omitted — run succeeded)). Failed runs are preserved in full. Multiple runs of the same tag are evaluated independently.
Tail-biased truncation: 80% tail / 20% head (was 50/50), keeping more error content which typically appears at the end.
Relaxed verbatim instructions: AI agents now only repeat output verbatim on failure; successful builds get a brief acknowledgment, avoiding token duplication.