docs(changelog): sync 0.42.0 from apps/kimi-code/CHANGELOG.md - #3675
Conversation
|
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 485006bd05
ℹ️ 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".
|
|
||
| ### Features | ||
|
|
||
| - Remote Control is now always on; the experimental `KIMI_CODE_EXPERIMENTAL_REMOTE_CONTROL` flag has been removed. See [Remote Control](../guides/remote-control.md) for details. |
There was a problem hiding this comment.
Describe Remote Control as always available
Calling Remote Control “always on” tells English readers that upgrading automatically starts a remote-access connection, but docs/en/guides/remote-control.md lines 3 and 15–21 require the user to explicitly run kimi rc, kimi web --remote-control, or /remote-control; this release merely removes the experimental gate. The Chinese entry already conveys the narrower meaning, so change the English wording to “always available” or “no longer requires the experimental flag.”
AGENTS.md reference: docs/AGENTS.md:L18-L21
Useful? React with 👍 / 👎.
| - Upgrade the default thinking effort to the recommended level for eligible users. | ||
| - The subagent model pool (`[secondary_model]`) is now always on; the experimental secondary-model flag and the `KIMI_CODE_EXPERIMENTAL_SECONDARY_MODEL` opt-out have been removed. | ||
| - Add configurable character limits and resumable long-line file reads without repeated output truncation; see [`read`](../configuration/config-files.md#read) for details. | ||
| - The minidb session-index read model and global search worker are now always on; the experimental flags have been replaced by the `[database]` config section and the `KIMI_CODE_PERSISTENCE_MINIDB_READMODEL` / `KIMI_CODE_SEARCH_WORKER` env vars; see [`database`](../configuration/config-files.md#database) for details. |
There was a problem hiding this comment.
Describe the database backends as enabled by default
Saying these backends are “always on” contradicts the linked configuration documentation: docs/en/configuration/config-files.md lines 464–471 defines [database].base and [database].search as kill switches, and both can be set to false through config or the listed environment variables. Users who need the legacy read model or in-process search worker may therefore wrongly conclude that opting out is impossible; describe them as enabled by default instead, in both locales.
AGENTS.md reference: docs/AGENTS.md:L18-L21
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0c17d75f80
ℹ️ 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".
|
|
||
| ### Features | ||
|
|
||
| - Remote Control is now always on; the experimental `KIMI_CODE_EXPERIMENTAL_REMOTE_CONTROL` flag has been removed. See [Remote Control](https://moonshotai.github.io/kimi-code/guides/remote-control.html) for details. |
There was a problem hiding this comment.
Include
/en/ in the English documentation URLs
The GitHub Pages site mounts English content under /en/ in docs/.vitepress/config.ts, and no pages exist at the root /guides or /configuration routes, so this URL leads to a nonexistent page. The two new configuration links on lines 24–25 omit /en/ as well, leaving all three English cross-references broken; add the locale segment or retain relative links.
AGENTS.md reference: docs/AGENTS.md:L21-L21
Useful? React with 👍 / 👎.
Related Issue
N/A — post-release docs maintenance
Problem
The docs-site changelog has not yet been synced for 0.42.0 after the npm release.
What changed
apps/kimi-code/CHANGELOG.mdintodocs/en/release-notes/changelog.mddocs/zh/release-notes/changelog.mdnpm 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)