kimi-code/packages/kaos/test
wszqkzqk 30e7f62d2c
Some checks are pending
CI / build (push) Waiting to run
CI / test (1) (push) Waiting to run
CI / test (2) (push) Waiting to run
CI / test (3) (push) Waiting to run
CI / test (4) (push) Waiting to run
CI / test (5) (push) Waiting to run
CI / test-pi-tui (push) Waiting to run
CI / test-vscode-legacy (push) Waiting to run
CI / test-windows (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions
fix(kaos): resolve Git Bash POSIX paths for file tools on Windows (#2200)
Add a shell path bridge that translates between win32 paths and the
MSYS2/Git Bash path dialect. File tools resolve model-supplied paths
through it before canonicalization and workspace checks: drive-letter
forms translate lexically, root-relative paths resolve via cygpath -w
with per-segment caching, and every failure mode falls back to the
previous behavior.

Fixes #2199
2026-08-20 22:42:16 +08:00
..
e2e ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
fixtures ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
cmd.test.ts ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
current.test.ts refactor(kaos): move Environment into kaos, slim package API (#147) 2026-05-28 16:50:10 +08:00
environment.test.ts fix(kaos): detect bash when git comes from a native MSYS2 toolchain (#1580) 2026-07-13 13:45:04 +08:00
internal.test.ts fix(kaos): destroy buffered readable sources (#807) 2026-06-16 13:07:33 +08:00
local.test.ts ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
login-shell-path.test.ts fix(kaos): enrich PATH from the user's login shell at startup (#1339) 2026-07-03 15:20:38 +08:00
setup.ts refactor(kaos): move Environment into kaos, slim package API (#147) 2026-05-28 16:50:10 +08:00
shell-path-bridge.test.ts fix(kaos): resolve Git Bash POSIX paths for file tools on Windows (#2200) 2026-08-20 22:42:16 +08:00
shell.test.ts refactor(kaos): move Environment into kaos, slim package API (#147) 2026-05-28 16:50:10 +08:00
spawn-options.test.ts fix(kaos): hide console window for spawned commands on Windows (#957) 2026-06-22 15:34:18 +08:00
ssh-create.test.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
ssh-process.test.ts ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
ssh.test.ts fix: propagate kaos env overlays (#654) 2026-06-11 17:21:32 +08:00