kimi-code/docs/zh/customization
qer 75fe068a01
fix(cli): stabilize built-in capability installation (#2601)
* fix(cli): show built-in capabilities before the first session exists

The lazy-session refactor left capability calls going through
requireSession(), so on a session-less v2 startup /plugins reported the
capabilities unavailable and hid the built-in rows behind the promo.
Like plugin management, capability readiness and installs are app-global
on the v2 engine: the node-sdk harness gains a capability facade over
the global channel, and the TUI resolves session-or-harness for every
capability call.

* fix(cli): count the dev marketplace server as the default catalog

dev.mjs always points KIMI_CODE_PLUGIN_MARKETPLACE_URL at its own
repo-serving server, which the override gate mistook for a user-configured
marketplace and suppressed the built-in capability rows in every dev run.
The dev server now marks itself, and the gate treats that marked URL as
the default catalog while still honoring real overrides (slash-command
source, user-set env, KIMI_CODE_DEV_MARKETPLACE_URL).

* fix(cli): align built-in capability updates
2026-08-05 14:55:04 +08:00
..
agents.md docs: clarify secondary model default binding and override precedence (#2553) 2026-08-03 15:42:09 +08:00
datasource.md docs: restore Kimi Datasource legacy pages (#557) 2026-06-08 22:33:18 +08:00
hooks.md docs: polish the 0.32.0 changelog and fill 0.32.0 doc gaps (#2594) 2026-08-04 16:31:25 +08:00
mcp.md feat: add global default MCP server timeout configs (#2065) 2026-07-23 12:41:08 +08:00
plugins.md fix(cli): stabilize built-in capability installation (#2601) 2026-08-05 14:55:04 +08:00
skills.md feat(agent-core-v2): add custom agent identity (#2573) 2026-08-04 22:35:15 +08:00
themes.md feat: add shell mode (!) to the CLI (#1079) 2026-06-25 21:24:53 +08:00