docs(changelog): sync 0.4.0 from apps/kimi-code/CHANGELOG.md - #125
Merged
Conversation
|
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
No linked issue — this is a post-release docs sync. See the next section.
Problem
@moonshot-ai/kimi-code@0.4.0has shipped to npm, but the docs site (docs/en/release-notes/changelog.mdanddocs/zh/release-notes/changelog.md) still stops at0.3.0. Users browsing the changelog page do not see the new release.What changed
Synced the new
0.4.0block fromapps/kimi-code/CHANGELOG.mdinto the docs-site changelog for both locales, following.agents/skills/sync-changelog/SKILL.md.For each upstream entry I stripped the PR link and commit-hash decoration, then classified by the commit prefix (
feat:→ Features,fix:→ Bug Fixes,refactor:→ Refactors). Thekimi exportmanifest enhancement was placed under Other because it is a behind-the-scenes manifest tweak rather than a primary user-visible feature.The Chinese page mirrors the English page 1:1 on versions, sections, section order, and entry counts. Translation follows the glossary and typography rules in
docs/AGENTS.md(TUI→终端界面,subagent→子 Agent,Thinkingkept as a proper noun, full-width punctuation, spaces between Chinese and English,plugin/MCP server/manifestleft in English to matchdocs/zh/customization/plugins.md). The[#1](issue link)artifact that changesets accidentally injected inside the paste-marker code span was stripped so the example reads as the intended literal[paste #1 +15 lines].Verified with
npm run buildinsidedocs/— the VitePress build completes cleanly. Section sets and entry counts between EN and ZH were script-checked to match.Upstream
apps/kimi-code/CHANGELOG.mdis unchanged; per the skill, docs sync does not produce a changeset.Checklist
gen-changesetsskill, or this PR needs no changeset. (Docs-sync PRs do not enter the changeset bundle, persync-changelogskill.)gen-docsskill, or this PR needs no doc update. (This PR is the doc update.)