anomalyco / anomalyco/opencode

TUI: Rename via tab right-click context menu does nothing

Open
#46,597 1 comment 0 reactions 1 assignee View on GitHub

@simonklee is already working on this.

Since Sep 1, 2026.

2.0
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-18684
  • opencode2 service status: healthy
  • Platform: macOS
  • Client: TUI

Repro steps

  1. Open the OpenCode 2 TUI in a terminal.
  2. Open at least one session tab.
  3. Right-click the session tab.
  4. From the context menu, select Rename.
  5. 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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.