Skip to content

Commit f15a5bd

Browse files
committed
Fix Codex marketplace install rejected for empty source path
1 parent c0e9465 commit f15a5bd

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{
88
"name": "cpln",
99
"source": {
10-
"source": "local",
11-
"path": "./"
10+
"source": "url",
11+
"url": "https://github.com/controlplane-com/ai-plugin.git"
1212
},
1313
"policy": {
1414
"installation": "INSTALLED_BY_DEFAULT",

.codex-plugin/plugin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"defaultPrompt": [
4242
"Deploy a workload to Control Plane with autoscaling and firewall rules.",
4343
"Troubleshoot why my workload is not starting.",
44-
"Set up secret access for my API workload.",
4544
"Migrate my Kubernetes deployment to Control Plane."
4645
],
4746
"brandColor": "#1563FF",

0 commit comments

Comments
 (0)