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.