Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"source": {
"source": "url",
"url": "https://github.com/vercel/vercel-plugin.git",
"sha": "12d077072a7dac431c2fd4f675c2dd4627f7a196"
"sha": "11c32588786a9d49791372657433b88d49561874"
},
"homepage": "https://github.com/vercel/vercel-plugin",
"keywords": ["vercel", "vercel deploy", "deploy to vercel"],
Expand Down
12 changes: 8 additions & 4 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,8 @@
}
},
"vercel": {
"sha": "12d077072a7dac431c2fd4f675c2dd4627f7a196",
"version": "0.47.0",
"sha": "11c32588786a9d49791372657433b88d49561874",
"version": "0.48.0",
"components": {
"agents": [
{
Expand Down Expand Up @@ -786,6 +786,10 @@
"name": "bootstrap",
"description": "Project bootstrapping orchestrator for repos that depend on Vercel-linked resources (databases, auth, and managed integ…"
},
{
"name": "build-agents",
"description": "Default guidance for building AI agents. Use for generic requests to build, create, scaffold, design, architect, or imp…"
},
{
"name": "cdn-caching",
"description": "Debug Vercel CDN caching — cache hit rate, stale content, revalidation behavior, ISR + PPR, per-request cache reasons (…"
Expand All @@ -804,7 +808,7 @@
},
{
"name": "eve",
"description": "Build durable AI agents and agent-powered applications with the eve framework. Use when creating, editing, or debugging…"
"description": "eve framework guidance for durable AI agents and agent-powered applications. Use when creating, editing, or debugging a…"
},
{
"name": "knowledge-update",
Expand Down Expand Up @@ -892,7 +896,7 @@
},
{
"name": "workflow",
"description": "Vercel Workflow DevKit (WDK) expert guidance. Use when building durable workflows, long-running tasks, API routes or ag…"
"description": "Vercel Workflow SDK expert guidance. Use when building durable workflows, long-running tasks, API routes or agents that…"
}
]
}
Expand Down
Loading