Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/btw-readonly-tools.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chat-scrollbar-target.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/compact-tool-cards.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/compaction-resume-anchor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/database-config-section.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-anthropic-profile-undefined-model.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-task-notification-order.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/glob-pagination.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kimi-default-model-image-gate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kimi-heic-bmp-images.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-task-output.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mcp-structured-results.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/native-zstd-manifest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/notify-user-panel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/offscreen-history-markdown.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/preserve-media-attachment-names.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/read-character-budgets.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/read-invalid-utf16.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/read-tail-consistency.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/recommended-default-effort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remote-control-always-available.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/secondary-model-always-on.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/session-delete-context-menu.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/session-index-stray-files.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/skill-reload-on-turn-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stable-streaming-markdown.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stop-context-budget-reminders.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasks-list-agent-model.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-donuts-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tower-mode-fixes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/visible-media-attachments.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warn-trust-gated-mcp-in-print-mode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/watch-user-skill-roots.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/web-open-wildcard-host.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-crabs-tap.md

This file was deleted.

74 changes: 74 additions & 0 deletions apps/kimi-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,79 @@
# @moonshot-ai/kimi-code

## 0.42.0

### Minor Changes

- [#3613](https://github.com/MoonshotAI/kimi-code/pull/3613) [`d4d20d2`](https://github.com/MoonshotAI/kimi-code/commit/d4d20d21d733a7942056c15ffcc2c74cce51f7d5) Thanks [@liukx0205](https://github.com/liukx0205)! - Add read-only tools to the /btw side agent.

- [#3524](https://github.com/MoonshotAI/kimi-code/pull/3524) [`f6a9c39`](https://github.com/MoonshotAI/kimi-code/commit/f6a9c39e22a63b2a231684ed8426bfe4ec406cf7) Thanks [@RealKai42](https://github.com/RealKai42)! - Add an experimental Updates panel with paginated progress messages from the main agent and subagents; enable it with `KIMI_CODE_EXPERIMENTAL_NOTIFY_USER=1`.

- [#3634](https://github.com/MoonshotAI/kimi-code/pull/3634) [`e831fd1`](https://github.com/MoonshotAI/kimi-code/commit/e831fd1ea9488ad5192bcc9d96579470cf0c4442) Thanks [@7Sageer](https://github.com/7Sageer)! - The subagent model pool (`[secondary_model]`) is now always on; the experimental secondary-model flag and the `KIMI_CODE_EXPERIMENTAL_SECONDARY_MODEL` opt-out have been removed.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Confirm a major bump before removing the model-pool opt-out

For users who set the previously documented KIMI_CODE_EXPERIMENTAL_SECONDARY_MODEL=0 to make subagents inherit the caller's model, 0.42.0 removes that behavior and instead applies any configured secondary-model pool. This is a compatibility break rather than a new minor capability, so retain the opt-out or obtain explicit approval and regenerate the release with a major changeset.

AGENTS.md reference: AGENTS.md:L64-L64

Useful? React with 👍 / 👎.


- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: support permanently deleting sessions from the session row context menu, with a confirmation prompt.

- [#3526](https://github.com/MoonshotAI/kimi-code/pull/3526) [`55685c5`](https://github.com/MoonshotAI/kimi-code/commit/55685c58b5dbff692e16c66efa65fa6d32222f61) Thanks [@RealKai42](https://github.com/RealKai42)! - Stop reminding the model of its context budget before automatic compaction.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Classify removing context reminders as a patch

When this changelog is published, the removal from commit 55685c5 is categorized as a Minor Change even though it only adjusts existing prompt behavior and adds no capability users could not use before. Under the repository's required bump rules this is a patch-level improvement, so regenerate this entry from a patch CLI changeset to keep the permanent changelog classification accurate.

AGENTS.md reference: AGENTS.md:L86-L88

Useful? React with 👍 / 👎.


- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: preview images and videos in a reorderable media rail in the composer, mention them in the text on demand, and keep the previews after queueing and sending.

### Patch Changes

- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix the conversation scrollbar being too thin to click and drag easily.

- [#3539](https://github.com/MoonshotAI/kimi-code/pull/3539) [`34ad513`](https://github.com/MoonshotAI/kimi-code/commit/34ad5137ce36f6eb03c4a42145e9bdcc8d607d87) Thanks [@RealKai42](https://github.com/RealKai42)! - Collapse finished tool calls in the transcript to a header plus one marked outcome row: short output is shown whole, hidden output is counted (`N more lines`, `+N more`) and revealed by `Ctrl+O`, which the footer advertises while it is available.

- [#3537](https://github.com/MoonshotAI/kimi-code/pull/3537) [`f12d59e`](https://github.com/MoonshotAI/kimi-code/commit/f12d59e089e2531a33fbca30b26ffeabd5862b45) Thanks [@7Sageer](https://github.com/7Sageer)! - Fix the agent resuming the wrong request after automatic context compaction in long sessions.

- [#3552](https://github.com/MoonshotAI/kimi-code/pull/3552) [`f0434f2`](https://github.com/MoonshotAI/kimi-code/commit/f0434f2d25ead11d44f5616930157a59dfd524a5) Thanks [@sailist](https://github.com/sailist)! - The minidb session-index read model and global search worker are now always on; the experimental flags have been replaced by the `[database]` config section and the `KIMI_CODE_PERSISTENCE_MINIDB_READMODEL` / `KIMI_CODE_SEARCH_WORKER` env vars.

- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix background task notifications lingering at the bottom of the session during subsequent tool calls.

- [#3658](https://github.com/MoonshotAI/kimi-code/pull/3658) [`ff7371b`](https://github.com/MoonshotAI/kimi-code/commit/ff7371b70a7ae80ec70712b610f73e6d6f29edc0) Thanks [@RealKai42](https://github.com/RealKai42)! - Allow file searches to retrieve matches beyond the first 100 results.

- [#3652](https://github.com/MoonshotAI/kimi-code/pull/3652) [`7f5debf`](https://github.com/MoonshotAI/kimi-code/commit/7f5debfa71ac9e4a23b5dab1a511aa3672677381) Thanks [@RealKai42](https://github.com/RealKai42)! - Accept HEIC, HEIF, and BMP images on a session's first prompt when the configured default model is served by Kimi and no model has been selected yet.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Drop the fix to the unreleased image-format feature

Because 0.42.0 is the first release that supports HEIC, HEIF, and BMP, #3652 only repairs the first-prompt path of the capability introduced by #3649 in the same unreleased cycle. Users upgrading from 0.41.0 cannot perceive this as a separate fix, so fold it into the general image-format entry on line 27 and remove this entry before regenerating the release notes.

AGENTS.md reference: AGENTS.md:L86-L87

Useful? React with 👍 / 👎.


- [#3649](https://github.com/MoonshotAI/kimi-code/pull/3649) [`80480c0`](https://github.com/MoonshotAI/kimi-code/commit/80480c01d27a921d4660ad043e78c8b61167f82b) Thanks [@RealKai42](https://github.com/RealKai42)! - Accept HEIC, HEIF, and BMP images in ReadMediaFile and prompt attachments when the model is served by Kimi.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Classify new image-format support as a minor change

When publishing 0.42.0, this entry introduces HEIC, HEIF, and BMP support that users did not have before #3649—the prior ingestion gate accepted only PNG, JPEG, GIF, and WebP—so it is a new capability rather than a patch-level fix under the required changeset rules. Regenerate this entry from a minor CLI changeset so the changelog classification is accurate.

AGENTS.md reference: AGENTS.md:L87-L88

Useful? React with 👍 / 👎.


- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix page jank caused by hundreds of simultaneous requests when reloading a session with many background tasks.

- [#3654](https://github.com/MoonshotAI/kimi-code/pull/3654) [`6de0cec`](https://github.com/MoonshotAI/kimi-code/commit/6de0cec174ae3af44fc9f9f74b2aa8599b928fdf) Thanks [@RealKai42](https://github.com/RealKai42)! - Preserve distinct structured data in MCP tool results.

- [#3669](https://github.com/MoonshotAI/kimi-code/pull/3669) [`f8c606e`](https://github.com/MoonshotAI/kimi-code/commit/f8c606e7d7b33a43190721d47ec6c8a2076eaec6) Thanks [@wbxl2000](https://github.com/wbxl2000)! - Support compressed downloads from updated native release manifests.

- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: reduce jank when opening and scrolling back through long conversations, while preserving message and tool expansion state.

- [#3548](https://github.com/MoonshotAI/kimi-code/pull/3548) [`baf17a8`](https://github.com/MoonshotAI/kimi-code/commit/baf17a8fcc289f20fa6c8d85dd8f93eeb3ff0cbc) Thanks [@chengluyu](https://github.com/chengluyu)! - Preserve image and video filenames in session history.

- [#3645](https://github.com/MoonshotAI/kimi-code/pull/3645) [`5000f98`](https://github.com/MoonshotAI/kimi-code/commit/5000f981c3ef8b59560f26fd01a20fbfe030d81e) Thanks [@RealKai42](https://github.com/RealKai42)! - Add configurable character limits and resumable long-line file reads without repeated output truncation.

- [#3645](https://github.com/MoonshotAI/kimi-code/pull/3645) [`5000f98`](https://github.com/MoonshotAI/kimi-code/commit/5000f981c3ef8b59560f26fd01a20fbfe030d81e) Thanks [@RealKai42](https://github.com/RealKai42)! - Read malformed UTF-16 files with an explicit lossy-decoding warning.

- [#3645](https://github.com/MoonshotAI/kimi-code/pull/3645) [`5000f98`](https://github.com/MoonshotAI/kimi-code/commit/5000f981c3ef8b59560f26fd01a20fbfe030d81e) Thanks [@RealKai42](https://github.com/RealKai42)! - Avoid repeated scanning for common tail reads and report file changes detected during tail rereads.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Split the tail-read changes into separate entries

When 0.42.0 is published, this entry combines a performance change (avoiding repeated scans) with separate behavior for detecting and reporting files that change during rereads. Consuming the source changeset now permanently collapses two independently user-visible changes into one entry, so regenerate them as separate concise changesets.

AGENTS.md reference: AGENTS.md:L86-L87

Useful? React with 👍 / 👎.


- [#3616](https://github.com/MoonshotAI/kimi-code/pull/3616) [`260ac3f`](https://github.com/MoonshotAI/kimi-code/commit/260ac3faad1cf0ca84dca26173ddf66a09220841) Thanks [@Grapedge](https://github.com/Grapedge)! - Upgrade the default thinking effort to the recommended level for eligible users.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Confirm the configured-effort overwrite before release

For managed-Kimi users who already set [thinking].effort to a supported non-recommended value, applyRecommendedEffort from 260ac3f replaces that persisted choice; its test explicitly verifies effort: 'low' being rewritten to max. This release therefore does more than upgrade a default: it removes respect for existing configuration without an opt-out other than disabling thinking. Preserve explicitly configured efforts or obtain approval and regenerate this as a major change.

AGENTS.md reference: AGENTS.md:L64-L64

Useful? React with 👍 / 👎.


- [#3552](https://github.com/MoonshotAI/kimi-code/pull/3552) [`f0434f2`](https://github.com/MoonshotAI/kimi-code/commit/f0434f2d25ead11d44f5616930157a59dfd524a5) Thanks [@sailist](https://github.com/sailist)! - Remote Control is now always on; the experimental `KIMI_CODE_EXPERIMENTAL_REMOTE_CONTROL` flag has been removed.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Describe Remote Control as always available, not always on

For ordinary kimi web invocations, Remote Control remains inactive: apps/kimi-code/src/cli/sub/web/run.ts:168-174 defaults the option to false and lines 213-230 start the tunnel only when remoteControl is explicitly requested. Calling it “always on” therefore incorrectly tells users that an externally reachable tunnel starts automatically; change the entry to say the command is now always available without the experimental flag.

AGENTS.md reference: AGENTS.md:L86-L87

Useful? React with 👍 / 👎.


- [#3618](https://github.com/MoonshotAI/kimi-code/pull/3618) [`75682b0`](https://github.com/MoonshotAI/kimi-code/commit/75682b0ef130e0340a9d16421312e2766c327be1) Thanks [@sailist](https://github.com/sailist)! - Fix recent sessions missing from the session list when the sessions directory contains stray files.

- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix skills created mid-session not appearing in the slash list until the app restarts.

- [#3671](https://github.com/MoonshotAI/kimi-code/pull/3671) [`e6bc8b8`](https://github.com/MoonshotAI/kimi-code/commit/e6bc8b8ad90def151f17e8e1d4b03b408d9f69ea) Thanks [@liruifengv](https://github.com/liruifengv)! - web: fix trailing backticks briefly flashing at the end of code blocks while they stream.

- [#3596](https://github.com/MoonshotAI/kimi-code/pull/3596) [`0d7833e`](https://github.com/MoonshotAI/kimi-code/commit/0d7833ee8019d39161f8462977a3a2713bbfd39e) Thanks [@tpoisonooo](https://github.com/tpoisonooo)! - The /tasks panel now shows each background agent's model under its task row.

- [#3607](https://github.com/MoonshotAI/kimi-code/pull/3607) [`5eea890`](https://github.com/MoonshotAI/kimi-code/commit/5eea89016511d113480755907619defafaf025cf) Thanks [@huangzheng2016](https://github.com/huangzheng2016)! - Fix the streaming debug timing attributing client-side busy time to the server.

- [#3596](https://github.com/MoonshotAI/kimi-code/pull/3596) [`0d7833e`](https://github.com/MoonshotAI/kimi-code/commit/0d7833ee8019d39161f8462977a3a2713bbfd39e) Thanks [@tpoisonooo](https://github.com/tpoisonooo)! - Tower worker and reviewer briefings now carry the full mission context, and tower agent timeouts follow the subagent timeout setting (`[subagent] timeout_ms` or `KIMI_SUBAGENT_TIMEOUT_MS`), defaulting to 2 hours. Fix the /tasks list not showing the model for tower-spawned agents.

- [#3593](https://github.com/MoonshotAI/kimi-code/pull/3593) [`00cfbb0`](https://github.com/MoonshotAI/kimi-code/commit/00cfbb0547cee6ec2650fd3fc52e15d2072c41aa) Thanks [@7Sageer](https://github.com/7Sageer)! - Print a warning in `kimi -p` when project-level MCP servers are skipped because the folder is not trusted.

- [#3608](https://github.com/MoonshotAI/kimi-code/pull/3608) [`fb0353a`](https://github.com/MoonshotAI/kimi-code/commit/fb0353a8ba5ceb7e8ae4e27f3260b3c8c8d80784) Thanks [@liukx0205](https://github.com/liukx0205)! - Watch the user-level skill roots (`~/.kimi-code/skills` and `~/.agents/skills`) so the workspace skill catalog refreshes automatically when skills are created, modified, or deleted while the daemon is running — no restart or manual reload needed.

- [#3560](https://github.com/MoonshotAI/kimi-code/pull/3560) [`af81bb9`](https://github.com/MoonshotAI/kimi-code/commit/af81bb92215dca2f933579ce0119f7add452bc96) Thanks [@kimi-agent-bot](https://github.com/kimi-agent-bot)! - Open the browser on localhost instead of the wildcard bind address for `kimi web --host 0.0.0.0`.

- [#3605](https://github.com/MoonshotAI/kimi-code/pull/3605) [`f1e9152`](https://github.com/MoonshotAI/kimi-code/commit/f1e915277655c68213cf91fe5010413bfde3cb65) Thanks [@huangzheng2016](https://github.com/huangzheng2016)! - Fix slow response streaming and rendering after resuming sessions with many scheduled cron turns.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Include the unrecorded bundled fixes in this release

When 0.42.0 is published, several user-visible fixes already in its parent—such as #3626 preventing a completed parallel tool from aborting sibling tools, #3599 making Remote Control restart/token rotation reliable, and #3586 handling duplicate tool-call IDs—ship in the CLI but have no entry in this new release section and no remaining changeset. Add concise CLI changesets for these fixes and regenerate the release so they are not permanently omitted from the changelog.

AGENTS.md reference: AGENTS.md:L86-L87

Useful? React with 👍 / 👎.


## 0.41.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/kimi-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonshot-ai/kimi-code",
"version": "0.41.0",
"version": "0.42.0",
"description": "The Starting Point for Next-Gen Agents",
"license": "MIT",
"author": "Moonshot AI",
Expand Down
6 changes: 6 additions & 0 deletions packages/kosong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonshot-ai/kosong

## 0.5.6

### Patch Changes

- [#3003](https://github.com/MoonshotAI/kimi-code/pull/3003) [`ed1dc72`](https://github.com/MoonshotAI/kimi-code/commit/ed1dc720e2c134866854f6a67ae05fde023e1c33) Thanks [@silentiris](https://github.com/silentiris)! - Fix a crash when a model config entry lacks the `model` field (e.g. from a malformed TOML key like `[models.kimi-k2.7-code]`): the Anthropic profile matchers now tolerate `undefined` model names and return no profile instead of throwing `TypeError: Cannot read properties of undefined (reading 'toLowerCase')`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the bundled fix to the CLI changelog

When publishing 0.42.0, this fix is recorded only for @moonshot-ai/kosong, but that package is private and the repository treats @moonshot-ai/kimi-code as the sole user-facing package. Because the crash fix ships inside the CLI, consuming its changeset without adding a corresponding CLI entry permanently omits a user-visible fix from the published release notes; regenerate the release with a CLI changeset for it.

AGENTS.md reference: AGENTS.md:L86-L88

Useful? React with 👍 / 👎.


## 0.5.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kosong/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonshot-ai/kosong",
"version": "0.5.5",
"version": "0.5.6",
"private": true,
"description": "The LLM abstraction layer for modern AI agent applications",
"license": "MIT",
Expand Down