WebUI 'Recent projects' limited to 5, no way to see all projects #4784

Open
opened 2026-02-16 17:45:25 -05:00 by yindo · 1 comment
Owner

Originally created by @aaajiao on GitHub (Jan 11, 2026).

Originally assigned to: @adamdotdevin on GitHub.

Summary

The WebUI homepage only displays 5 most recently accessed projects. There's no way to view or access other registered projects through the UI.

Problem

  • Projects are stored in ~/.local/share/opencode/storage/project/*.json
  • WebUI "Recent projects" section only shows 5 projects (sorted by updated timestamp)
  • If user has more than 5 projects, older ones become inaccessible via UI
  • No "Show all projects" option or project browser exists

Reproduction

  1. Register 6+ projects (by accessing them or creating storage JSON files)
  2. Open WebUI homepage
  3. Only 5 projects visible

Expected Behavior

  • Either increase the limit or remove it entirely
  • Or provide a "View all projects" option
  • Or add a project browser/search feature

Environment

  • OpenCode version: latest
  • Running in Docker container

Workaround

Manually update the updated timestamp in project JSON files to rotate which projects appear.

Originally created by @aaajiao on GitHub (Jan 11, 2026). Originally assigned to: @adamdotdevin on GitHub. ## Summary The WebUI homepage only displays 5 most recently accessed projects. There's no way to view or access other registered projects through the UI. ## Problem - Projects are stored in `~/.local/share/opencode/storage/project/*.json` - WebUI "Recent projects" section only shows 5 projects (sorted by `updated` timestamp) - If user has more than 5 projects, older ones become inaccessible via UI - No "Show all projects" option or project browser exists ## Reproduction 1. Register 6+ projects (by accessing them or creating storage JSON files) 2. Open WebUI homepage 3. Only 5 projects visible ## Expected Behavior - Either increase the limit or remove it entirely - Or provide a "View all projects" option - Or add a project browser/search feature ## Environment - OpenCode version: latest - Running in Docker container ## Workaround Manually update the `updated` timestamp in project JSON files to rotate which projects appear.
yindo added the web label 2026-02-16 17:45:25 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 11, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #7111: Recent projects not found in 'Open Project' dialog search
  • #7545: [FEATURE]: add projects listing command to list all known projects

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Jan 11, 2026): This issue might be a duplicate of existing issues. Please check: - #7111: Recent projects not found in 'Open Project' dialog search - #7545: [FEATURE]: add projects listing command to list all known projects Feel free to ignore if none of these address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#4784