From e476c5a8bbe68fb0b6eb0096aa1efcb893b1a8fc Mon Sep 17 00:00:00 2001 From: qer Date: Wed, 12 Aug 2026 12:03:19 +0800 Subject: [PATCH 1/3] feat(plugins): add Modern Web Guidance to marketplace --- .changeset/add-modern-web-guidance.md | 5 +++++ plugins/marketplace.json | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 .changeset/add-modern-web-guidance.md diff --git a/.changeset/add-modern-web-guidance.md b/.changeset/add-modern-web-guidance.md new file mode 100644 index 00000000000..fe39ee8a9e7 --- /dev/null +++ b/.changeset/add-modern-web-guidance.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +Add the Modern Web Guidance plugin to the bundled plugin marketplace. Run /plugins and select Modern Web Guidance to install it. diff --git a/plugins/marketplace.json b/plugins/marketplace.json index a532ab089ac..ed80d8594ec 100644 --- a/plugins/marketplace.json +++ b/plugins/marketplace.json @@ -36,6 +36,15 @@ "homepage": "https://vercel.com/docs/agent-resources/vercel-plugin", "keywords": ["vercel", "deployment", "nextjs", "skills", "agents"], "source": "https://github.com/vercel/vercel-plugin" + }, + { + "id": "modern-web-guidance", + "tier": "curated", + "displayName": "Modern Web Guidance", + "description": "Modern web platform expertise, best practices, and browser compatibility data for coding agents, from the Google Chrome team.", + "homepage": "https://github.com/GoogleChrome/modern-web-guidance", + "keywords": ["web", "css", "browser", "frontend", "skills"], + "source": "https://github.com/GoogleChrome/modern-web-guidance" } ] } From 4f072eeb3052b7fc5cf3e636f5f0f4ffbc1b8eef Mon Sep 17 00:00:00 2001 From: qer Date: Wed, 12 Aug 2026 12:09:18 +0800 Subject: [PATCH 2/3] chore: drop changeset --- .changeset/add-modern-web-guidance.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .changeset/add-modern-web-guidance.md diff --git a/.changeset/add-modern-web-guidance.md b/.changeset/add-modern-web-guidance.md deleted file mode 100644 index fe39ee8a9e7..00000000000 --- a/.changeset/add-modern-web-guidance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add the Modern Web Guidance plugin to the bundled plugin marketplace. Run /plugins and select Modern Web Guidance to install it. From f62754ead191f04cb4717b1248d1de8d478fcb9a Mon Sep 17 00:00:00 2001 From: qer Date: Wed, 12 Aug 2026 12:25:02 +0800 Subject: [PATCH 3/3] chore: backfill 0.35.0 changelog entry --- apps/kimi-code/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 7d77d825ab6..4e1f3240e34 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -50,6 +50,8 @@ - [#2813](https://github.com/MoonshotAI/kimi-code/pull/2813) [`619564d`](https://github.com/MoonshotAI/kimi-code/commit/619564dcf9ee10a3cfbf7ecbc764c6b9b63fc91b) Thanks [@wbxl2000](https://github.com/wbxl2000)! - Fix the web UI repeatedly losing its realtime connection every ~30 seconds when the server runs behind a reverse proxy or gateway with an idle connection timeout; the server now sends a WebSocket heartbeat and only closes connections that stop responding entirely. +- [#2842](https://github.com/MoonshotAI/kimi-code/pull/2842) [`e476c5a`](https://github.com/MoonshotAI/kimi-code/commit/e476c5a8bbe68fb0b6eb0096aa1efcb893b1a8fc) Thanks [@wbxl2000](https://github.com/wbxl2000)! - Add the Modern Web Guidance plugin to the bundled plugin marketplace. Run /plugins and select Modern Web Guidance to install it. + ## 0.34.0 ### Minor Changes