diff --git a/scripts/sync-to-codex-plugin.sh b/scripts/sync-to-codex-plugin.sh index c57eeb82..27356b79 100755 --- a/scripts/sync-to-codex-plugin.sh +++ b/scripts/sync-to-codex-plugin.sh @@ -127,6 +127,10 @@ generate_plugin_json() { "Read", "Write" ], + "defaultPrompt": [ + "I've got an idea for something I'd like to build.", + "Let's add a feature to this project." + ], "brandColor": "#F59E0B", "composerIcon": "./assets/superpowers-small.svg", "logo": "./assets/app-icon.png",