activate the bmad's opencode setup
This commit is contained in:
parent
6577dd3445
commit
21c09b085f
|
|
@ -83,7 +83,7 @@ class IdeSetup extends BaseIdeSetup {
|
|||
return this.setupGeminiCli(installDir, selectedAgent);
|
||||
}
|
||||
case "opencode": {
|
||||
return this.setupGeminiCli(installDir, selectedAgent);
|
||||
return this.setupOpencodeCli(installDir, selectedAgent);
|
||||
}
|
||||
case "github-copilot": {
|
||||
return this.setupGitHubCopilot(
|
||||
|
|
|
|||
Loading…
Reference in New Issue