kimi-code/packages/kaos/src
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
..
current.ts refactor(kaos): move Environment into kaos, slim package API (#147) 2026-05-28 16:50:10 +08:00
environment.ts fix(kaos): detect bash when git comes from a native MSYS2 toolchain (#1580) 2026-07-13 13:45:04 +08:00
errors.ts refactor(kaos): move Environment into kaos, slim package API (#147) 2026-05-28 16:50:10 +08:00
index.ts fix(kaos): resolve Git Bash POSIX paths for file tools on Windows (#2200) 2026-08-20 22:42:16 +08:00
internal.ts perf(kaos): optimize large file reads (#971) 2026-06-23 15:07:40 +08:00
kaos.ts fix: propagate kaos env overlays (#654) 2026-06-11 17:21:32 +08:00
local.ts fix(kaos): enrich PATH from the user's login shell at startup (#1339) 2026-07-03 15:20:38 +08:00
login-shell-path.ts fix(kaos): enrich PATH from the user's login shell at startup (#1339) 2026-07-03 15:20:38 +08:00
process.ts fix: dispose process stdio after managed commands (#822) 2026-06-16 22:09:11 +08:00
shell-path-bridge.ts fix(kaos): resolve Git Bash POSIX paths for file tools on Windows (#2200) 2026-08-20 22:42:16 +08:00
ssh.ts fix: dispose process stdio after managed commands (#822) 2026-06-16 22:09:11 +08:00
types.ts Kimi For Coding 2026-05-22 15:54:50 +08:00