mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
chore: tighten plugin reload changeset
This commit is contained in:
parent
e0fc42449a
commit
b53aef0c75
1 changed files with 1 additions and 3 deletions
|
|
@ -4,6 +4,4 @@
|
|||
"@moonshot-ai/kimi-code": minor
|
||||
---
|
||||
|
||||
`/plugins reload` now hot-applies plugin changes to the current session — no `/new` required. Newly installed or enabled plugin skills load immediately (the main agent's skill list and `Skill` tool are refreshed) and newly enabled plugin MCP servers are connected. Disable, remove, update, and `sessionStart` changes are not torn down in a running session; reload reports when a new session is still needed to fully apply them.
|
||||
|
||||
Adds `PluginManager.runtimeSnapshot()` and `Session.applyPluginRuntimeSnapshot()` in `agent-core`; the SDK's `reloadPlugins()` now returns the applied result (`PluginReloadResult` / `PluginRuntimeApplyResult`).
|
||||
`/plugins reload` can now apply newly enabled plugin skills and MCP servers to the current session while reporting when a new session is still required.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue