I installed the plugin in the global .config/opencode/plugins directory and ran npm install as advised. However, when I run OpenCode (TUI) and start typing /usage, I get no matching items and cannot send the command.
Inspecting log output at DEBUG level confirms that the plugin was loaded and receives message.updated events.
Is there something I am doing wrong?
I installed the plugin in the global
.config/opencode/pluginsdirectory and rannpm installas advised. However, when I run OpenCode (TUI) and start typing/usage, I getno matching itemsand cannot send the command.Inspecting log output at
DEBUGlevel confirms that the plugin was loaded and receivesmessage.updatedevents.Is there something I am doing wrong?