cc-haha/release-notes
你的姓名 e1a8a8ff56 release: v0.5.20
One PR merged into main since v0.5.19:
- #78 fix(agent-limiter): add streak gate + raise verification cap to 12

The original limiter only had a single total-count cap (verification=5)
that hard-blocked the 6th call regardless of whether prior calls
succeeded or failed. Five PRs each verified successfully and the 6th
PR was blocked anyway. Replaced with two complementary gates: total
cap raised to 12, and a new consecutive-FAIL streak gate (3 FAILs in
a row caps immediately, any PASS clears the streak). The streak gate
catches verifier-loop pathology faster and more accurately than a
count-only cap, while the raised total leaves headroom for legitimate
multi-step work.

This release commit prepares v0.5.20 metadata. Tag will be pushed
separately when ready to trigger the desktop release workflow.

See release-notes/v0.5.20.md for full details.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-19 09:22:02 +08:00
..
2026-04-21 01:02:08 +08:00
2026-04-25 14:02:55 +08:00
2026-05-01 22:13:49 +08:00
2026-05-05 22:47:37 +08:00
2026-05-21 14:28:12 +08:00
2026-05-26 00:52:43 +08:00
2026-06-01 02:30:01 +08:00
2026-06-11 02:05:01 +08:00
2026-06-13 12:00:41 +08:00
2026-06-09 16:58:15 +08:00
2026-06-10 07:12:53 +08:00
2026-06-11 02:03:00 +08:00
2026-06-11 15:31:36 +08:00
2026-06-11 20:55:46 +08:00
2026-06-12 14:09:10 +08:00
2026-06-16 00:50:56 +08:00
2026-06-16 05:36:31 +08:00
2026-06-16 17:50:55 +08:00
2026-06-17 01:15:53 +08:00
2026-06-17 06:01:27 +08:00
2026-06-17 20:37:01 +08:00
2026-06-18 02:01:17 +08:00
2026-06-18 20:23:36 +08:00
2026-06-19 09:22:02 +08:00