anomalyco / anomalyco/opencode
[FEATURE] Option to show all sessions in the session list without repeated 'Load more'
@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
- Related earlier proposal: https://github.com/anomalyco/opencode/issues/20754 (PR #6138)
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.