chore: translate and polish pending changeset entries - #3674
Conversation
|
| Name | Type |
|---|---|
| @moonshot-ai/kimi-code | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6503ba9f89
ℹ️ 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".
| "@moonshot-ai/kimi-code": minor | ||
| --- | ||
|
|
||
| Improve the experimental Updates panel: remind the agent to post progress updates after long silent stretches, group the panel into per-agent channels with Ctrl+N keyboard navigation, and mirror subagent delegations into the panel; enable it with `KIMI_CODE_EXPERIMENTAL_NOTIFY_USER=1`. |
There was a problem hiding this comment.
Preserve the Updates-panel follow-up entry
The surviving notify-user-panel.md only announces paginated progress messages, while this entry covers separately shipped, user-visible behavior from 0b67511: automatic reminders after silent stretches, per-agent channels and keyboard navigation, and mirrored delegations. Deleting it causes the generated 0.42 changelog to omit those enhancements rather than removing a redundant description; retain a concise changeset for them.
AGENTS.md reference: AGENTS.md:L86-L88
Useful? React with 👍 / 👎.
| "@moonshot-ai/kimi-code": minor | ||
| --- | ||
|
|
||
| Add session deletion to the server API via `POST /api/v1/sessions/{id}:delete`. |
There was a problem hiding this comment.
Preserve the server API changeset
The surviving session-delete-context-menu.md describes only the web context-menu workflow, whereas this deleted entry announces the independently consumable REST endpoint added to the generated OpenAPI surface by fa87d04. For users integrating with kap-server, a web UI note does not disclose that POST /api/v1/sessions/{session_id}:delete is now available, so keep a concise API changeset rather than treating the entries as duplicates.
AGENTS.md reference: AGENTS.md:L86-L88
Useful? React with 👍 / 👎.
Related Issue
N/A — wording cleanup of pending changesets before the 0.42.0 release.
Problem
Two pending changeset entries were written in Chinese, but changeset entries must be English; they blocked the changelog preview for the open release PR (#3574). Two other entries were redundant next to entries announcing the same surface, and the experimental-to-GA entries used inconsistent phrasing.
What changed
notify-user-panel.md.No behavior changes. After this merges, the changesets action will regenerate the changelog in the release PR (#3574).
Checklist
gen-changesetsskill, or this PR needs no changeset. (No new changeset — this PR only edits pending changeset text)gen-docsskill, or this PR needs no doc update. (No behavior change)