From 05a4fde019459c7b701261d8e5bdfc99471e4c19 Mon Sep 17 00:00:00 2001 From: GitHub CI Date: Fri, 24 Jul 2026 13:54:33 -0700 Subject: [PATCH] =?UTF-8?q?chore(deps):=20pin=20pr-reviewer-plugin=20v0.19?= =?UTF-8?q?.1=20=E2=80=94=20replay=20+=20findings=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Brings v0.18.0 (replay mode — panel on a pinned checkout to JSON, the A/B runner), v0.19.0 (findings render as a table, JSON kept collapsed), v0.19.1 (replay emits disposition objects for the honesty axis) on top of the deployed v0.17.1. Puts a replay-capable host live so the fast-vs-smart A/B can run. 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 8200470..bbab721 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.17.1 +ARG PR_REVIEWER_PLUGIN_REF=v0.19.1 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 c954255..58c5e6c 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.17.1 } + - { id: pr-reviewer, url: https://github.com/protoLabsAI/pr-reviewer-plugin, ref: v0.19.1 } enabled: [workflows, github, pr-reviewer] # suggested turn-on list (applied to plugins.enabled)