Skip to content

Commit 34c17ae

Browse files
arittrclaude
andauthored
sync-to-codex-plugin: seed interface.defaultPrompt (#1180)
Codex plugin pages use interface.defaultPrompt to show suggested prompts on the plugin's app card; the generator now emits two domain-neutral seed prompts so the superpowers listing isn't empty. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f9b088f commit 34c17ae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/sync-to-codex-plugin.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ generate_plugin_json() {
127127
"Read",
128128
"Write"
129129
],
130+
"defaultPrompt": [
131+
"I've got an idea for something I'd like to build.",
132+
"Let's add a feature to this project."
133+
],
130134
"brandColor": "#F59E0B",
131135
"composerIcon": "./assets/superpowers-small.svg",
132136
"logo": "./assets/app-icon.png",

0 commit comments

Comments
 (0)