diff --git a/.changeset/mcp-global-timeouts.md b/.changeset/mcp-global-timeouts.md deleted file mode 100644 index b2eb35c9d8..0000000000 --- a/.changeset/mcp-global-timeouts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add global default MCP server timeouts in `config.toml` and env vars. diff --git a/.changeset/reasoning-field-dialect.md b/.changeset/reasoning-field-dialect.md deleted file mode 100644 index cb547a939d..0000000000 --- a/.changeset/reasoning-field-dialect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix loss of thinking content with OpenAI-compatible endpoints that return reasoning under a different field name (e.g. newer vLLM); the reasoning field is now detected per endpoint and echoed back on follow-up requests. diff --git a/.changeset/remove-superpowers-tip.md b/.changeset/remove-superpowers-tip.md deleted file mode 100644 index 59ba5fb9a6..0000000000 --- a/.changeset/remove-superpowers-tip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Remove the toolbar tip that suggested trying the "superpowers" plugin. diff --git a/.changeset/subagent-secondary-model.md b/.changeset/subagent-secondary-model.md deleted file mode 100644 index c413ac098e..0000000000 --- a/.changeset/subagent-secondary-model.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add experimental secondary-model bindings for newly spawned subagents, including per-agent model preferences and subagent-only model overrides. diff --git a/.changeset/web-services-env-config.md b/.changeset/web-services-env-config.md deleted file mode 100644 index 84e2e54728..0000000000 --- a/.changeset/web-services-env-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add environment variables to configure the web search and web fetch services without OAuth login. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 7d21def215..33cfee6e21 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,19 @@ # @moonshot-ai/kimi-code +## 0.29.1 + +### Patch Changes + +- [#2065](https://github.com/MoonshotAI/kimi-code/pull/2065) [`527d485`](https://github.com/MoonshotAI/kimi-code/commit/527d485d9296fe20f473a4a578d9e6a499c20cd9) Thanks [@7Sageer](https://github.com/7Sageer)! - Add global default MCP server timeouts in `config.toml` and env vars. + +- [#2104](https://github.com/MoonshotAI/kimi-code/pull/2104) [`66f611a`](https://github.com/MoonshotAI/kimi-code/commit/66f611aae99887ad2076aa3482a0df5e415d3511) Thanks [@RealKai42](https://github.com/RealKai42)! - Fix loss of thinking content with OpenAI-compatible endpoints that return reasoning under a different field name (e.g. newer vLLM); the reasoning field is now detected per endpoint and echoed back on follow-up requests. + +- [#2089](https://github.com/MoonshotAI/kimi-code/pull/2089) [`ca38b7e`](https://github.com/MoonshotAI/kimi-code/commit/ca38b7ed864ad5fa2b2e3c8b96d8a7b10a734445) Thanks [@liruifengv](https://github.com/liruifengv)! - Remove the toolbar tip that suggested trying the "superpowers" plugin. + +- [#2064](https://github.com/MoonshotAI/kimi-code/pull/2064) [`7b62ed5`](https://github.com/MoonshotAI/kimi-code/commit/7b62ed5b2c2709719f360c01a2f513dee34ae179) Thanks [@7Sageer](https://github.com/7Sageer)! - Add experimental secondary-model bindings for newly spawned subagents, including per-agent model preferences and subagent-only model overrides. + +- [#2096](https://github.com/MoonshotAI/kimi-code/pull/2096) [`5fdbdb4`](https://github.com/MoonshotAI/kimi-code/commit/5fdbdb4a22b86ae6f7ba7c775741689aaaf215f0) Thanks [@7Sageer](https://github.com/7Sageer)! - Add environment variables to configure the web search and web fetch services without OAuth login. + ## 0.29.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 13b9c64c34..7f15f7ff8d 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.29.0", + "version": "0.29.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI",