Skip to content

[BUG] oh-my-openagent works on 1.3.13 but registers nothing on 1.3.14 #21032

@CissiBot

Description

@CissiBot

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

  1. Install/use OpenCode 1.3.14
  2. Enable oh-my-openagent in the local OpenCode config
  3. Start OpenCode
  4. Observe that OMO-provided commands / skills / agents are missing or unusable
  5. Check logs and see plugin loading begins, but plugin registration result is empty
  6. Downgrade to 1.3.13
  7. 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

Metadata

Metadata

Assignees

Labels

coreAnything pertaining to core functionality of the application (opencode server stuff)windows

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions