From 1b173ca033176d21e6127f34fe557e4eb3c8a71a Mon Sep 17 00:00:00 2001 From: qer Date: Wed, 1 Jul 2026 22:46:46 +0800 Subject: [PATCH 1/2] feat: add Kimi Code plugin manifest --- .kimi-plugin/plugin.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .kimi-plugin/plugin.json diff --git a/.kimi-plugin/plugin.json b/.kimi-plugin/plugin.json new file mode 100644 index 0000000..c656585 --- /dev/null +++ b/.kimi-plugin/plugin.json @@ -0,0 +1,37 @@ +{ + "name": "vercel-plugin", + "version": "0.44.0", + "description": "Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.", + "keywords": [ + "vercel", + "nextjs", + "ai-sdk", + "turborepo", + "turbopack", + "workflow", + "deployment", + "edge-functions", + "serverless", + "ai-gateway" + ], + "homepage": "https://github.com/vercel/vercel-plugin", + "license": "Apache-2.0", + "author": { + "name": "Vercel", + "url": "https://github.com/vercel" + }, + "skills": ["./skills"], + "commands": ["./commands"], + "mcpServers": { + "vercel": { + "transport": "http", + "url": "https://mcp.vercel.com" + } + }, + "interface": { + "displayName": "Vercel", + "shortDescription": "Vercel ecosystem expert: skills and workflows for Next.js, AI SDK, and more.", + "developerName": "Vercel", + "websiteURL": "https://vercel.com" + } +} From 7ca516e9e6c8145103bb52f76f08ad5a26a9e2ce Mon Sep 17 00:00:00 2001 From: qer Date: Mon, 6 Jul 2026 21:34:36 +0800 Subject: [PATCH 2/2] chore: bump version to 0.45.1 --- .kimi-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kimi-plugin/plugin.json b/.kimi-plugin/plugin.json index c656585..d301957 100644 --- a/.kimi-plugin/plugin.json +++ b/.kimi-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vercel-plugin", - "version": "0.44.0", + "version": "0.45.1", "description": "Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.", "keywords": [ "vercel",