kimi-code/docs
qer bca3024eab feat(plugins): hot-apply plugin changes to the current session on /plugins reload
`/plugins reload` now hot-loads newly installed or enabled plugin skills and
connects newly enabled MCP servers into the running session — no /new required.

- agent-core: add PluginManager.runtimeSnapshot() and
  Session.applyPluginRuntimeSnapshot(); re-render the main agent's system
  prompt and refresh builtin tools so new skills (and the Skill tool) appear;
  add McpConnectionManager.connect() for incremental, non-disruptive connects;
  make reloadPlugins session-scoped and keep apply failures from poisoning the
  plugin-load error state; report only servers that actually connected.
- node-sdk: reloadPlugins() returns the applied result (PluginReloadResult).
- kimi-code: /plugins reload reports what was applied and refreshes skill
  slash-commands; call-to-action points to a highlighted /plugins reload
  instead of /new.
- Disable/remove/update/sessionStart are not torn down live; reload flags this
  via needsNewSession.
- Tests, docs (en+zh), and a changeset.
2026-05-29 20:06:32 +08:00
..
.vitepress feat: add plugin manager and official plugins (#119) 2026-05-27 22:47:33 +08:00
en feat(plugins): hot-apply plugin changes to the current session on /plugins reload 2026-05-29 20:06:32 +08:00
media Kimi For Coding 2026-05-22 15:54:50 +08:00
public Kimi For Coding 2026-05-22 15:54:50 +08:00
zh feat(plugins): hot-apply plugin changes to the current session on /plugins reload 2026-05-29 20:06:32 +08:00
.gitignore Kimi For Coding 2026-05-22 15:54:50 +08:00
.npmrc Kimi For Coding 2026-05-22 15:54:50 +08:00
AGENTS.md feat: add plugin manager and official plugins (#119) 2026-05-27 22:47:33 +08:00
index.md Kimi For Coding 2026-05-22 15:54:50 +08:00
package.json Kimi For Coding 2026-05-22 15:54:50 +08:00
pnpm-lock.yaml Kimi For Coding 2026-05-22 15:54:50 +08:00