From aeb84e29cc1bb6a4ec3f5eab96aa8961c0e15a44 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 6 Aug 2026 13:07:05 +0000 Subject: [PATCH 1/2] chore: bump version to 0.8.0 Co-authored-by: haoranpb <27280733+haoranpb@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b88c31e47..6e5836070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bcbench" -version = "0.7.1" +version = "0.8.0" description = "Benchmarking tool for Business Central (AL) ecosystem, inspired by SWE-Bench" readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 96f64871b..5c540853a 100644 --- a/uv.lock +++ b/uv.lock @@ -44,7 +44,7 @@ wheels = [ [[package]] name = "bcbench" -version = "0.7.1" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "jinja2" }, From fbda0c265243c71e822f0959f49fd5fa9be935bb Mon Sep 17 00:00:00 2001 From: "Haoran Sun (Business Central)" Date: Thu, 6 Aug 2026 16:17:10 +0200 Subject: [PATCH 2/2] fix mai model flag name --- .github/workflows/contamination-file-path-identification.yml | 2 +- .github/workflows/copilot-evaluation.yml | 2 +- src/bcbench/cli_options.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/contamination-file-path-identification.yml b/.github/workflows/contamination-file-path-identification.yml index ab41a6daa..0f52651b9 100644 --- a/.github/workflows/contamination-file-path-identification.yml +++ b/.github/workflows/contamination-file-path-identification.yml @@ -25,7 +25,7 @@ on: - "gpt-5.6-terra" - "gpt-5.6-luna" - "gpt-5.3-codex" - - "mai-code-1-flash" + - "mai-code-1-flash-picker" - "gemini-3.6-flash" category: description: "Dataset category (must be patch-based)" diff --git a/.github/workflows/copilot-evaluation.yml b/.github/workflows/copilot-evaluation.yml index 3809b7ccd..7df211423 100644 --- a/.github/workflows/copilot-evaluation.yml +++ b/.github/workflows/copilot-evaluation.yml @@ -18,7 +18,7 @@ on: - "gpt-5.6-terra" - "gpt-5.6-luna" - "gpt-5.3-codex" - - "mai-code-1-flash" + - "mai-code-1-flash-picker" - "gemini-3.6-flash" category: description: "Evaluation category to run" diff --git a/src/bcbench/cli_options.py b/src/bcbench/cli_options.py index a3064262b..3361d50c2 100644 --- a/src/bcbench/cli_options.py +++ b/src/bcbench/cli_options.py @@ -31,7 +31,7 @@ "gpt-5.6-terra", "gpt-5.6-luna", "gpt-5.3-codex", - "mai-code-1-flash", + "mai-code-1-flash-picker", "gemini-3.6-flash", ], typer.Option(help="Copilot model to use"),