Add fix-bug custom agent experiment arm - #845
Open
ventselartur wants to merge 8 commits into
Open
Conversation
Sun Haoran (haoranpb)
requested changes
Sep 3, 2026
Sun Haoran (haoranpb)
left a comment
Collaborator
There was a problem hiding this comment.
Great that you added the skills!
As discussed yesterday, let's keep this simple so we can quickly iterate.
Small tip, we could trigger runs with Claude Code where MCP is not blocked
Collaborator
|
ventselartur The Claude Code run finished: https://github.com/microsoft/BC-Bench/actions/runs/33734248178 I will be working on getting more information of what happened during the run (i.e. the transcript) You can take a look at the results in the meantime |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sun Haoran (haoranpb)
self-requested a review
September 3, 2026 14:35
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.
Why
The bug-fix experiment should explicitly select a dedicated workflow without adding a new per-skill selection mechanism. BC-Bench already supports custom-agent experiment arms through
agents.enabledandagents.name, which copy the profile agents and invoke the harness with--agent=<name>.This adds a standalone
fix-bugcustom agent containing the trimmed offline workflow frommicrosoft/BCAppsBugFix: investigate and plan, implement in a self-correcting loop, and validate with AL tools when available. Work-item fetch, test baseline, Miapp propagation, critique, AL review, and pull-request phases remain excluded so the agent fits BC-Bench's unattended evaluation model.Summary
fix-bugcustom agent to themicrosoft-BCAppsandmicrosoftInternal-NAVprofilesskills.enabled: false,agents.enabled: true, andagents.name: fix-bug--agent=fix-bugskills.namesselection and skill-name result metadata changesValidation
uv run pytest -quv run ruff check .