Skip to content

Commit 69fe4f6

Browse files
v1770: Prepare Samebase plugin submission (samebase/samebase#1309)
Samebase-Source-Repository: samebase/samebase Samebase-Source-Commit: aa7a3df40f745e8e594bd010bc872af124265577 Samebase-Source-Path: packages/agent-plugins
1 parent 1e31d93 commit 69fe4f6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "samebase-agent-plugins",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"license": "Apache-2.0",
66
"type": "module",

‎plugins/samebase/.claude-plugin/plugin.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "samebase",
33
"displayName": "Samebase",
44
"description": "Build and ship web apps with Samebase through a user-owned GitHub repository, Convex backend, and Cloudflare Workers delivery.",
5-
"version": "0.2.4",
5+
"version": "0.2.5",
66
"author": {
77
"name": "Samebase"
88
},

‎plugins/samebase/.codex-plugin/plugin.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "samebase",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Build and ship web apps with Samebase through a user-owned GitHub repository, Convex backend, and Cloudflare Workers delivery.",
55
"author": {
66
"name": "Samebase",
@@ -38,9 +38,9 @@
3838
"composerIcon": "./assets/icon.png",
3939
"logo": "./assets/icon.png",
4040
"defaultPrompt": [
41-
"Build a customer feedback dashboard with Samebase",
42-
"Connect my existing GitHub app to Samebase and finish its provider setup",
43-
"Update my Samebase app and publish the validated change"
41+
"Show me my Samebase apps and their setup status.",
42+
"Which Cloudflare accounts are connected to my Samebase account?",
43+
"Open my Samebase dashboard in the in-app browser."
4444
],
4545
"brandColor": "#111827"
4646
}

0 commit comments

Comments
 (0)