Skip to content

[Bug]: omo doesn't activate after installation on windows #2502

@eromoe

Description

@eromoe

Prerequisites

  • I will write this issue in English (see our Language Policy)
  • I have searched existing issues to avoid duplicates
  • I am using the latest version of oh-my-opencode
  • I have read the documentation or asked an AI coding agent with this project's GitHub URL loaded and couldn't find the answer

Bug Description

After installing oh-my-opencode on macOS, OpenCode automatically switched from the default build/plan modes to the Sisyphus multi-agent setup, and I could see/use multiple agents as expected.
However, on Windows, after installing oh-my-opencode, OpenCode still stays in the default build/plan modes and does not switch to the Sisyphus/multi-agent setup.
I investigated the issue and found what looks like a config path mismatch:

  • oh-my-opencode wrote config files to:
    • C:\Users\xxxx\AppData\Roaming\opencode\opencode.json
    • C:\Users\xxxx\AppData\Roaming\opencode\oh-my-opencode.json
  • But opencode debug paths shows that OpenCode is actually using:
    - C:\Users\xxxx\.config\opencode
  • And opencode debug config shows:
    • "plugin": []
    • "agent": {}
      So it seems oh-my-opencode is installed, but OpenCode is not loading the generated plugin config on Windows, because the installer writes to AppData\Roaming\opencode while OpenCode reads from .config\opencode.
      Is this a known Windows path issue? Should oh-my-opencode install into C:\Users\<user>\.config\opencode instead?

Steps to Reproduce

I install twice , no help

Expected Behavior

opencode enter omo mode.

Actual Behavior

build/plan mode

Doctor Output

oMoMoMoMo Doctor

 ⚠ 2 issues found:

1. Comment checker unavailable
   Comment checker binary is not installed.
   Fix: Install @code-yeongyu/comment-checker
   Affects: comment-checker hook

2. GitHub CLI missing
   gh CLI is not installed.
   Fix: Install from https://cli.github.com/
   Affects: GitHub automation

Error Logs

Configuration

Additional Context

No response

Operating System

Windows

OpenCode Version

1.2.24

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions