ci: release packages (#1468)
Some checks are pending
CI / build (push) Waiting to run
CI / test (push) Waiting to run
CI / test-pi-tui (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 / Desktop release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-07-08 15:37:29 +08:00 committed by GitHub
parent b0809ddac8
commit 67b2147d8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 47 additions and 79 deletions

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Add the Vercel plugin to the bundled plugin marketplace. Run /plugins and select Vercel Plugin to install it.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Count the turn that starts an autonomous goal toward its goal turn usage.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Fix `kimi -p` runs exiting with code 0 when a turn fails.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Fix console windows flashing on Windows each time a hook runs.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Fix the connection error toast lingering after the WebSocket reconnects when returning from the background.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Prevent autonomous goals from being paused by model-reported status updates.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Tighten goal-mode guidance for blocked and complete status updates.

View file

@ -1,6 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
"@moonshot-ai/kimi-code-sdk": patch
---
Raise the image downscale cap from 2000px to 3000px, and fix swapped width/height for EXIF-rotated (portrait) photos in compression captions and media read notes so region readback coordinates map correctly.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Compile icons at build time so the bundled web UI only carries the icons it renders.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Progressive tool disclosure (`select_tools`, experimental): compaction now discards the loaded tool schemas instead of re-injecting them. After a compaction the boundary announcement re-lists every loadable tool name and the model re-selects what it still needs; a from-memory call to a no-longer-loaded tool is rejected with guidance to select it first. This keeps the post-compaction context at its minimal users+summary floor and removes the schema-rebuild budget heuristics. No effect unless the `tool-select` experimental flag and a `select_tools`-capable model are active.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kosong": patch
---
Add provider-level structured response format support.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
web: The composer model switcher switches the active session's model as before and additionally bumps the global default model, so new sessions inherit the choice.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Press Enter to confirm in archive and other confirmation dialogs.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Redesign the scheduled reminder UI.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Show session skills in the slash menu as `/skill:<name>` so they are distinguishable from built-in commands; typing the bare skill name still works.