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 @@ -220,7 +220,7 @@
"source": {
"source": "url",
"url": "https://github.com/stripe/ai.git",
"sha": "1953b6cce7344d880a054c42b8dd21ca3e50ebd5",
"sha": "f4abb4498d2e3298c6b9e52cdd4559cebfc70a2f",
"path": "providers/grok/plugin"
},
"homepage": "https://github.com/stripe/ai",
Expand Down
8 changes: 6 additions & 2 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,8 @@
}
},
"stripe": {
"sha": "1953b6cce7344d880a054c42b8dd21ca3e50ebd5",
"version": "0.4.1",
"sha": "f4abb4498d2e3298c6b9e52cdd4559cebfc70a2f",
"version": "0.5.1",
"components": {
"agents": [
{
Expand Down Expand Up @@ -533,6 +533,10 @@
"name": "connect-recommend",
"description": "Use this skill when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get…"
},
{
"name": "connect-required-verification-information",
"description": "Use this skill when the user asks what information a Stripe Connect connected account must provide for verification, on…"
},
{
"name": "stripe-apps",
"description": "Use when building, modifying, or reviewing a Stripe App — or when the user describes something that implies one (e.g. \"…"
Expand Down
Loading