Compare commits

..

11 Commits

Author SHA1 Message Date
Tobin South
6e4cf38fe2 Merge pull request #678 from anthropics/claude/merge-pr-669-d73N4
Resolve merge conflict in add-plugin/intercom vs staging
2026-03-17 00:49:43 +00:00
Tobin South
cc9555bb90 Merge latest staging to resolve conflict 2026-03-17 00:48:13 +00:00
Claude
79bed4d3b0 Merge remote-tracking branch 'origin/staging' into claude/merge-pr-669-d73N4
# Conflicts:
#	.claude-plugin/marketplace.json
2026-03-17 00:42:04 +00:00
Tobin South
fefdd738be Merge staging into add-plugin/intercom to resolve conflict 2026-03-17 00:40:45 +00:00
Tobin South
0c1407ea30 Merge pull request #676 from anthropics/tobin/qodo-patch-remove-sha 2026-03-17 00:34:05 +00:00
Tobin South
adeb0436c2 Merge pull request #670 from anthropics/add-plugin/neon 2026-03-17 00:31:07 +00:00
Tobin South
28ebfe4135 Merge pull request #664 from anthropics/claude/slack-replace-vercel-plugin-pointer-cadNe 2026-03-17 00:30:55 +00:00
Tobin South
3d0d05576d Remove qodo SHA 2026-03-16 23:05:02 +00:00
Tobin South
cccd8b3ea2 Add intercom to marketplace 2026-03-16 13:49:30 -07:00
Tobin South
1086e0cc1a vercel-labs to vercel 2026-03-16 17:58:57 +00:00
Claude
c554ce45e3 Update Vercel plugin to point to vercel-labs/vercel-plugin
Replace the marketplace pointer for the Vercel plugin from
vercel/vercel-deploy-claude-code-plugin to vercel-labs/vercel-plugin.
2026-03-16 17:26:15 +00:00

View File

@@ -594,9 +594,9 @@
"category": "deployment", "category": "deployment",
"source": { "source": {
"source": "url", "source": "url",
"url": "https://github.com/vercel/vercel-deploy-claude-code-plugin.git" "url": "https://github.com/vercel/vercel-plugin.git"
}, },
"homepage": "https://github.com/vercel/vercel-deploy-claude-code-plugin" "homepage": "https://github.com/vercel/vercel-plugin"
}, },
{ {
"name": "stripe", "name": "stripe",
@@ -709,8 +709,7 @@
"category": "development", "category": "development",
"source": { "source": {
"source": "url", "source": "url",
"url": "https://github.com/qodo-ai/qodo-skills.git", "url": "https://github.com/qodo-ai/qodo-skills.git"
"sha": "623eb4ed4364d8111f9a9132a791d7497d814b6a"
}, },
"homepage": "https://github.com/qodo-ai/qodo-skills.git" "homepage": "https://github.com/qodo-ai/qodo-skills.git"
}, },
@@ -1028,6 +1027,17 @@
"sha": "54d7a9db2ddd476f84d5d1fd7bac323907858a8b" "sha": "54d7a9db2ddd476f84d5d1fd7bac323907858a8b"
}, },
"homepage": "https://github.com/neondatabase/agent-skills/tree/main/plugins/neon-postgres" "homepage": "https://github.com/neondatabase/agent-skills/tree/main/plugins/neon-postgres"
},
{
"name": "intercom",
"description": "Intercom integration for Claude Code. Search conversations, analyze customer support patterns, look up contacts and companies, and install the Intercom Messenger. Connect your Intercom workspace to get real-time insights from customer data.",
"category": "productivity",
"source": {
"source": "url",
"url": "https://github.com/intercom/claude-plugin-external.git",
"sha": "eeef353eead2e3dc5f33f64dbaae54e1309e0d45"
},
"homepage": "https://github.com/intercom/claude-plugin-external"
} }
] ]
} }