mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-15 20:29:21 +00:00
git --exec-path of a native MSYS2 git returns a path under the modern toolchain prefixes (ucrt64, clang64, clangarm64), but the root inference scan only covered the legacy mingw32/mingw64 prefixes, so detection fell through to KaosShellNotFoundError on hosts without Git for Windows even though MSYS2 bash exists at <root>\usr\bin. Extend the segment scan to all current MSYS2 prefixes so the MSYS2 root is inferred correctly. mingw32/mingw64 stay for Git for Windows compatibility. |
||
|---|---|---|
| .. | ||
| current.ts | ||
| environment.ts | ||
| errors.ts | ||
| index.ts | ||
| internal.ts | ||
| kaos.ts | ||
| local.ts | ||
| login-shell-path.ts | ||
| process.ts | ||
| ssh.ts | ||
| types.ts | ||