docs(changelog): sync 2.0.2 from apps/kimi-code/CHANGELOG.md - #3936
Conversation
|
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b16c0a507a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| - Each section has the same number of entries on both pages. | ||
| - Within each section, the most valuable, obvious, and larger entries appear before smaller or narrower entries. | ||
| - Low-signal entries were collapsed into the single catch-all line, placed last under `Bug Fixes` — or under `Polish` when nothing folded is a fix (both the reader-action test and the channel test applied); the catch-all wording matches what was folded and never claims fixes that did not happen; section sizes stay within the density defaults (about 2 Polish, 3 Bug Fixes) unless extra qualifying entries were deliberately kept and flagged for review. The catch-all line ends with the upstream changelog pointer (file link, no version anchor). | ||
| - Entry count decided the curation level: a version range with 10 or fewer upstream entries lists everything classified, with no catch-all line (fold/merge decisions deferred to the review checkpoint); with more than 10, low-signal entries were collapsed into the single catch-all line, placed last under `Bug Fixes` — or under `Polish` when nothing folded is a fix (both the reader-action test and the channel test applied); the catch-all wording matches what was folded and never claims fixes that did not happen; section sizes stay within the density defaults (about 2 Polish, 3 Bug Fixes) unless extra qualifying entries were deliberately kept and flagged for review. The catch-all line ends with the upstream changelog pointer (file link, no version anchor). |
There was a problem hiding this comment.
Allow reviewer-requested curation to pass verification
When a reviewer chooses “Review first” and asks to merge, fold, or drop one of these ≤10 entries, step 365 sends the workflow back through this check, which now requires every entry to remain listed and forbids a catch-all. The advertised reviewer decision therefore cannot pass the skill's own verification; make this requirement apply only before the checkpoint or explicitly permit reviewer-approved curation.
Useful? React with 👍 / 👎.
|
|
||
| ### 修复 | ||
|
|
||
| - 修复切换到上下文窗口更小的模型后 compaction 失败的问题。 |
There was a problem hiding this comment.
Translate compaction in the Chinese entry
The Chinese changelog leaves the ordinary product concept compaction untranslated even though this documentation consistently calls it “上下文压缩” or “压缩” elsewhere. This makes the localized entry unnecessarily unclear and inconsistent; use the established Chinese term while preserving only actual identifiers in English.
AGENTS.md reference: docs/AGENTS.md:L18-L21
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The workflow has contradictory small-batch rules, and one translation adds detail absent from the English source.
Get a fresh assessment by requesting another Copilot review.
Review effort: Balanced
Findings: 2
Open (2)
What changed in this PR
Syncs the published 2.0.2 release into the bilingual documentation and updates the changelog workflow.
Changes:
- Adds five English and Chinese changelog entries.
- Defers curation for small release batches to human review.
- Updates verification and review instructions.
| File | Description |
|---|---|
docs/en/release-notes/changelog.md |
Adds the English 2.0.2 release notes. |
docs/zh/release-notes/changelog.md |
Adds the Chinese translation. |
.agents/skills/sync-changelog/SKILL.md |
Revises small-batch curation rules. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| - Each section has the same number of entries on both pages. | ||
| - Within each section, the most valuable, obvious, and larger entries appear before smaller or narrower entries. | ||
| - Low-signal entries were collapsed into the single catch-all line, placed last under `Bug Fixes` — or under `Polish` when nothing folded is a fix (both the reader-action test and the channel test applied); the catch-all wording matches what was folded and never claims fixes that did not happen; section sizes stay within the density defaults (about 2 Polish, 3 Bug Fixes) unless extra qualifying entries were deliberately kept and flagged for review. The catch-all line ends with the upstream changelog pointer (file link, no version anchor). | ||
| - Entry count decided the curation level: a version range with 10 or fewer upstream entries lists everything classified, with no catch-all line (fold/merge decisions deferred to the review checkpoint); with more than 10, low-signal entries were collapsed into the single catch-all line, placed last under `Bug Fixes` — or under `Polish` when nothing folded is a fix (both the reader-action test and the channel test applied); the catch-all wording matches what was folded and never claims fixes that did not happen; section sizes stay within the density defaults (about 2 Polish, 3 Bug Fixes) unless extra qualifying entries were deliberately kept and flagged for review. The catch-all line ends with the upstream changelog pointer (file link, no version anchor). |
|
|
||
| ### 优化 | ||
|
|
||
| - 优化系统提示词:Agent 不再假设当前工作目录就是项目根目录。 |

Related Issue
N/A — post-release docs maintenance
Problem
The docs-site changelog has not yet been synced for
2.0.2after the npm release.What changed
2.0.2fromapps/kimi-code/CHANGELOG.mdintodocs/en/release-notes/changelog.md: all 5 upstream entries listed in full (1 Polish, 4 Bug Fixes), PR links / commit hashes /Thanks ...!credits strippeddocs/zh/release-notes/changelog.mdsync-changelogskill: a version range with 10 or fewer upstream entries is now listed in full, with fold/merge/drop decisions deferred to the user at the review checkpointnpm run buildindocs/)Checklist
gen-changesetsskill, or this PR needs no changeset. (No changeset — docs sync is out of bundle)gen-docsskill, or this PR needs no doc update. (This PR is the dedicated changelog sync)