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 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" } ] }