docs(changelog): sync 0.11.0 and 0.10.1 from apps/kimi-code/CHANGELOG.md#488
Conversation
|
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: eb47aa0ab3
ℹ️ 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".
| - 修复编辑或粘贴已排队目标时的待处理目标队列处理。 | ||
| - 在 YOLO 模式下启动目标前进行询问,方便用户切换到 Auto 来处理无人值守工作。 | ||
| - 当响应在产生可见输出前被拦截时,显示简洁的供应商过滤错误。 | ||
| - 输入无效子命令时显示 “unknown command” 而不是 “too many arguments”。 |
There was a problem hiding this comment.
Replace curly quotes in Chinese changelog
docs/AGENTS.md requires Chinese docs to use straight double quotes with spaces for quoted content, not curly quotes. This new release-note entry introduces curly quotes around the command-output strings, leaving the changelog inconsistent with the documented locale style; please change them to straight quoted text such as "unknown command" / "too many arguments" or inline code consistently.
Useful? React with 👍 / 👎.
Related Issue
Resolve N/A — no prior issue; this is a docs-only sync from the published CLI changelog.
Problem
The docs release notes had not yet captured the published
0.11.0and0.10.1CLI releases fromapps/kimi-code/CHANGELOG.md.What changed
0.11.0and0.10.1release sections todocs/en/release-notes/changelog.md.docs/zh/release-notes/changelog.md.Validation
git diff --checkpnpm -C docs run buildChecklist
pnpm -C docs run build.gen-docsrun required.