fix: replace invalid --chatgpt option with --openai in CLI
This commit is contained in:
parent
485bc73437
commit
1ab97bd0a7
2
.github/workflows/sisyphus-agent.yml
vendored
2
.github/workflows/sisyphus-agent.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
|||||||
opencode --version
|
opencode --version
|
||||||
|
|
||||||
# Run local oh-my-opencode install (uses built dist)
|
# Run local oh-my-opencode install (uses built dist)
|
||||||
bun run dist/cli/index.js install --no-tui --claude=max20 --chatgpt=no --gemini=no --copilot=no
|
bun run dist/cli/index.js install --no-tui --claude=max20 --openai=no --gemini=no --copilot=no
|
||||||
|
|
||||||
# Override plugin to use local file reference
|
# Override plugin to use local file reference
|
||||||
OPENCODE_JSON=~/.config/opencode/opencode.json
|
OPENCODE_JSON=~/.config/opencode/opencode.json
|
||||||
|
|||||||
@ -227,7 +227,7 @@ bunx oh-my-opencode install
|
|||||||
Or use non-interactive mode:
|
Or use non-interactive mode:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bunx oh-my-opencode install --no-tui --claude=no --chatgpt=no --gemini=no --copilot=yes
|
bunx oh-my-opencode install --no-tui --claude=no --openai=no --gemini=no --copilot=yes
|
||||||
```
|
```
|
||||||
|
|
||||||
Then authenticate with GitHub:
|
Then authenticate with GitHub:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user