Skip to content

docs(changelog): sync 0.42.0 from apps/kimi-code/CHANGELOG.md - #3675

Merged
liruifengv merged 3 commits into
mainfrom
docs/changelog-sync-0.42.0
Sep 9, 2026
Merged

docs(changelog): sync 0.42.0 from apps/kimi-code/CHANGELOG.md#3675
liruifengv merged 3 commits into
mainfrom
docs/changelog-sync-0.42.0

Conversation

@liruifengv

Copy link
Copy Markdown
Collaborator

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

  • Synced 0.42.0 from apps/kimi-code/CHANGELOG.md into docs/en/release-notes/changelog.md
  • Translated the new English increment into docs/zh/release-notes/changelog.md
  • Curation: kept 5 Features / 5 Polish entries that pass the reader-action and channel gates; folded 23 low-signal entries into the catch-all line; no standalone Bug Fixes survived (none required a habit, config, or workaround update)
  • Verified with npm run build in docs/

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • I have added tests that prove my feature works. (N/A — docs-only sync)
  • Ran gen-changesets skill, or this PR needs no changeset. (No changeset — docs sync is out of bundle)
  • Ran gen-docs skill, or this PR needs no doc update. (This PR is the dedicated changelog sync)

@changeset-bot

changeset-bot Bot commented Sep 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 0c17d75

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

@pkg-pr-new

pkg-pr-new Bot commented Sep 9, 2026

Copy link
Copy Markdown
pnpm dlx https://pkg.pr.new/@moonshot-ai/kimi-code@0c17d75
npx https://pkg.pr.new/@moonshot-ai/kimi-code@0c17d75

commit: 0c17d75

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread docs/en/release-notes/changelog.md Outdated

### 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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Comment thread docs/en/release-notes/changelog.md Outdated
- 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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

@liruifengv
liruifengv merged commit 4954fab into main Sep 9, 2026
15 checks passed
@liruifengv
liruifengv deleted the docs/changelog-sync-0.42.0 branch September 9, 2026 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant