Draft
Conversation
Co-authored-by: haoranpb <27280733+haoranpb@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
haoranpb
June 29, 2026 08:24
View session
…ilot/expand-experimentconfig-for-plugins
Co-authored-by: haoranpb <27280733+haoranpb@users.noreply.github.com>
Copilot
AI
changed the title
Support Copilot plugins in ExperimentConfiguration
Support cross-CLI, SHA-pinned plugins in ExperimentConfig
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a prototype by Copilot, not verified.
The goal: Extends experiment configuration to install Copilot/Claude plugins, it should work across both Copilot CLI and Claude Code, with marketplaces pinned to a specific commit for reproducibility.
Config schema
TBD, prototype by coding agent.
plugins.installis a list of entries, each pinning a marketplace to a SHA:Goal
BC-Bench must support experimentation with plugins (hosted in a public GitHub repo). In the https://github.com/microsoft/BC-Bench/blob/main/src/bcbench/agent/shared/config.yaml, there should be an entry for plugins.
By default, no plugins are enabled. And there should be a sample one (commented out) for folks to easily test out.
The orchestration should be handled by coding agents (e.g. Copilot CLI) as much as possible => less code here in BC-Bench.
Testing
Before merging, this must be tested (using a public plugin from GitHub maybe):