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
2 changes: 1 addition & 1 deletion .github/actions/install-agent-harnesses/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
uses: actions/checkout@v5
with:
repository: microsoft/BC-ALAgents
ref: e9d9249eaa25be88388b60106b4cbf8cd7aa8a7d
ref: 1dbb15f793826be85959724ab82427db9452ac34
path: .agent-harnesses/bc-alagents
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bcbench"
version = "0.10.1"
version = "0.11.0"
description = "Benchmarking tool for Business Central (AL) ecosystem, inspired by SWE-Bench"
readme = "README.md"
requires-python = ">=3.13,<3.14"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_review_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_agent_harness_action_pins_and_exports_bc_alagents() -> None:
action = (ACTIONS / "install-agent-harnesses" / "action.yml").read_text(encoding="utf-8")

assert "repository: microsoft/BC-ALAgents" in action
assert "ref: e9d9249eaa25be88388b60106b4cbf8cd7aa8a7d" in action
assert "ref: 1dbb15f793826be85959724ab82427db9452ac34" in action
assert "bc-alagents-path:" in action


Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading