Skip to content

chore: bump version to 1.17.0#1331

Merged
RealKai42 merged 1 commit intomainfrom
bump-1.17.0
Mar 3, 2026
Merged

chore: bump version to 1.17.0#1331
RealKai42 merged 1 commit intomainfrom
bump-1.17.0

Conversation

@RealKai42
Copy link
Copy Markdown
Collaborator

@RealKai42 RealKai42 commented Mar 3, 2026

Summary

  • Bump kimi-cli and kimi-code version from 1.16.0 to 1.17.0
  • Update CHANGELOG.md with 1.17.0 release date (2026-03-03) and move entries from Unreleased
  • Sync Chinese changelog with version header
  • Update docs: add MCP loading status section, ACP authentication section (both en/zh)
  • Sync uv.lock

Changes since 1.16.0

  • feat: add /export and /import commands for session context
  • feat(shell): show context token usage in status bar
  • feat(shell): rotate keyboard shortcut tips
  • feat(mcp): show MCP loading status before first response
  • fix(toolbar): fix scrollable file list overflow
  • feat(compaction): custom /compact instructions and ratio-based auto-compaction
  • feat(auth): terminal authentication methods and checks
  • feat(web): Cmd+Click on new-session buttons
  • feat(web): todo list display in prompt toolbar
  • feat(acp): protocol version negotiation and session/resume

Test plan

  • Verify pyproject.toml versions are correct (1.17.0)
  • Verify kimi-code dependency matches (kimi-cli==1.17.0)
  • Verify CHANGELOG.md has correct release date
  • Verify docs render correctly
  • CI passes

Open with Devin

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>
Copilot AI review requested due to automatic review settings March 3, 2026 15:22
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 3 additional findings.

Open in Devin Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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-cli and kimi-code versions to 1.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.
Copy link

Copilot AI Mar 3, 2026

Choose a reason for hiding this comment

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

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).

Suggested change
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.

Copilot uses AI. Check for mistakes.

## 加载状态

当 Kimi Code CLI 启动并连接 MCP 服务器时,Shell 模式会在首次响应前显示 "Connecting to MCP servers..." 加载指示器,Web 界面也会显示相应的加载状态提示。连接完成后指示器自动消失。
Copy link

Copilot AI Mar 3, 2026

Choose a reason for hiding this comment

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

这里引用了加载提示文案为 "Connecting to MCP servers...",但实际 Web UI 使用的是省略号字符("Connecting to MCP servers…"),而 Shell 是三个点。建议避免在文档中精确引用标点(或分别注明 Shell/Web 的精确字符串),以免与实现不一致。

Suggested change
当 Kimi Code CLI 启动并连接 MCP 服务器时,Shell 模式会在首次响应前显示 "Connecting to MCP servers..." 加载指示器,Web 界面也会显示相应的加载状态提示。连接完成后指示器自动消失。
当 Kimi Code CLI 启动并连接 MCP 服务器时,Shell 模式会在首次响应前显示连接 MCP 服务器的加载指示器,Web 界面也会显示相应的加载状态提示。连接完成后指示器自动消失。

Copilot uses AI. Check for mistakes.
@RealKai42 RealKai42 merged commit a3538ff into main Mar 3, 2026
42 checks passed
@RealKai42 RealKai42 deleted the bump-1.17.0 branch March 3, 2026 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants