From 2df96eb42876110f67f262be83f03e859bd55a73 Mon Sep 17 00:00:00 2001 From: wenjiefan Date: Thu, 30 Jul 2026 17:07:56 +0200 Subject: [PATCH] [Experiment] Enable BCQuality plugin for code-review eval Enable the BCQuality plugin at current main content and point the code-review template at the bcquality-al-review skill. Experiment arm only: it intentionally trips the shipped-config invariant tests that assert main ships all plugins disabled, so it is not intended to merge to main. --- src/bcbench/agent/shared/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bcbench/agent/shared/config.yaml b/src/bcbench/agent/shared/config.yaml index 42020ff3b..95ac2893d 100644 --- a/src/bcbench/agent/shared/config.yaml +++ b/src/bcbench/agent/shared/config.yaml @@ -51,7 +51,7 @@ prompt: {% endif %} code-review-template: | - /review + /bcquality-al-review Review only the uncommitted working-tree changes (git diff HEAD); do not compare commits such as HEAD~1..HEAD or origin/main. @@ -114,14 +114,14 @@ plugins: revision: "d884ae04edebef577e82ff7c4e143debd0bbec99" path: "." - name: "BCQuality" - enabled: false + enabled: true # grant_dir_access gives BCQuality's skill --add-dir access to read its own knowledge files at # runtime. This is a (hopefully temporary) design that may change once that content is served # via skills / an MCP server instead. - grant_dir_access: false + grant_dir_access: true source: github repo: "microsoft/BCQuality" - revision: "ad8ccde5953fd6ce072e3b59049406783066ed60" + revision: "31d110abc822947a220b6c3fd68e7a7dffbd54ee" path: "." mcp: