anomalyco / anomalyco/opencode

Web: clicking conversation title in sidebar does not rename the session

Open
#43,256 1 comment 0 reactions 1 assignee View on GitHub

@Hona is already working on this.

Since Aug 18, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
Avg merge
7h 2m
Merged PRs (30d)
384

Description

Description

In the opencode web interface (started with opencode web / desktop app), clicking the conversation title in the sidebar does not rename the session. The title appears to be non-editable (single click does nothing; no edit affordance appears).

Expected behavior

Clicking (or an explicit edit affordance) on the session title in the web UI should let the user rename the conversation.

Steps to reproduce

  1. Start opencode web and open the interface.
  2. Open an existing session (or create a new one so a title is auto-generated).
  3. Click the session title in the sidebar.
  4. Nothing happens — the title cannot be edited.

Workarounds that work

  • TUI: press Ctrl+R (session_rename keybind) renames the session fine.
  • Direct DB edit: opencode db "UPDATE session SET title='X' WHERE id='ses_...'" renames successfully (confirmed working).

Environment

  • Platform: Windows (PowerShell)
  • opencode version: recent (installed via npm opencode-ai)

Related: session title is stored in the session.title column of the opencode.db SQLite database.

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.