Add opt-in Windows compatibility mode for SWE-bench harness#4
Merged
couragec merged 1 commit intoJul 10, 2026
Merged
Conversation
couragec
approved these changes
Jul 10, 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.
Summary
Adds an explicitly opt-in Windows-local compatibility mode for the SWE-bench harness paths.
--windows-compatto both dynamic and SWE CLIs.windows_compat=Falsethrough the harness request/API surface by default.make_test_specimport/signature differences and temporarily patches the upstream container copier to use POSIX container paths.Scope
Default Linux behavior is unchanged when
--windows-compatis not set. The compatibility shim only activates when the flag/config is enabled.This PR intentionally does not include router policy changes, benchmark numbers, fallback patch-capture changes, scorer changes, pricing/model-pool changes, leaderboard/data changes, or static eval scripts.
Tests
python -m py_compile swerouter/harness/container_runner.py swerouter/harness/run_instance.py swerouter/harness/run_eval.py swerouter/cli.py miniswerouter/harness/run_instance.py miniswerouter/harness/run_eval.py miniswerouter/cli.py tests/test_windows_compat_harness.pypython -m pytest -q tests/test_windows_compat_harness.pypython -m pytest -qpython -m miniswerouter.cli run --helppython -m swerouter.cli run --helpDynamic Docker smoke was not run locally for this PR; this change is covered with lightweight unit tests that avoid Docker and real SWE-bench dependencies.