feat(installer): add OpenCode (SST) to IDE selector and CLI --ide help

This commit is contained in:
Javier Gomez 2025-09-09 19:41:48 +02:00
parent 0c3e3be692
commit 6b0e70eb23
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@ program
.option('-d, --directory <path>', 'Installation directory')
.option(
'-i, --ide <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 <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' },
],
},
]);