ci: release packages (#1444)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-07-07 15:36:15 +08:00 committed by GitHub
parent e9ef9399d0
commit 08b3c3fc53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 41 additions and 91 deletions

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Preserve prior turns' thinking by default on the Anthropic provider (Claude and Kimi's Anthropic-compatible mode), matching the Kimi default. Disable with `[thinking] keep = "off"` or `KIMI_MODEL_THINKING_KEEP=off`.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Recover chat streaming after a stale background-tab WebSocket instead of requiring a page refresh.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Fix goal completion and blocked updates to produce one final user-facing outcome summary from the tool result.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Fix goal startup and queue handling so failed starts restore permission mode and queued goals wait behind new user messages.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Fix goal token budgets to count model completion tokens and stop without extra continuation steps when the budget is exhausted.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Fix kimi -p abandoning background subagents that start late or run long, so their results reach the main agent.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Respect the --skills-dir flag in interactive mode.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Fix `/btw [<question>]` opening an empty side chat on the new-session screen.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Fix `/goal <objective>` silently doing nothing on the new-session screen.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Fix slash skill activations (for example `/pre-changelog`) silently doing nothing on the new-session screen.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Stop showing tool-produced `<system>` metadata in tool outputs; failed tools now show their own error text.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Honor explicit Anthropic `max_output_size` settings instead of clamping them to built-in ceilings.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Keep goal tools available to the main agent and return clear messages for invalid goal-control calls.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Fix newer Claude minor versions (e.g. Opus 4.8) defaulting to the family-baseline max output tokens; an uncatalogued minor now reuses the nearest earlier known version's limit.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Show long-running goal wall-clock budget reminders in hours.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Tighten goal-mode guidance so agents continue reasonable work across turns instead of ending goals prematurely.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Clarify the permission mode descriptions shown by `/permission`, `/auto`, and `/yolo`, and reorder `/auto` and `/yolo` in the command list.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Record a per-request trace in the session wire log, so model requests can be reconstructed for debugging. Not a user-facing feature.