Did you check docs and existing issues?
:checkhealth opencode output
============================================================================== opencode: require("opencode.health").check() opencode.nvim ~ - OS: Linux 6.14.0-37-generic (x86_64) - nvim version: 0.11.0+ga99c469e54. - opencode.nvim git commit hash: ed2a936b163df9e92ef210daad3a9ae89ca7e073. - vim.g.opencode_opts: { events = { reload = true }, port = 12000, provider = { cmd = "env OPENCODE_DISABLE_FILETIME_CHECK=true opencode --port", enabled = false, snacks = { win = { width = 0 } }, terminal = { width = 0 } } } opencode.nvim [binaries] ~ - OK opencode available with version 1.1.48. - OK curl available. opencode.nvim [snacks] ~ - OK snacks.input is enabled: ask() will be enhanced. - OK snacks.picker is enabled: select() will be enhanced. opencode.nvim [providers] ~ - WARNING No opencode provider configured. - OK The snacks provider is available. - WARNING The kitty provider is not available — KITTY_LISTEN_ON environment variable is not set. - ADVICE: - Enable remote control in kitty. - WARNING The wezterm provider is not available — wezterm executable not found in $PATH. - ADVICE: - Install wezterm and ensure it's in your $PATH. - WARNING The tmux provider is not available — Not running in a tmux session. - ADVICE: - Launch Neovim in a tmux session. - OK The terminal provider is available.
Describe the bug
in normal terminal session i can use the / command to reference my context files often located in
~/.config/opencode/commands but for some reason inside the inline prompt using this plugin i cannot use the **/ ** letter to reference any thing
Steps To Reproduce
- open neovim
- try to excute or open inline ask
- try to type / followed by the file name for your context files
Expected Behavior
it should work as normal TUI opencode's session so i can reference my context files and inject them to the current prompt
Did you check docs and existing issues?
:checkhealth opencodeoutput============================================================================== opencode: require("opencode.health").check() opencode.nvim ~ - OS: Linux 6.14.0-37-generic (x86_64) -
nvimversion:0.11.0+ga99c469e54. -opencode.nvimgit commit hash:ed2a936b163df9e92ef210daad3a9ae89ca7e073. -vim.g.opencode_opts: { events = { reload = true }, port = 12000, provider = { cmd = "env OPENCODE_DISABLE_FILETIME_CHECK=true opencode --port", enabled = false, snacks = { win = { width = 0 } }, terminal = { width = 0 } } } opencode.nvim [binaries] ~ - OKopencodeavailable with version1.1.48. - OKcurlavailable. opencode.nvim [snacks] ~ - OKsnacks.inputis enabled:ask()will be enhanced. - OKsnacks.pickeris enabled:select()will be enhanced. opencode.nvim [providers] ~ - WARNING Noopencodeprovider configured. - OK Thesnacksprovider is available. - WARNING Thekittyprovider is not available — KITTY_LISTEN_ON environment variable is not set. - ADVICE: - Enable remote control inkitty. - WARNING Theweztermprovider is not available —weztermexecutable not found in$PATH. - ADVICE: - Installweztermand ensure it's in your$PATH. - WARNING Thetmuxprovider is not available — Not running in atmuxsession. - ADVICE: - Launch Neovim in atmuxsession. - OK Theterminalprovider is available.Describe the bug
in normal terminal session i can use the / command to reference my context files often located in
~/.config/opencode/commands but for some reason inside the inline prompt using this plugin i cannot use the **/ ** letter to reference any thing
Steps To Reproduce
Expected Behavior
it should work as normal TUI opencode's session so i can reference my context files and inject them to the current prompt