
First try with OpenCode (Windows): finished the task while I played a game
Installation E: \\ ai-tools>curl -fsSL https://opencode.ai/install | bash After installation, it looks like this: Set the environment variable as prompted My install path is: C:\\Users\\m1501\\.opencode\\bin In CMD it becomes: Run /models to pick a model. I tried using my existing ChatGPT Plus. Install the code plugin I tried many approaches on Windows, and this one worked. This plugin upgrades OpenCode into a “multi-AI team”. Installation depends on your subscription. First, confirm your subscription (used for configuration): Claude Pro/Max: use -claude=yes or -claude=max20 (max20 is advanced mode). ChatGPT Plus: use -chatgpt=yes . Gemini: use -gemini=yes . If you don’t have it, use no . Install Bun (required by Oh My if you don’t have it): curl -fsSL https://bun.sh/install | bash Restart the terminal. One-click install Oh My OpenCode: bunx oh-my-opencode install --no-tui --claude = yes --chatgpt = yes --gemini = yes Replace the flags based on what you have. For example, only Claude:
Continue reading on Dev.to
Opens in a new tab

