Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# protoAgent core forward on the same image roll — core and member bumps are
# decoupled. Bump this deliberately (and re-verify), keeping it in step with the
# manifest's `verified_against`. Tag format is bare semver (no `v` prefix).
FROM ghcr.io/protolabsai/protoagent:0.106.0
FROM ghcr.io/protolabsai/protoagent:0.108.0

USER root

Expand All @@ -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.14.1
ARG PR_REVIEWER_PLUGIN_REF=v0.16.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
Expand Down
4 changes: 2 additions & 2 deletions protoagent.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ description: >-
own work; never posts a blocking verdict against pending CI.

# The core version this pin set was last verified against (ADR 0049 rule 2).
verified_against: 0.106.0
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.14.1 }
- { id: pr-reviewer, url: https://github.com/protoLabsAI/pr-reviewer-plugin, ref: v0.16.0 }

enabled: [workflows, github, pr-reviewer] # suggested turn-on list (applied to plugins.enabled)

Expand Down
Loading