Summary
When configuring multiple plugins in OpenCode 1.2.15, only the last plugin in the plugin array is loaded.
Environment
- OpenCode version: 1.2.15
- Repository: anomalyco/opencode
- Same environment reproduces consistently
Reproduction
- Configure one plugin in the
plugin array.
- Start OpenCode.
- Confirm plugin loads normally.
- Configure two plugins in the
plugin array.
- Start OpenCode again.
Actual behavior
- Only the last item in the plugin array is loaded.
- If plugin order is swapped, the loaded plugin also swaps to the new last item.
Expected behavior
- All plugins listed in the
plugin array should be loaded.
Notes / current workaround
A temporary workaround is to keep one plugin in the plugin array and place another plugin as a local file under .opencode/plugins/.
This looks like an OpenCode plugin loader issue (or an interaction bug between OpenCode and plugin loading) rather than a plugin installation issue.
Summary
When configuring multiple plugins in OpenCode 1.2.15, only the last plugin in the
pluginarray is loaded.Environment
Reproduction
pluginarray.pluginarray.Actual behavior
Expected behavior
pluginarray should be loaded.Notes / current workaround
A temporary workaround is to keep one plugin in the
pluginarray and place another plugin as a local file under.opencode/plugins/.This looks like an OpenCode plugin loader issue (or an interaction bug between OpenCode and plugin loading) rather than a plugin installation issue.