Hi guys,
Describe the bug
The /rename command cannot be selected because the command palette fuzzy search
does not properly filter results. Typing /rename or /rena still shows /fork
as the first result, making /rename inaccessible.
To Reproduce
- Open OpenCode TUI
- Type
/rename
- Observe that
/fork remains the first/selected option
- Press Enter -
/fork is executed instead of /rename
Expected behavior
Typing /rename should filter the command list to show only /rename (or show it first).
Environment
- OS: Windows 11
- OpenCode version: 1.1.25
- Installed via: [npm]
Workaround attempted
- Setting
session_rename keybind in config - did not work (OpenCode reloaded but keybind not functional)
Additional context
The keybind session_rename defaults to "none" in the docs, leaving no workaround.
This makes session management very difficult for users with many sessions.
Thanks
Hi guys,
Describe the bug
The
/renamecommand cannot be selected because the command palette fuzzy searchdoes not properly filter results. Typing
/renameor/renastill shows/forkas the first result, making
/renameinaccessible.To Reproduce
/rename/forkremains the first/selected option/forkis executed instead of/renameExpected behavior
Typing
/renameshould filter the command list to show only/rename(or show it first).Environment
Workaround attempted
session_renamekeybind in config - did not work (OpenCode reloaded but keybind not functional)Additional context
The keybind
session_renamedefaults to"none"in the docs, leaving no workaround.This makes session management very difficult for users with many sessions.
Thanks