anomalyco / anomalyco/opencode
Web: clicking conversation title in sidebar does not rename the session
Open
@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
- Start
opencode weband open the interface. - Open an existing session (or create a new one so a title is auto-generated).
- Click the session title in the sidebar.
- Nothing happens — the title cannot be edited.
Workarounds that work
- TUI: press
Ctrl+R(session_renamekeybind) 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
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.