Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.12.2
Operating system/version
MacOS 26.4.1
Describe the bug
After updating OpenCode to 1.14.30, it stopped being possible to use sidekick.send to inject prompts, files, or any context variables into opencode. It launches OpenCode, but the prompt is empty.
Steps To Reproduce
- call
cli.prompt
- pick any prompt
- Select CLI tool: opencode
assert that OpenCode is opened, but there's no prompt inserted on the input field.
Expected Behavior
Before 1.14.30, we could inject prompts and context variables into opencode from sidekick
Repro
vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec = {
{ "folke/sidekick.nvim", opts = {} },
-- add any other plugins here
},
})
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.12.2
Operating system/version
MacOS 26.4.1
Describe the bug
After updating OpenCode to 1.14.30, it stopped being possible to use
sidekick.sendto inject prompts, files, or any context variables into opencode. It launches OpenCode, but the prompt is empty.Steps To Reproduce
cli.promptassert that OpenCode is opened, but there's no prompt inserted on the input field.
Expected Behavior
Before 1.14.30, we could inject prompts and context variables into opencode from sidekick
Repro