kimi-code/.changeset/v2-msys2-bash-detection.md
Haozhe 8a4ee05951
fix(v2): detect MSYS2 bash from native toolchain git exec paths (#1590)
- recognize ucrt64/clang64/clangarm64 prefixes in git --exec-path
  alongside legacy mingw32/mingw64 when locating bash on Windows
- port the three MSYS2 regression tests from kaos to the v2 probe
2026-07-13 18:03:10 +08:00

180 B

@moonshot-ai/kimi-code
patch

Fix bash auto-detection on Windows in the experimental v2 engine when git comes from a native MSYS2 toolchain (ucrt64/clang64/clangarm64).