anomalyco / anomalyco/opencode

[FEATURE] Option to show all sessions in the session list without repeated 'Load more'

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

@simonklee is already working on this.

Since Aug 29, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

Describe the enhancement you want to request

The session list in the sidebar (TUI, desktop app and web) is paginated: to reach older sessions you have to click "Load More" multiple times. With many sessions this is tedious, and there is no way to display the whole list at once.

I checked the current TUI docs and the live schema at https://opencode.ai/tui.json: there is no option like session_list_limit (or equivalent) to control this.

Proposed behavior

Add a configurable setting in tui.json, e.g. session_list_limit, that accepts a positive integer or "none" (show all sessions). This would avoid the repeated "Load More" clicks for users with hundreds of sessions.

Current workarounds
  • /sessions (ctrl+x then l) opens the searchable session picker to jump to any session.
Additional context

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.