From 1ab97bd0a7e14624874449e86c45eb963af3d5d3 Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Thu, 22 Jan 2026 10:28:10 +0900 Subject: [PATCH] fix: replace invalid --chatgpt option with --openai in CLI --- .github/workflows/sisyphus-agent.yml | 2 +- docs/guide/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sisyphus-agent.yml b/.github/workflows/sisyphus-agent.yml index 82a9bdfc2..7d262e84f 100644 --- a/.github/workflows/sisyphus-agent.yml +++ b/.github/workflows/sisyphus-agent.yml @@ -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 diff --git a/docs/guide/installation.md b/docs/guide/installation.md index eac4c6c69..33abf7e7e 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -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: