Summary
In the OpenCode 2 TUI, right-clicking a session tab and selecting Rename from the context menu does nothing — no rename dialog/inline input appears. Renaming only works via the keyboard shortcut (Ctrl+R / session.rename).
Environment
opencode2 --version: v0.0.0-beta-18684
opencode2 service status: healthy
- Platform: macOS
- Client: TUI
Repro steps
- Open the OpenCode 2 TUI in a terminal.
- Open at least one session tab.
- Right-click the session tab.
- From the context menu, select Rename.
- Observe: nothing happens. No rename prompt, no inline input, no error.
Expected
Selecting Rename from the tab context menu should trigger the same rename flow as the session.rename keybind (Ctrl+R by default), e.g. an inline rename input on the tab.
Notes
- The
session.rename keybind works correctly.
- Other context-menu actions on the same menu work (e.g. close).
- Suspected bug: the context-menu "Rename" action is wired to a no-op / does not invoke the rename dialog handler.
Diagnostics
Gathered per the troubleshooting guide. No API keys or sensitive data included. Let me know if specific role=cli/role=server log lines or a DEBUG run would help.
Summary
In the OpenCode 2 TUI, right-clicking a session tab and selecting Rename from the context menu does nothing — no rename dialog/inline input appears. Renaming only works via the keyboard shortcut (
Ctrl+R/session.rename).Environment
opencode2 --version: v0.0.0-beta-18684opencode2 service status: healthyRepro steps
Expected
Selecting Rename from the tab context menu should trigger the same rename flow as the
session.renamekeybind (Ctrl+Rby default), e.g. an inline rename input on the tab.Notes
session.renamekeybind works correctly.Diagnostics
Gathered per the troubleshooting guide. No API keys or sensitive data included. Let me know if specific
role=cli/role=serverlog lines or a DEBUG run would help.