From 6b0e70eb23d82d0e9e4d7881d323f1a80e0e62d1 Mon Sep 17 00:00:00 2001 From: Javier Gomez <113129149+Javierg9n4@users.noreply.github.com> Date: Tue, 9 Sep 2025 19:41:48 +0200 Subject: [PATCH] feat(installer): add OpenCode (SST) to IDE selector and CLI --ide help --- tools/installer/bin/bmad.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/installer/bin/bmad.js b/tools/installer/bin/bmad.js index 39816407..fae70739 100755 --- a/tools/installer/bin/bmad.js +++ b/tools/installer/bin/bmad.js @@ -49,7 +49,7 @@ program .option('-d, --directory ', 'Installation directory') .option( '-i, --ide ', - 'Configure for specific IDE(s) - can specify multiple (cursor, claude-code, windsurf, trae, roo, kilo, cline, gemini, qwen-code, github-copilot, codex, codex-web, auggie-cli, iflow-cli, other)', + 'Configure for specific IDE(s) - can specify multiple (cursor, claude-code, windsurf, trae, roo, kilo, cline, gemini, qwen-code, github-copilot, codex, codex-web, auggie-cli, iflow-cli, opencode, other)', ) .option( '-e, --expansion-packs ', @@ -410,6 +410,7 @@ async function promptInstallation() { { name: 'Auggie CLI (Augment Code)', value: 'auggie-cli' }, { name: 'Codex CLI', value: 'codex' }, { name: 'Codex Web', value: 'codex-web' }, + { name: 'OpenCode (SST)', value: 'opencode' }, ], }, ]);