From 67fe18e5040ebdc6b19f575dc670760cb807d46d Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Tue, 5 May 2026 17:12:36 +0000 Subject: [PATCH] bump action version to 0.0.203 releases the Review/IncrementalReview no-progress carve-out in action/utils/run.ts (71dff24c) that has been sitting unpublished in main since May 4. fixes the long-standing false-failure where Review runs would error with "agent completed without reporting progress" even after successfully submitting a review (issue #569). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfda094..b469b8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pullfrog", - "version": "0.0.202", + "version": "0.0.203", "type": "module", "bin": { "pullfrog": "dist/cli.mjs",