From f8a638d7e3d21fee0aa483f123b5f5f2e69a97cb Mon Sep 17 00:00:00 2001 From: qer Date: Fri, 26 Jun 2026 18:49:42 +0800 Subject: [PATCH] chore: downgrade plugin hooks changeset to patch (#1137) --- .changeset/plugin-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/plugin-hooks.md b/.changeset/plugin-hooks.md index d07584ac9..eb6e9d9b7 100644 --- a/.changeset/plugin-hooks.md +++ b/.changeset/plugin-hooks.md @@ -1,5 +1,5 @@ --- -"@moonshot-ai/kimi-code": minor +"@moonshot-ai/kimi-code": patch --- Plugins can now declare hooks in their manifest to run scripts on lifecycle events.