From 7a631522fb913a117664efaaa6c6806bc2b658ce Mon Sep 17 00:00:00 2001 From: liruifengv Date: Wed, 5 Aug 2026 16:08:42 +0800 Subject: [PATCH] chore(changeset): trim the v2 engine entry and drop the custom identity entry (#2634) --- .changeset/custom-agent-identity.md | 5 ----- .changeset/default-v2-engine-cli.md | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .changeset/custom-agent-identity.md diff --git a/.changeset/custom-agent-identity.md b/.changeset/custom-agent-identity.md deleted file mode 100644 index b008816ef..000000000 --- a/.changeset/custom-agent-identity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": minor ---- - -Add a custom agent identity, plus a switch for the built-in skills that document Kimi Code itself. Set `[identity] name` in `config.toml` (or `KIMI_CODE_IDENTITY_NAME`) to change the name the agent uses for itself and the identifier it presents to third-party providers and MCP servers; set `builtin_product_skills = false` to drop the product-documentation skills. diff --git a/.changeset/default-v2-engine-cli.md b/.changeset/default-v2-engine-cli.md index cab868c44..f73e79a14 100644 --- a/.changeset/default-v2-engine-cli.md +++ b/.changeset/default-v2-engine-cli.md @@ -2,4 +2,4 @@ "@moonshot-ai/kimi-code": minor --- -Run the CLI surfaces (interactive TUI, `kimi -p`, `kimi doctor`, `kimi acp`, `kimi export`, `kimi provider`) on the agent-core-v2 engine by default, and drop the experimental `kimi acp-v2` command now that `kimi acp` uses the new engine directly. Set `KIMI_CODE_LEGACY_FLAG=1` to fall back to the legacy engine. +Run the CLI surfaces (interactive TUI, `kimi -p`, `kimi acp`, `kimi export`, `kimi provider`) on the agent-core-v2 engine by default. Set `KIMI_CODE_LEGACY_FLAG=1` to fall back to the legacy engine.