Skip to content

docs: update evolution banner to announce rebuilt CLI release#2393

Merged
RealKai42 merged 1 commit into
mainfrom
docs/banner-rebuild-release
May 28, 2026
Merged

docs: update evolution banner to announce rebuilt CLI release#2393
RealKai42 merged 1 commit into
mainfrom
docs/banner-rebuild-release

Conversation

@RealKai42

@RealKai42 RealKai42 commented May 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • 把文档站顶部 banner 文案从「Kimi Code CLI 已升级为 Kimi Code」改为宣告重构升级版发布
  • 中英文两个版本同步更新;链接保持指向 MoonshotAI/kimi-code

Test plan

  • 本地起 bun run docs:dev,确认中文与英文站点 banner 文案显示正确
  • 点击 banner 跳转链接仍正常
  • 关闭按钮仍可隐藏 banner,刷新后保持隐藏

Summary

  • Changed the banner copy at the top of the documentation site from "Kimi Code CLI has been upgraded to Kimi Code" to announce the release of the reconstructed and upgraded version
  • Both Chinese and English versions are updated simultaneously; the link remains pointing to MoonshotAI/kimi-code

Test plan

  • Run bun run docs:dev locally to confirm that the Chinese and English site banner copywriting is displayed correctly
  • Clicking the banner to jump to the link is still normal
  • The close button can still hide the banner, and it will remain hidden after refreshing.

Copilot AI review requested due to automatic review settings May 28, 2026 15:26
@RealKai42 RealKai42 added this pull request to the merge queue May 28, 2026
Merged via the queue into main with commit a5dbf3d May 28, 2026
6 of 7 checks passed
@RealKai42 RealKai42 deleted the docs/banner-rebuild-release branch May 28, 2026 15:27

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the documentation site's top evolution banner copy in both Chinese and English to announce a rebuilt/upgraded release of Kimi Code CLI, while keeping the existing link target unchanged.

Changes:

  • Updated Chinese banner text to announce the rebuilt/upgraded release
  • Updated English banner text correspondingly
  • Replaced the arrow character with an emoji arrow (➡️)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e26fa5e50a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +44 to +45
? 'Kimi Code CLI 重构升级版已发布,迭代更快 了解更多➡️'
: 'Kimi Code CLI rebuilt & upgraded version released — faster iterations. Learn more ➡️',

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Reset dismissal state for the new announcement

Users who previously dismissed the old evolution banner will never see this new release announcement, because the component still reads the same kimi-cli-evolution-banner-dismissed localStorage key and suppresses the banner before rendering the updated copy. Since this change is meant to announce a new rebuilt CLI release, bumping/versioning the dismissal key (or otherwise invalidating the old dismissal) is needed for those returning docs visitors to see it.

Useful? React with 👍 / 👎.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

isZh.value
? 'Kimi Code CLI 已升级为 Kimi Code,了解更多 →'
: 'Kimi Code CLI is evolving into Kimi Code. Learn more ',
? 'Kimi Code CLI 重构升级版已发布,迭代更快 了解更多➡️'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Triple spaces in Chinese banner text will collapse to a single space in HTML rendering

The Chinese message on line 44 contains three consecutive spaces (迭代更快 了解更多➡️) that appear intended to create visual separation. However, the text is rendered inside an <a> element (docs/.vitepress/theme/EvolutionBanner.vue:52-59) with no white-space: pre or similar CSS property, so HTML whitespace collapsing will reduce them to a single space, making the separator invisible.

Suggested change
? 'Kimi Code CLI 重构升级版已发布,迭代更快 了解更多➡️'
? 'Kimi Code CLI 重构升级版已发布,迭代更快 · 了解更多➡️'
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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