-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Open
Labels
coreAnything pertaining to core functionality of the application (opencode server stuff)Anything pertaining to core functionality of the application (opencode server stuff)
Description
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
pluginarray. - Start OpenCode.
- Confirm plugin loads normally.
- Configure two plugins in the
pluginarray. - 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
pluginarray 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreAnything pertaining to core functionality of the application (opencode server stuff)Anything pertaining to core functionality of the application (opencode server stuff)