Skip to content

ci: release packages#1291

Merged
liruifengv merged 1 commit into
mainfrom
changeset-release/main
Jul 2, 2026
Merged

ci: release packages#1291
liruifengv merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@moonshot-ai/kimi-code@0.22.1

Patch Changes

  • #1304 0fc0ae3 - When large images are compressed, tell the model the original and delivered image details. Keep the original image available, and support cropped or full-resolution reads for fine details.

  • #1315 b40bb71 - Fix TUI rendering bugs that caused the screen to go blank and the input box to disappear.

  • #1303 2639786 - Fix the TUI crashing when the terminal is resized to a very narrow width while the input contains CJK or emoji text.

  • #1315 b40bb71 - Clear the screen fully when starting a new session via /new, /clear, or a session switch.

  • #1301 c3653a1 - Show an up arrow on the web composer send button.

  • #1290 3ea84a5 - Fix the session search dialog showing a horizontal scrollbar for long session titles or snippets.

  • #1316 5322c63 - Fix web tooltips that could get stuck on screen when their trigger element is removed while open.

  • #1319 e8ab7ca - Fix the sidebar session row shifting its title and status badges when hovered.

  • #1293 6a469b3 - Refresh the web UI icon set and unify the message copy and undo button hover states and tooltips.

  • #1311 b40649b - Remove duplicate newline-shortcut handling from the prompt editor.

  • #1317 78a058a - Remove the experimental micro compaction feature and its toggle from the experiments panel.

  • #1283 ea55911 - Improve compaction handoff summaries for more reliable resumed sessions. They now keep the latest intent, key tool results, decisions, open questions, and context to re-check.

  • #1295 77eb3a9 - Save shell commands to input history and recall them in bash mode. Press Up on an empty ! prompt to browse previous shell commands.

  • #1316 5322c63 - Trim redundant and incorrect tooltips in the web UI.

  • #1320 444e6b1 - Fix the web UI becoming sluggish after opening many sessions.

  • #1322 5441ad1 - Let the web sidebar collapse an expanded workspace session list back to its first page.

@moonshot-ai/agent-core@0.15.1

Patch Changes

  • #1285 c434b4c - Cap the output a single foreground shell command may stream so a runaway command can no longer crash the process. A command that produces a very large or unbounded amount of output (e.g. b3sum --length 18446744073709551615) previously grew the live-output buffer until Node aborted with a JavaScript heap out-of-memory error; it is now gracefully terminated once its output exceeds 16 MiB, and the result explains how to redirect large output to a file instead. The per-task output ring buffer is also maintained in O(1) per chunk rather than O(n²). Background tasks are unaffected.

  • #1308 4dd926b - Drop orphan tool results at the projection boundary so a malformed history cannot brick a session. A tool result whose assistant tool_call is nowhere in the history (e.g. an older session whose compaction cut fell inside a tool exchange, restored via the legacy path) is now removed from every projected request, not only on the post-400 strict resend. The stored history is left faithful to the wire records — so consumers that model it, like the transcript fold length, stay in sync — while a strict provider (OpenAI / DeepSeek) always receives a valid request. The drop is surfaced via the projection-repair log rather than done silently.

  • #1296 021de54 - Align model-facing prompts with actual tool behavior. Fix descriptions that drifted from the implementation (Grep glob matching against absolute paths, Glob accepting relative path, FetchURL extraction modes, files-only Glob results, cron pinned-date recurrence), disclose enforced-but-silent behavior (idle-only cron delivery, the 5-year no-fire rejection, VCS directories always excluded, sensitive-file exemptions, image downsampling, the subagent summary-length floor, background rejection before launch), resolve cross-surface contradictions (AskUserQuestion background polling guidance, AgentSwarm resume typing, && chaining vs parallel calls, dangling optional-tool names in the shared system prompt), and add missing guidance (denied-call handling for the root agent, read-only role statement for the plan subagent, coder handoff requirements, web/gh routing, a dual-use content-safety boundary, scope discipline, and dependency-verification norms).

  • Updated dependencies [93ec6cb, 4dd926b]:

    • @moonshot-ai/kosong@0.5.2

@moonshot-ai/kosong@0.5.2

Patch Changes

  • #1292 93ec6cb - Recognize the OpenAI-compatible (Moonshot / Kimi) tool_call_id ... is not found 400 as a recoverable tool-exchange structural error, so the post-400 strict-resend fallback fires and un-bricks the session instead of failing every subsequent turn with the same error.

  • #1308 4dd926b - Recognize the OpenAI-compatible role 'tool' must be a response to a preceding message with 'tool_calls' and assistant message with 'tool_calls' must be followed by tool messages 400s (OpenAI / DeepSeek / vLLM / Qwen phrasings) as recoverable tool-exchange structural errors, so the post-400 strict-resend fallback fires and un-bricks the session instead of failing every subsequent turn — including after switching providers or models.

@moonshot-ai/pi-tui@0.80.4

Patch Changes

  • #1315 b40bb71 - Re-anchor the viewport with an in-place repaint whenever content shrinks below the screen bottom, and clamp deleted-line clearing to the screen bottom, so large shrinks no longer blank the screen, desync the cursor, or leave the UI hovering above dead rows.

  • #1295 77eb3a9 - Add history hooks to the editor so hosts can filter entries (setHistoryFilter), decorate recalled entries (onRecall), and save and restore their own state alongside the history draft (onHistoryDraftSave / onHistoryDraftRestore).

  • #1303 2639786 - Fix crashes on very narrow terminals: word-wrapping wide graphemes no longer recurses infinitely at one-column width, render width is clamped to a minimum of one column, and overwide rendered lines are truncated instead of throwing.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from f4c504d to 0d6b7f6 Compare July 2, 2026 05:55
@pkg-pr-new

pkg-pr-new Bot commented Jul 2, 2026

Copy link
Copy Markdown
pnpm dlx https://pkg.pr.new/@moonshot-ai/kimi-code@59d0d48
npx https://pkg.pr.new/@moonshot-ai/kimi-code@59d0d48

commit: 59d0d48

@github-actions github-actions Bot force-pushed the changeset-release/main branch 18 times, most recently from 74adebf to 8256bbf Compare July 2, 2026 13:51
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 8256bbf to 97b63b3 Compare July 2, 2026 13:53
@liruifengv liruifengv merged commit 5083845 into main Jul 2, 2026
@liruifengv liruifengv deleted the changeset-release/main branch July 2, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant