docs(installation): replace npx with bunx and update provider flags

This commit is contained in:
YeonGyu-Kim
2026-04-13 21:22:09 +09:00
parent 01a1b141e9
commit 9342e55bcf
+10 -3
View File
@@ -14,8 +14,7 @@ https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/do
Run the interactive installer: Run the interactive installer:
```bash ```bash
bunx oh-my-opencode install # recommended bunx oh-my-opencode install
npx oh-my-opencode install # alternative
``` ```
> **Note**: The CLI ships with standalone binaries for all major platforms. No runtime (Bun/Node.js) is required for CLI execution after installation. > **Note**: The CLI ships with standalone binaries for all major platforms. No runtime (Bun/Node.js) is required for CLI execution after installation.
@@ -77,6 +76,14 @@ Ask the user these questions to determine CLI options:
- If **yes**`--opencode-go=yes` - If **yes**`--opencode-go=yes`
- If **no**`--opencode-go=no` (default) - If **no**`--opencode-go=no` (default)
8. **Do you have a Kimi for Coding subscription?**
- If **yes**`--kimi-for-coding=yes`
- If **no**`--kimi-for-coding=no` (default)
9. **Do you use Vercel AI Gateway?**
- If **yes**`--vercel-ai-gateway=yes`
- If **no**`--vercel-ai-gateway=no` (default)
**Provider selection is agent-specific.** The installer and runtime do not use one single global provider priority. Each agent resolves against its own fallback chain. **Provider selection is agent-specific.** The installer and runtime do not use one single global provider priority. Each agent resolves against its own fallback chain.
MUST STRONGLY WARNING, WHEN USER SAID THEY DON'T HAVE CLAUDE SUBSCRIPTION, SISYPHUS AGENT MIGHT NOT WORK IDEALLY. MUST STRONGLY WARNING, WHEN USER SAID THEY DON'T HAVE CLAUDE SUBSCRIPTION, SISYPHUS AGENT MIGHT NOT WORK IDEALLY.
@@ -100,7 +107,7 @@ Spawn a subagent to handle installation and report back - to save context.
Based on user's answers, run the CLI installer with appropriate flags: Based on user's answers, run the CLI installer with appropriate flags:
```bash ```bash
bunx oh-my-opencode install --no-tui --claude=<yes|no|max20> --gemini=<yes|no> --copilot=<yes|no> [--openai=<yes|no>] [--opencode-go=<yes|no>] [--opencode-zen=<yes|no>] [--zai-coding-plan=<yes|no>] bunx oh-my-opencode install --no-tui --claude=<yes|no|max20> --gemini=<yes|no> --copilot=<yes|no> [--openai=<yes|no>] [--opencode-go=<yes|no>] [--opencode-zen=<yes|no>] [--zai-coding-plan=<yes|no>] [--kimi-for-coding=<yes|no>] [--vercel-ai-gateway=<yes|no>] [--skip-auth]
``` ```
**Examples:** **Examples:**