anomalyco / anomalyco/opencode
TUI: Rename via tab right-click context menu does nothing
@simonklee is already working on this.
Since Sep 1, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
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: 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.renamekeybind 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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.