From e7052485aa998d8a84f79946d3a516ccfe7b6c9c Mon Sep 17 00:00:00 2001 From: GitHub CI Date: Tue, 4 Aug 2026 15:48:00 -0700 Subject: [PATCH] =?UTF-8?q?deploy(vera):=20pin=20pr-reviewer=20v0.24.0=20?= =?UTF-8?q?=E2=80=94=20verbatim=20evidence=20quotes=20+=20failed-read=20fi?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cumulative over v0.23.0 (Vera's current pin): - v0.24.0 (#51): the verify step normalizes a paraphrased evidence quote to the file's exact text before grounding — fixes the ~0%->~30% grounding-downgrade regression on the cloud model (2 of which silently dropped major-severity gates). - v0.23.1 (#50): a failed file read no longer downgrades a finding (protoAgent#2296). Co-Authored-By: Claude Opus 4.8 (1M context) --- Dockerfile | 2 +- protoagent.bundle.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c3045eb..1688bbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ ARG GITHUB_PLUGIN_REF=v0.3.0 RUN git clone --depth 1 --branch "${GITHUB_PLUGIN_REF}" \ https://github.com/protoLabsAI/github-plugin.git /opt/protoagent/plugins/github \ && rm -rf /opt/protoagent/plugins/github/.git -ARG PR_REVIEWER_PLUGIN_REF=v0.23.0 +ARG PR_REVIEWER_PLUGIN_REF=v0.24.0 RUN git clone --depth 1 --branch "${PR_REVIEWER_PLUGIN_REF}" \ https://github.com/protoLabsAI/pr-reviewer-plugin.git /opt/protoagent/plugins/pr-reviewer \ && rm -rf /opt/protoagent/plugins/pr-reviewer/.git diff --git a/protoagent.bundle.yaml b/protoagent.bundle.yaml index 09f5976..da477d1 100644 --- a/protoagent.bundle.yaml +++ b/protoagent.bundle.yaml @@ -30,7 +30,7 @@ verified_against: 0.108.0 plugins: - { id: workflows, builtin: true } # the recipe engine (code-review panels run through it) - { id: github, url: https://github.com/protoLabsAI/github-plugin, ref: v0.3.0 } - - { id: pr-reviewer, url: https://github.com/protoLabsAI/pr-reviewer-plugin, ref: v0.23.0 } + - { id: pr-reviewer, url: https://github.com/protoLabsAI/pr-reviewer-plugin, ref: v0.24.0 } enabled: [workflows, github, pr-reviewer] # suggested turn-on list (applied to plugins.enabled)