Description
After upgrading OpenCode from 1.3.13 to 1.3.14, oh-my-openagent becomes unusable.
This does not look like a simple “plugin file not found” failure. Based on the startup logs, the plugin still enters the loading flow, but then ends up registering nothing.
Rolling back to 1.3.13 restores normal behavior on the same machine/config.
Relevant log symptom from the plugin log:
Loaded 0 plugins with 0 commands, 0 skills, 0 agents, 0 MCP servers
At the same time, the main OpenCode log still shows plugin loading, for example:
service=plugin path=oh-my-opencode loading plugin
So the regression appears to be: plugin loading starts, but plugin-side registration/discovery becomes empty on 1.3.14.
Plugins
oh-my-openagent (logs still reference legacy path/name oh-my-opencode)
OpenCode version
- Broken:
1.3.14
- Works:
1.3.13
Steps to reproduce
- Install/use OpenCode
1.3.14
- Enable
oh-my-openagent in the local OpenCode config
- Start OpenCode
- Observe that OMO-provided commands / skills / agents are missing or unusable
- Check logs and see plugin loading begins, but plugin registration result is empty
- Downgrade to
1.3.13
- Observe that the same plugin/config works again
Screenshot and/or share link
No share link yet. Relevant local logs:
- OpenCode logs:
/home/cc/.local/share/opencode/log/
- Plugin log:
/tmp/oh-my-opencode.log
Operating System
WSL2 Linux (Linux 6.6.87.2-microsoft-standard-WSL2 x86_64 GNU/Linux)
Terminal
xterm-256color inside WSL
Description
After upgrading OpenCode from
1.3.13to1.3.14,oh-my-openagentbecomes unusable.This does not look like a simple “plugin file not found” failure. Based on the startup logs, the plugin still enters the loading flow, but then ends up registering nothing.
Rolling back to
1.3.13restores normal behavior on the same machine/config.Relevant log symptom from the plugin log:
At the same time, the main OpenCode log still shows plugin loading, for example:
So the regression appears to be: plugin loading starts, but plugin-side registration/discovery becomes empty on
1.3.14.Plugins
oh-my-openagent(logs still reference legacy path/nameoh-my-opencode)OpenCode version
1.3.141.3.13Steps to reproduce
1.3.14oh-my-openagentin the local OpenCode config1.3.13Screenshot and/or share link
No share link yet. Relevant local logs:
/home/cc/.local/share/opencode/log//tmp/oh-my-opencode.logOperating System
WSL2 Linux (
Linux 6.6.87.2-microsoft-standard-WSL2 x86_64 GNU/Linux)Terminal
xterm-256color inside WSL