fix: replace invalid --chatgpt option with --openai in CLI

This commit is contained in:
justsisyphus
2026-01-22 10:28:10 +09:00
parent 485bc73437
commit 1ab97bd0a7
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ jobs:
opencode --version
# 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
OPENCODE_JSON=~/.config/opencode/opencode.json

View File

@@ -227,7 +227,7 @@ bunx oh-my-opencode install
Or use non-interactive mode:
```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: