Upon initial load, I'm running into this error:
...nvim/lazy/opencode-tmux.nvim/lua/opencode-tmux/patch.lua:190: module 'opencode.cli.server' not found: no field package.preload['opencode.cli.server'] cache_loader: module 'opencode.cli.server' not found cache_loader_lib: module 'opencode.cli.server' not found
It looks like the upstream in the opencode.nvim extension moved / consolidated some of the core modules that this extension is referencing (nickjvandyke/opencode.nvim@f675d1f)
Upon initial load, I'm running into this error:
...nvim/lazy/opencode-tmux.nvim/lua/opencode-tmux/patch.lua:190: module 'opencode.cli.server' not found: no field package.preload['opencode.cli.server'] cache_loader: module 'opencode.cli.server' not found cache_loader_lib: module 'opencode.cli.server' not foundIt looks like the upstream in the opencode.nvim extension moved / consolidated some of the core modules that this extension is referencing (nickjvandyke/opencode.nvim@f675d1f)