ci: release packages (#1355)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-07-04 19:17:47 +08:00 committed by GitHub
parent 7d40d55ac3
commit dfcd6c8ed5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 31 additions and 43 deletions

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/agent-core": patch
---
Apply the 16 MiB output cap to background shell commands too, so a runaway background command can no longer fill the disk or crash the process; it is now terminated with the same guidance to redirect large output to a file.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Revert the recent TUI transcript rendering changes to the original upstream behavior while rendering issues are reworked.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Add click-to-enlarge for images uploaded in the web chat. Click an image in a message to open it.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Fix uploaded videos failing to play in the web chat.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/pi-tui": patch
---
Revert the fork's viewport and scrollback rendering patches, restoring the upstream differential-rendering behavior. The narrow-terminal fixes (width clamping, overwide-line truncation) are kept.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Wait for background subagents to finish and respond to their results before exiting in `kimi -p`, instead of ending the turn early.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Add `--dangerous-bypass-auth` and `--keep-alive` flags to `kimi server run`, so the server can run without a token on trusted networks and stay alive past the idle timeout.

View file

@ -1,5 +0,0 @@
---
"@moonshot-ai/kimi-code": patch
---
Add a segmented thinking-level control in the web model picker for models that support multiple reasoning efforts. Open the composer model menu to choose a level.