diff --git a/.changeset/database-config-section.md b/.changeset/database-config-section.md index 2fda8b7849..7aaa8aba89 100644 --- a/.changeset/database-config-section.md +++ b/.changeset/database-config-section.md @@ -2,4 +2,4 @@ "@moonshot-ai/kimi-code": patch --- -minidb 读模型和全局搜索 worker 目前从实验特性转换为正式特性引入。 +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. diff --git a/.changeset/notify-updates-channels.md b/.changeset/notify-updates-channels.md deleted file mode 100644 index 848d80a99f..0000000000 --- a/.changeset/notify-updates-channels.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@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`. diff --git a/.changeset/remote-control-always-available.md b/.changeset/remote-control-always-available.md index 5f695fb81e..43737693b4 100644 --- a/.changeset/remote-control-always-available.md +++ b/.changeset/remote-control-always-available.md @@ -2,4 +2,4 @@ "@moonshot-ai/kimi-code": patch --- -Remote Control 目前从实验特性转换为正式特性引入。 +Remote Control is now always on; the experimental `KIMI_CODE_EXPERIMENTAL_REMOTE_CONTROL` flag has been removed. diff --git a/.changeset/session-delete-action.md b/.changeset/session-delete-action.md deleted file mode 100644 index b286a998e5..0000000000 --- a/.changeset/session-delete-action.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Add session deletion to the server API via `POST /api/v1/sessions/{id}:delete`. diff --git a/.changeset/tower-mode-fixes.md b/.changeset/tower-mode-fixes.md index de491b9b52..5e280a7f51 100644 --- a/.changeset/tower-mode-fixes.md +++ b/.changeset/tower-mode-fixes.md @@ -2,4 +2,4 @@ "@moonshot-ai/kimi-code": patch --- -Tower worker and reviewer briefings now carry the mission's user-verbatim context, and reviewers also see the full mission text and the worker's review request. Tower worker and reviewer agent timeouts now follow the subagent timeout setting (`[subagent] timeout_ms` or `KIMI_SUBAGENT_TIMEOUT_MS`), still defaulting to 2 hours. Fix the /tasks list not showing the model for tower-spawned worker and reviewer agents. +Tower worker and reviewer briefings now carry the full mission context, and tower agent timeouts follow the subagent timeout setting (`[subagent] timeout_ms` or `KIMI_SUBAGENT_TIMEOUT_MS`), defaulting to 2 hours. Fix the /tasks list not showing the model for tower-spawned agents.