mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-09-07 00:31:08 +00:00
|
Some checks are pending
CI / test-windows (push) Waiting to run
CI / lint (push) Waiting to run
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 / 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
Publish VS Code extension / Publish VSIX to marketplaces (push) Waiting to run
* feat(cli): compress native update artifacts and decompress them while staging Co-authored-by: qer <wbxl2000@outlook.com> * fix(cli): generate compressed native artifacts in the publish job The zip's checksum never pairs with the bare executable the updater verifies after inflating, and artifacts produced in the matrix job never leave the runner (the workflow's upload-artifact path lists only the zip). Extract each zip in the publish job, hash the bare executable, and emit the .zst/.tar.gz artifacts there so the manifest entry pairs checksum with what compressed inflates to, and everything new reaches the release via the existing upload glob — no workflow changes needed. Co-authored-by: qer <wbxl2000@outlook.com> * fix(cli): keep the .exe suffix in windows manifest filenames The updater's bare-binary fallback downloads entry.filename, and the CDN layout carries .exe on Windows — without it the fallback 404s. The .zst and .tar.gz artifact names stay unchanged. Also fold the manifest coverage into the pre-existing release-artifacts test (its fake-zip fixture predates extraction) and pin the end-to-end chain there. Co-authored-by: qer <wbxl2000@outlook.com> --------- Co-authored-by: kimi-agent-bot <kimi-agent-bot@users.noreply.github.com> Co-authored-by: qer <wbxl2000@outlook.com> |
||
|---|---|---|
| .. | ||
| kimi-code | ||
| kimi-inspect | ||
| vis | ||
| vscode | ||