/rename command unreachable - fuzzy search does not filter command list [OpenCode version: 1.1.25] #6839

Open
opened 2026-02-16 18:05:24 -05:00 by yindo · 2 comments
Owner

Originally created by @amazelee77 on GitHub (Jan 19, 2026).

Originally assigned to: @kommander on GitHub.

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

  1. Open OpenCode TUI
  2. Type /rename
  3. Observe that /fork remains the first/selected option
  4. 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

Originally created by @amazelee77 on GitHub (Jan 19, 2026). Originally assigned to: @kommander on GitHub. 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 1. Open OpenCode TUI 2. Type `/rename` 3. Observe that `/fork` remains the first/selected option 4. 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
yindo added the windowsopentui labels 2026-02-16 18:05:24 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 19, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #3779: Session rename (via /rename or /session + ctrl-r) not working - Reports the same /rename command not working for session renaming on macOS

Feel free to ignore if this doesn't address your specific case.

@github-actions[bot] commented on GitHub (Jan 19, 2026): This issue might be a duplicate of existing issues. Please check: - #3779: Session rename (via /rename or /session + ctrl-r) not working - Reports the same /rename command not working for session renaming on macOS Feel free to ignore if this doesn't address your specific case.
Author
Owner

@IdrisGit commented on GitHub (Jan 23, 2026):

@amazelee77 can you check again, I think this issue has been fixed, if not can you provide a screenrecording

@IdrisGit commented on GitHub (Jan 23, 2026): @amazelee77 can you check again, I think this issue has been fixed, if not can you provide a screenrecording
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6839