-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
First: OmO will not auto-update on it's own. It throws this error when I start OpenCode:
INFO ... service=plugin path=oh-my-opencode loading plugin
WARN ... service=bun pkg=oh-my-opencode cachedVersion=3.8.4 Failed to resolve latest version, using cached
After updating to 3.11 manully using npx install: I switched Sisyphus to GPT5.4 as documented in the release notes and new docs.
However: I am still seeing this error message to NEVER use GPT with Sisyphus:

I also noticed the latest version is actually 3.11.1, but npm will not update to it:
$ npm view oh-my-opencode@latest
oh-my-opencode@3.11.1 | SUL-1.0 | deps: 16 | versions: 177
The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools
https://github.com/code-yeongyu/oh-my-openagent#readme
keywords: opencode, plugin, oracle, librarian, agents, ai, llm
bin: oh-my-opencode
dist
.tarball: https://registry.npmjs.org/oh-my-opencode/-/oh-my-opencode-3.11.1.tgz
.shasum: f55fe94ab1e749322f7963fc8dc0f1d7666f33b0
.integrity: sha512-cASqc0FzBIc2kMsimGff5WR0CQCAj+02L5ZgK+6CV/Uono73V2soFr3lV9kJsp/iqvQ1qfhchIDQamdgbCzhNQ==
.unpackedSize: 5.7 MB
dependencies:
@ast-grep/cli: ^0.40.0 @modelcontextprotocol/sdk: ^1.25.2 detect-libc: ^2.0.0 picocolors: ^1.1.1
@ast-grep/napi: ^0.40.0 @opencode-ai/plugin: ^1.2.16 diff: ^8.0.3 picomatch: ^4.0.2
@clack/prompts: ^0.11.0 @opencode-ai/sdk: ^1.2.17 js-yaml: ^4.1.1 vscode-jsonrpc: ^8.2.0
@code-yeongyu/comment-checker: ^0.7.0 commander: ^14.0.2 jsonc-parser: ^3.3.1 zod: ^4.1.8
maintainers:
- code-yeongyu <code.yeon.gyu@gmail.com>
dist-tags:
beta: 3.0.0-beta.16 latest: 3.11.1
published 2 hours ago by code-yeongyu <code.yeon.gyu@gmail.com>
$ npx oh-my-opencode -v
3.11.0
$ oh-my-opencode -v
3.11.0
$ npm install -g oh-my-opencode@latest
changed 114 packages in 32s
30 packages are looking for funding
run `npm fund` for details
$ npx oh-my-opencode -v
3.11.0
Steps to Reproduce
- Configure Sisyphus to use GPT-5.4 which is supposed to now be supported.
- See error saying to NEVER use that model with Sisyphus
Expected Behavior
If GPT-5.4 is really supposed, it should not error.
Actual Behavior
Didn't I cover this above?
seeing this error message to NEVER use GPT with Sisyphus:

Doctor Output
$ npx oh-my-opencode doctor
oMoMoMoMo Doctor
⚠ 3 issues found:
1. Loaded plugin is outdated
Loaded 3.8.4, latest 3.11.1.
Fix: Update: cd "/home/jeremy/.cache/opencode" && bun add oh-my-opencode@latest
Affects: plugin features
2. Comment checker unavailable
Comment checker binary is not installed.
Fix: Install @code-yeongyu/comment-checker
Affects: comment-checker hook
3. No LSP servers detected
LSP-dependent tools will be limited until at least one server is installed.
Affects: lsp diagnostics, rename, referencesRegarding this doctor output, I tried the "fix" it suggested, the command falsely claims permission denied when the file is clearly writable:
jeremy@pop-os-thelio:~/.cache/opencode$ bun add oh-my-opencode@latest
EACCES: Permission denied while opening "/home/jeremy/.cache/opencode/package.json"
note: package.json must be writable to add packages
jeremy@pop-os-thelio:~/.cache/opencode$ ls -lha /home/jeremy/.cache/opencode/package.json
-rw-rw-r-- 1 jeremy jeremy 194 Feb 23 20:09 /home/jeremy/.cache/opencode/package.json
jeremy@pop-os-thelio:~/.cache/opencode$ touch /home/jeremy/.cache/opencode/package.json
jeremy@pop-os-thelio:~/.cache/opencode$ cat /home/jeremy/.cache/opencode/package.json
{
"dependencies": {
"opencode-anthropic-auth": "0.0.13",
"@gitlab/opencode-gitlab-auth": "1.3.2",
"opencode-archive-before-compaction": "0.1.0",
"oh-my-opencode": "3.8.4"
}
}
jeremy@pop-os-thelio:~/.cache/opencode$ bun add oh-my-opencode@latest
EACCES: Permission denied while opening "/home/jeremy/.cache/opencode/package.json"
note: package.json must be writable to add packages
Error Logs
Configuration
Additional Context
No response
Operating System
Linux
OpenCode Version
1.2.21
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working