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/cancel-init-with-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-cjk-autolink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-tool-call-id-collision.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fork-print-resume-command.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fork-reject-live-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/goal-objective-length-warning.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/goal-objective-too-long-message.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/web-ui-plan-goal-refresh.md

This file was deleted.

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

## 0.36.6

### Patch Changes

- Cancel an in-flight /init run together with the turn instead of letting it finish after the turn is cancelled.

- Fix bare URLs in chat output absorbing the CJK characters that follow them.

- Fix sessions hanging on the second approval prompt when a self-hosted OpenAI-compatible endpoint renumbers tool call ids.

- [#2940](https://github.com/MoonshotAI/kimi-code/pull/2940) [`6b72345`](https://github.com/wangyuling93/kimi-code/commit/6b72345f8bb03487e3bcc05b541e65484818428c) Thanks [@bj456736](https://github.com/bj456736)! - Print the full `kimi --resume` command after `/fork` and copy it to the clipboard, so the fork can be entered directly from a new CLI process.

- Show a clear error when forking a session while its turn is still running.

- [#2928](https://github.com/MoonshotAI/kimi-code/pull/2928) [`d96cd03`](https://github.com/wangyuling93/kimi-code/commit/d96cd037702637305422222e985139e51ff83c8c) Thanks [@chengluyu](https://github.com/chengluyu)! - Warn in the footer while a typed `/goal` objective exceeds the 4000-character limit, and restore the input instead of losing it when an over-limit objective is rejected. The error message now suggests putting long content in a file and referencing the file path.

- Refresh the bundled web UI with plan/goal pills, a plan viewer, slash-command fuzzy search, and related composer and session-list fixes.

## 0.36.5

### Patch 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": "@vyl/kimi-code",
"version": "0.36.5",
"version": "0.36.6",
"description": "The Starting Point for Next-Gen Agents",
"license": "MIT",
"author": "Moonshot AI",
Expand Down
6 changes: 6 additions & 0 deletions packages/agent-core-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonshot-ai/agent-core-v2

## 0.4.1

### Patch Changes

- [#2928](https://github.com/MoonshotAI/kimi-code/pull/2928) [`d96cd03`](https://github.com/wangyuling93/kimi-code/commit/d96cd037702637305422222e985139e51ff83c8c) Thanks [@chengluyu](https://github.com/chengluyu)! - Include the file-reference workaround in the `GOAL_OBJECTIVE_TOO_LONG` error message so clients surface how to submit long objectives.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-core-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonshot-ai/agent-core-v2",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"description": "The unified agent engine for Kimi (v2 — DI Scope architecture)",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/agent-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonshot-ai/agent-core

## 0.15.9

### Patch Changes

- [#2928](https://github.com/MoonshotAI/kimi-code/pull/2928) [`d96cd03`](https://github.com/wangyuling93/kimi-code/commit/d96cd037702637305422222e985139e51ff83c8c) Thanks [@chengluyu](https://github.com/chengluyu)! - Include the file-reference workaround in the `GOAL_OBJECTIVE_TOO_LONG` error message so clients surface how to submit long objectives.

## 0.15.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonshot-ai/agent-core",
"version": "0.15.8",
"version": "0.15.9",
"private": true,
"description": "The unified agent engine for Kimi",
"license": "MIT",
Expand Down