Conversation
Bump kimi-cli and kimi-code to 1.17.0, update CHANGELOG.md with release date, sync docs (MCP loading status, ACP authentication). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR prepares the kimi-cli / kimi-code 1.17.0 release by bumping package versions, updating release notes, and syncing documentation and the lockfile.
Changes:
- Bump
kimi-cliandkimi-codeversions to1.17.0(including dependency pin). - Add
1.17.0 (2026-03-03)entries to changelogs (root + docs, EN/ZH). - Update docs to document MCP loading status and ACP authentication; sync
uv.lock.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updates editable workspace package versions to 1.17.0. |
| pyproject.toml | Bumps kimi-cli project version to 1.17.0. |
| packages/kimi-code/pyproject.toml | Bumps kimi-code version and pins kimi-cli==1.17.0. |
| CHANGELOG.md | Adds 1.17.0 section/date and moves release bullets under it. |
| docs/en/release-notes/changelog.md | Adds 1.17.0 section/date for English docs. |
| docs/zh/release-notes/changelog.md | Adds 1.17.0 section/date for Chinese docs. |
| docs/en/customization/mcp.md | Documents MCP connection loading status. |
| docs/zh/customization/mcp.md | Documents MCP connection loading status (ZH). |
| docs/en/reference/kimi-acp.md | Documents ACP authentication requirement behavior. |
| docs/zh/reference/kimi-acp.md | Documents ACP authentication requirement behavior (ZH). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## Loading status | ||
|
|
||
| When Kimi Code CLI starts and connects to MCP servers, shell mode displays a "Connecting to MCP servers..." loading indicator before the first response. The web interface also shows a corresponding status message. The indicator disappears automatically once connections are established. |
There was a problem hiding this comment.
The docs quote the loading message as "Connecting to MCP servers...", but the web UI uses an ellipsis character ("Connecting to MCP servers…") while the shell uses three dots. To avoid drifting from the actual UI text, consider not quoting the exact punctuation (or document the two exact strings separately).
| When Kimi Code CLI starts and connects to MCP servers, shell mode displays a "Connecting to MCP servers..." loading indicator before the first response. The web interface also shows a corresponding status message. The indicator disappears automatically once connections are established. | |
| When Kimi Code CLI starts and connects to MCP servers, shell mode displays a loading indicator showing that it is connecting to MCP servers before the first response. The web interface also shows a corresponding status message. The indicator disappears automatically once connections are established. |
|
|
||
| ## 加载状态 | ||
|
|
||
| 当 Kimi Code CLI 启动并连接 MCP 服务器时,Shell 模式会在首次响应前显示 "Connecting to MCP servers..." 加载指示器,Web 界面也会显示相应的加载状态提示。连接完成后指示器自动消失。 |
There was a problem hiding this comment.
这里引用了加载提示文案为 "Connecting to MCP servers...",但实际 Web UI 使用的是省略号字符("Connecting to MCP servers…"),而 Shell 是三个点。建议避免在文档中精确引用标点(或分别注明 Shell/Web 的精确字符串),以免与实现不一致。
| 当 Kimi Code CLI 启动并连接 MCP 服务器时,Shell 模式会在首次响应前显示 "Connecting to MCP servers..." 加载指示器,Web 界面也会显示相应的加载状态提示。连接完成后指示器自动消失。 | |
| 当 Kimi Code CLI 启动并连接 MCP 服务器时,Shell 模式会在首次响应前显示连接 MCP 服务器的加载指示器,Web 界面也会显示相应的加载状态提示。连接完成后指示器自动消失。 |
Summary
kimi-cliandkimi-codeversion from 1.16.0 to 1.17.0CHANGELOG.mdwith 1.17.0 release date (2026-03-03) and move entries from Unreleaseduv.lockChanges since 1.16.0
/exportand/importcommands for session context/compactinstructions and ratio-based auto-compactionTest plan
pyproject.tomlversions are correct (1.17.0)kimi-codedependency matches (kimi-cli==1.17.0)