Uh oh!
There was an error while loading. Please reload this page.
feat: add global session list scope toggle (local → project → global) - #32750
feat: add global session list scope toggle (local → project → global)#32750ZYC99 wants to merge 1 commit into
Conversation
- Add keybinding (ctrl+g) to cycle session list scope in /sessions dialog - Three scopes: local (current directory), project (current project), global (all projects) - In global mode, each session shows its project worktree as footer - Add palette command for scope toggle discoverability - Backend listGlobal() already supports cross-project query via /experimental/session
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
Issue for this PR
Closes # (no existing issue — feature request to toggle between local/project/global session list views)
Type of change
What does this PR do?
Adds a keybinding (\ctrl+g) in the /sessions\ dialog to cycle between three session list scopes:
In global mode, each session entry shows its project worktree as a footer, so users can distinguish which project it belongs to.
Files changed:
The backend \listGlobal()\ already supports cross-project queries via /experimental/session\ — this PR only adds the UI toggle.
How did you verify your code works?
Screenshots / recordings
(N/A — no visual changes beyond existing session list dialog, toggle adds footer hint text)
Checklist