diff --git a/.changeset/add-ctrl-j-newline.md b/.changeset/add-ctrl-j-newline.md deleted file mode 100644 index 63123e6..0000000 --- a/.changeset/add-ctrl-j-newline.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add `Ctrl-J` as an additional shortcut for inserting new lines in the TUI prompt. diff --git a/.changeset/agent-record-migrations.md b/.changeset/agent-record-migrations.md deleted file mode 100644 index 5c19c37..0000000 --- a/.changeset/agent-record-migrations.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code": patch ---- - -Add wire record migration handling during session replay. diff --git a/.changeset/connect-model-catalog.md b/.changeset/connect-model-catalog.md deleted file mode 100644 index 7936033..0000000 --- a/.changeset/connect-model-catalog.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@moonshot-ai/kosong": minor -"@moonshot-ai/kimi-code-sdk": minor -"@moonshot-ai/kimi-code": minor ---- - -Add a `/connect` command that configures a provider and model from a model catalog. diff --git a/.changeset/connect-picker-search-pagination.md b/.changeset/connect-picker-search-pagination.md deleted file mode 100644 index 1bf760d..0000000 --- a/.changeset/connect-picker-search-pagination.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -The `/connect` provider and model pickers now support type-to-search filtering, and long lists are paginated. The `/model` picker is also paginated when many models are configured. diff --git a/.changeset/fix-macos-device-version.md b/.changeset/fix-macos-device-version.md deleted file mode 100644 index a6bd431..0000000 --- a/.changeset/fix-macos-device-version.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch -"@moonshot-ai/kimi-code-sdk": patch ---- - -Report the macOS product version in OAuth device information instead of the Darwin kernel version. diff --git a/.changeset/fix-x-msh-platform-header.md b/.changeset/fix-x-msh-platform-header.md deleted file mode 100644 index 33deeaa..0000000 --- a/.changeset/fix-x-msh-platform-header.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kimi-code-oauth": patch -"@moonshot-ai/kimi-code": patch ---- - -Correct the `X-Msh-Platform` header value to `kimi_code_cli`. diff --git a/.changeset/flatten-toolcall.md b/.changeset/flatten-toolcall.md deleted file mode 100644 index 006bdcc..0000000 --- a/.changeset/flatten-toolcall.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@moonshot-ai/kosong": minor -"@moonshot-ai/agent-core": minor -"@moonshot-ai/kimi-code": minor ---- - -Flatten tool call data by inlining tool names and arguments at the top level, and limit legacy record migration so it only rewrites matching tool call payloads. diff --git a/.changeset/friendly-prompt-login.md b/.changeset/friendly-prompt-login.md deleted file mode 100644 index 8aa42fa..0000000 --- a/.changeset/friendly-prompt-login.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Clarify the prompt-mode error when no model is configured by pointing users to the login flow. diff --git a/.changeset/hide-empty-current-session.md b/.changeset/hide-empty-current-session.md deleted file mode 100644 index 5f49092..0000000 --- a/.changeset/hide-empty-current-session.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Hide the empty current session from the sessions picker while keeping other empty sessions visible. diff --git a/.changeset/hide-oauth-from-migration-ux.md b/.changeset/hide-oauth-from-migration-ux.md deleted file mode 100644 index b64581b..0000000 --- a/.changeset/hide-oauth-from-migration-ux.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Stop mentioning OAuth credentials in the migration UI — they are never migrated, so the previous "needs /login" notice misread as a failure. OAuth-only installs no longer trigger the migration screen. diff --git a/.changeset/migrate-user-skills.md b/.changeset/migrate-user-skills.md deleted file mode 100644 index be35d46..0000000 --- a/.changeset/migrate-user-skills.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/migration-legacy": patch -"@moonshot-ai/kimi-code": patch ---- - -Migrate user skills from `~/.kimi/skills/` to `~/.kimi-code/skills/` during the first-launch migration; existing target skills are kept. diff --git a/.changeset/model-picker-empty-hint.md b/.changeset/model-picker-empty-hint.md deleted file mode 100644 index e1e7bc3..0000000 --- a/.changeset/model-picker-empty-hint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -When no models are configured, `/model` and the welcome panel now point users to `/login` (for Kimi) and `/connect` (for other providers). diff --git a/.changeset/pass-api-error-messages.md b/.changeset/pass-api-error-messages.md deleted file mode 100644 index 3b66a71..0000000 --- a/.changeset/pass-api-error-messages.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kimi-code-oauth": patch -"@moonshot-ai/kimi-code": patch ---- - -Surface API-provided error messages during feedback, usage, login, and model setup failures. diff --git a/.changeset/persist-runtime-model-defaults.md b/.changeset/persist-runtime-model-defaults.md deleted file mode 100644 index 997cbcf..0000000 --- a/.changeset/persist-runtime-model-defaults.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code": patch ---- - -Persist model selections from the terminal UI to the default configuration, and honor the configured default thinking state for new sessions. diff --git a/.changeset/record-persistence-boundary.md b/.changeset/record-persistence-boundary.md deleted file mode 100644 index 493e8a3..0000000 --- a/.changeset/record-persistence-boundary.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code": patch ---- - -Move wire metadata handling into the record layer and keep persistence backends limited to storage operations. diff --git a/.changeset/retry-empty-compaction-summary.md b/.changeset/retry-empty-compaction-summary.md deleted file mode 100644 index aa01bee..0000000 --- a/.changeset/retry-empty-compaction-summary.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code": patch ---- - -Retry compaction responses that do not contain a summary before updating conversation history. diff --git a/.changeset/steady-streaming-previews.md b/.changeset/steady-streaming-previews.md deleted file mode 100644 index 67b500e..0000000 --- a/.changeset/steady-streaming-previews.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kosong": patch -"@moonshot-ai/kimi-code": patch ---- - -Avoid CPU spikes from large streamed tool arguments and coalesce high-frequency streaming UI updates. diff --git a/.changeset/stream-json-resume-hint.md b/.changeset/stream-json-resume-hint.md deleted file mode 100644 index d73768d..0000000 --- a/.changeset/stream-json-resume-hint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Emit session resume hint as a structured meta message in stream-json output format. diff --git a/.changeset/warn-newer-wire-version.md b/.changeset/warn-newer-wire-version.md deleted file mode 100644 index 7988cda..0000000 --- a/.changeset/warn-newer-wire-version.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code-sdk": patch -"@moonshot-ai/kimi-code": patch ---- - -Resume sessions with a newer wire protocol version instead of failing. A warning is now shown in the TUI and records are replayed without migration. diff --git a/.changeset/warn-tmux-key-config.md b/.changeset/warn-tmux-key-config.md deleted file mode 100644 index 19c20d9..0000000 --- a/.changeset/warn-tmux-key-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Warn tmux users when extended key settings may prevent modified Enter shortcuts from working. diff --git a/.changeset/widen-kimi-completion-budget.md b/.changeset/widen-kimi-completion-budget.md deleted file mode 100644 index 6aa2238..0000000 --- a/.changeset/widen-kimi-completion-budget.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch -"@moonshot-ai/kimi-code": patch ---- - -Let Kimi requests use the remaining context window for completion tokens by default while keeping explicit environment limits as hard caps. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md new file mode 100644 index 0000000..e4928f5 --- /dev/null +++ b/apps/kimi-code/CHANGELOG.md @@ -0,0 +1,49 @@ +# @moonshot-ai/kimi-code + +## 0.2.0 + +### Minor Changes + +- [#30](https://github.com/MoonshotAI/kimi-code/pull/30) [`a200a29`](https://github.com/MoonshotAI/kimi-code/commit/a200a297ac8986ec4baa8d2cdc881ef71bc3abfc) - Add a `/connect` command that configures a provider and model from a model catalog. + +- [#30](https://github.com/MoonshotAI/kimi-code/pull/30) [`a200a29`](https://github.com/MoonshotAI/kimi-code/commit/a200a297ac8986ec4baa8d2cdc881ef71bc3abfc) - The `/connect` provider and model pickers now support type-to-search filtering, and long lists are paginated. The `/model` picker is also paginated when many models are configured. + +- [#25](https://github.com/MoonshotAI/kimi-code/pull/25) [`c4dd1c7`](https://github.com/MoonshotAI/kimi-code/commit/c4dd1c7ff298290ee17d4a6676f93284621f32e8) - Flatten tool call data by inlining tool names and arguments at the top level, and limit legacy record migration so it only rewrites matching tool call payloads. + +### Patch Changes + +- [#9](https://github.com/MoonshotAI/kimi-code/pull/9) [`e503e69`](https://github.com/MoonshotAI/kimi-code/commit/e503e6963ab6cc6b4ed98c89389dbbb525fc6e9e) - Add `Ctrl-J` as an additional shortcut for inserting new lines in the TUI prompt. + +- [#22](https://github.com/MoonshotAI/kimi-code/pull/22) [`2004aed`](https://github.com/MoonshotAI/kimi-code/commit/2004aedfe1d4e5e17762108bf48b7b9aa6d4e25b) - Add wire record migration handling during session replay. + +- [#33](https://github.com/MoonshotAI/kimi-code/pull/33) [`ab4bd09`](https://github.com/MoonshotAI/kimi-code/commit/ab4bd090825cffbd7ab656b47840b0060d6cf601) - Report the macOS product version in OAuth device information instead of the Darwin kernel version. + +- [#52](https://github.com/MoonshotAI/kimi-code/pull/52) [`064343a`](https://github.com/MoonshotAI/kimi-code/commit/064343a6e565a525fbf38b3a1f70f7ff0235a5ed) - Correct the `X-Msh-Platform` header value to `kimi_code_cli`. + +- [#38](https://github.com/MoonshotAI/kimi-code/pull/38) [`e9e4a48`](https://github.com/MoonshotAI/kimi-code/commit/e9e4a48633f2d216672e8905b0235107b5cbe34a) - Clarify the prompt-mode error when no model is configured by pointing users to the login flow. + +- [#13](https://github.com/MoonshotAI/kimi-code/pull/13) [`35726d7`](https://github.com/MoonshotAI/kimi-code/commit/35726d7a41d54a0e6cb19a21d16980fd462132e1) - Hide the empty current session from the sessions picker while keeping other empty sessions visible. + +- [#31](https://github.com/MoonshotAI/kimi-code/pull/31) [`475ebad`](https://github.com/MoonshotAI/kimi-code/commit/475ebadc2070e3b878789f6a89ce191b1bd957a9) - Stop mentioning OAuth credentials in the migration UI — they are never migrated, so the previous "needs /login" notice misread as a failure. OAuth-only installs no longer trigger the migration screen. + +- [#31](https://github.com/MoonshotAI/kimi-code/pull/31) [`475ebad`](https://github.com/MoonshotAI/kimi-code/commit/475ebadc2070e3b878789f6a89ce191b1bd957a9) - Migrate user skills from `~/.kimi/skills/` to `~/.kimi-code/skills/` during the first-launch migration; existing target skills are kept. + +- [#30](https://github.com/MoonshotAI/kimi-code/pull/30) [`a200a29`](https://github.com/MoonshotAI/kimi-code/commit/a200a297ac8986ec4baa8d2cdc881ef71bc3abfc) - When no models are configured, `/model` and the welcome panel now point users to `/login` (for Kimi) and `/connect` (for other providers). + +- [#11](https://github.com/MoonshotAI/kimi-code/pull/11) [`15b018f`](https://github.com/MoonshotAI/kimi-code/commit/15b018fc84a36a9ebde598970e5b44bebe5d68c6) - Surface API-provided error messages during feedback, usage, login, and model setup failures. + +- [#24](https://github.com/MoonshotAI/kimi-code/pull/24) [`7858821`](https://github.com/MoonshotAI/kimi-code/commit/7858821f2f1fecc9de666780fc62434ca76dcc82) - Persist model selections from the terminal UI to the default configuration, and honor the configured default thinking state for new sessions. + +- [#14](https://github.com/MoonshotAI/kimi-code/pull/14) [`0da6073`](https://github.com/MoonshotAI/kimi-code/commit/0da60730b9716c39a07e8a3a0a320e3af7ad30fa) - Move wire metadata handling into the record layer and keep persistence backends limited to storage operations. + +- [#12](https://github.com/MoonshotAI/kimi-code/pull/12) [`89ea895`](https://github.com/MoonshotAI/kimi-code/commit/89ea8959eb9419d04e63645b4d89ca0e33f20d98) - Retry compaction responses that do not contain a summary before updating conversation history. + +- [#29](https://github.com/MoonshotAI/kimi-code/pull/29) [`df7a9ca`](https://github.com/MoonshotAI/kimi-code/commit/df7a9cab606e0f152bc45b1d1645d76210b1e0c4) - Avoid CPU spikes from large streamed tool arguments and coalesce high-frequency streaming UI updates. + +- [#47](https://github.com/MoonshotAI/kimi-code/pull/47) [`07ed2cf`](https://github.com/MoonshotAI/kimi-code/commit/07ed2cf9d4f01985c00c004b3bc0cc8d2587044b) - Emit session resume hint as a structured meta message in stream-json output format. + +- [#49](https://github.com/MoonshotAI/kimi-code/pull/49) [`cf2227e`](https://github.com/MoonshotAI/kimi-code/commit/cf2227e8a5222ad9bd1167b573b62599d0efd906) - Resume sessions with a newer wire protocol version instead of failing. A warning is now shown in the TUI and records are replayed without migration. + +- [#18](https://github.com/MoonshotAI/kimi-code/pull/18) [`a964bd2`](https://github.com/MoonshotAI/kimi-code/commit/a964bd2430a583ff0364fde19eafabda03b489ed) - Warn tmux users when extended key settings may prevent modified Enter shortcuts from working. + +- [#17](https://github.com/MoonshotAI/kimi-code/pull/17) [`bfbd522`](https://github.com/MoonshotAI/kimi-code/commit/bfbd522a7160e597d673550f09fd4af089bfde34) - Let Kimi requests use the remaining context window for completion tokens by default while keeping explicit environment limits as hard caps. diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 32c0eee..a7e3ee6 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.1.1", + "version": "0.2.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI", diff --git a/packages/agent-core/CHANGELOG.md b/packages/agent-core/CHANGELOG.md new file mode 100644 index 0000000..533ebdc --- /dev/null +++ b/packages/agent-core/CHANGELOG.md @@ -0,0 +1,24 @@ +# @moonshot-ai/agent-core + +## 0.2.0 + +### Minor Changes + +- [#25](https://github.com/MoonshotAI/kimi-code/pull/25) [`c4dd1c7`](https://github.com/MoonshotAI/kimi-code/commit/c4dd1c7ff298290ee17d4a6676f93284621f32e8) - Flatten tool call data by inlining tool names and arguments at the top level, and limit legacy record migration so it only rewrites matching tool call payloads. + +### Patch Changes + +- [#22](https://github.com/MoonshotAI/kimi-code/pull/22) [`2004aed`](https://github.com/MoonshotAI/kimi-code/commit/2004aedfe1d4e5e17762108bf48b7b9aa6d4e25b) - Add wire record migration handling during session replay. + +- [#24](https://github.com/MoonshotAI/kimi-code/pull/24) [`7858821`](https://github.com/MoonshotAI/kimi-code/commit/7858821f2f1fecc9de666780fc62434ca76dcc82) - Persist model selections from the terminal UI to the default configuration, and honor the configured default thinking state for new sessions. + +- [#14](https://github.com/MoonshotAI/kimi-code/pull/14) [`0da6073`](https://github.com/MoonshotAI/kimi-code/commit/0da60730b9716c39a07e8a3a0a320e3af7ad30fa) - Move wire metadata handling into the record layer and keep persistence backends limited to storage operations. + +- [#12](https://github.com/MoonshotAI/kimi-code/pull/12) [`89ea895`](https://github.com/MoonshotAI/kimi-code/commit/89ea8959eb9419d04e63645b4d89ca0e33f20d98) - Retry compaction responses that do not contain a summary before updating conversation history. + +- [#49](https://github.com/MoonshotAI/kimi-code/pull/49) [`cf2227e`](https://github.com/MoonshotAI/kimi-code/commit/cf2227e8a5222ad9bd1167b573b62599d0efd906) - Resume sessions with a newer wire protocol version instead of failing. A warning is now shown in the TUI and records are replayed without migration. + +- [#17](https://github.com/MoonshotAI/kimi-code/pull/17) [`bfbd522`](https://github.com/MoonshotAI/kimi-code/commit/bfbd522a7160e597d673550f09fd4af089bfde34) - Let Kimi requests use the remaining context window for completion tokens by default while keeping explicit environment limits as hard caps. + +- Updated dependencies [[`a200a29`](https://github.com/MoonshotAI/kimi-code/commit/a200a297ac8986ec4baa8d2cdc881ef71bc3abfc), [`c4dd1c7`](https://github.com/MoonshotAI/kimi-code/commit/c4dd1c7ff298290ee17d4a6676f93284621f32e8), [`df7a9ca`](https://github.com/MoonshotAI/kimi-code/commit/df7a9cab606e0f152bc45b1d1645d76210b1e0c4)]: + - @moonshot-ai/kosong@0.2.0 diff --git a/packages/agent-core/package.json b/packages/agent-core/package.json index bb5753e..0cd886f 100644 --- a/packages/agent-core/package.json +++ b/packages/agent-core/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/agent-core", - "version": "0.1.1", + "version": "0.2.0", "private": true, "description": "The unified agent engine for Kimi", "license": "MIT", diff --git a/packages/kosong/CHANGELOG.md b/packages/kosong/CHANGELOG.md new file mode 100644 index 0000000..fbc8442 --- /dev/null +++ b/packages/kosong/CHANGELOG.md @@ -0,0 +1,13 @@ +# @moonshot-ai/kosong + +## 0.2.0 + +### Minor Changes + +- [#30](https://github.com/MoonshotAI/kimi-code/pull/30) [`a200a29`](https://github.com/MoonshotAI/kimi-code/commit/a200a297ac8986ec4baa8d2cdc881ef71bc3abfc) - Add a `/connect` command that configures a provider and model from a model catalog. + +- [#25](https://github.com/MoonshotAI/kimi-code/pull/25) [`c4dd1c7`](https://github.com/MoonshotAI/kimi-code/commit/c4dd1c7ff298290ee17d4a6676f93284621f32e8) - Flatten tool call data by inlining tool names and arguments at the top level, and limit legacy record migration so it only rewrites matching tool call payloads. + +### Patch Changes + +- [#29](https://github.com/MoonshotAI/kimi-code/pull/29) [`df7a9ca`](https://github.com/MoonshotAI/kimi-code/commit/df7a9cab606e0f152bc45b1d1645d76210b1e0c4) - Avoid CPU spikes from large streamed tool arguments and coalesce high-frequency streaming UI updates. diff --git a/packages/kosong/package.json b/packages/kosong/package.json index 05aff88..6ed88e4 100644 --- a/packages/kosong/package.json +++ b/packages/kosong/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kosong", - "version": "0.1.1", + "version": "0.2.0", "private": true, "description": "The LLM abstraction layer for modern AI agent applications", "license": "MIT", diff --git a/packages/migration-legacy/CHANGELOG.md b/packages/migration-legacy/CHANGELOG.md new file mode 100644 index 0000000..df8c112 --- /dev/null +++ b/packages/migration-legacy/CHANGELOG.md @@ -0,0 +1,10 @@ +# @moonshot-ai/migration-legacy + +## 0.1.2 + +### Patch Changes + +- [#31](https://github.com/MoonshotAI/kimi-code/pull/31) [`475ebad`](https://github.com/MoonshotAI/kimi-code/commit/475ebadc2070e3b878789f6a89ce191b1bd957a9) - Migrate user skills from `~/.kimi/skills/` to `~/.kimi-code/skills/` during the first-launch migration; existing target skills are kept. + +- Updated dependencies [[`2004aed`](https://github.com/MoonshotAI/kimi-code/commit/2004aedfe1d4e5e17762108bf48b7b9aa6d4e25b), [`c4dd1c7`](https://github.com/MoonshotAI/kimi-code/commit/c4dd1c7ff298290ee17d4a6676f93284621f32e8), [`7858821`](https://github.com/MoonshotAI/kimi-code/commit/7858821f2f1fecc9de666780fc62434ca76dcc82), [`0da6073`](https://github.com/MoonshotAI/kimi-code/commit/0da60730b9716c39a07e8a3a0a320e3af7ad30fa), [`89ea895`](https://github.com/MoonshotAI/kimi-code/commit/89ea8959eb9419d04e63645b4d89ca0e33f20d98), [`cf2227e`](https://github.com/MoonshotAI/kimi-code/commit/cf2227e8a5222ad9bd1167b573b62599d0efd906), [`bfbd522`](https://github.com/MoonshotAI/kimi-code/commit/bfbd522a7160e597d673550f09fd4af089bfde34)]: + - @moonshot-ai/agent-core@0.2.0 diff --git a/packages/migration-legacy/package.json b/packages/migration-legacy/package.json index a54dd83..e3abdc8 100644 --- a/packages/migration-legacy/package.json +++ b/packages/migration-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/migration-legacy", - "version": "0.1.1", + "version": "0.1.2", "description": "Migrate kimi-cli (~/.kimi/) data into kimi-code (~/.kimi-code/).", "license": "MIT", "type": "module", diff --git a/packages/node-sdk/CHANGELOG.md b/packages/node-sdk/CHANGELOG.md new file mode 100644 index 0000000..8b7484c --- /dev/null +++ b/packages/node-sdk/CHANGELOG.md @@ -0,0 +1,13 @@ +# @moonshot-ai/kimi-code-sdk + +## 0.2.0 + +### Minor Changes + +- [#30](https://github.com/MoonshotAI/kimi-code/pull/30) [`a200a29`](https://github.com/MoonshotAI/kimi-code/commit/a200a297ac8986ec4baa8d2cdc881ef71bc3abfc) - Add a `/connect` command that configures a provider and model from a model catalog. + +### Patch Changes + +- [#33](https://github.com/MoonshotAI/kimi-code/pull/33) [`ab4bd09`](https://github.com/MoonshotAI/kimi-code/commit/ab4bd090825cffbd7ab656b47840b0060d6cf601) - Report the macOS product version in OAuth device information instead of the Darwin kernel version. + +- [#49](https://github.com/MoonshotAI/kimi-code/pull/49) [`cf2227e`](https://github.com/MoonshotAI/kimi-code/commit/cf2227e8a5222ad9bd1167b573b62599d0efd906) - Resume sessions with a newer wire protocol version instead of failing. A warning is now shown in the TUI and records are replayed without migration. diff --git a/packages/node-sdk/package.json b/packages/node-sdk/package.json index 0444c2e..6318f06 100644 --- a/packages/node-sdk/package.json +++ b/packages/node-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code-sdk", - "version": "0.1.1", + "version": "0.2.0", "private": true, "description": "TypeScript SDK for the Kimi Code Agent", "license": "MIT", diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md new file mode 100644 index 0000000..22941d4 --- /dev/null +++ b/packages/oauth/CHANGELOG.md @@ -0,0 +1,9 @@ +# @moonshot-ai/kimi-code-oauth + +## 0.1.2 + +### Patch Changes + +- [#52](https://github.com/MoonshotAI/kimi-code/pull/52) [`064343a`](https://github.com/MoonshotAI/kimi-code/commit/064343a6e565a525fbf38b3a1f70f7ff0235a5ed) - Correct the `X-Msh-Platform` header value to `kimi_code_cli`. + +- [#11](https://github.com/MoonshotAI/kimi-code/pull/11) [`15b018f`](https://github.com/MoonshotAI/kimi-code/commit/15b018fc84a36a9ebde598970e5b44bebe5d68c6) - Surface API-provided error messages during feedback, usage, login, and model setup failures. diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 5453da5..42bbfcd 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code-oauth", - "version": "0.1.1", + "version": "0.1.2", "private": true, "description": "Kimi OAuth toolkit for managed Kimi Code authentication", "license": "MIT",