Uh oh!
There was an error while loading. Please reload this page.
feat: add session archive/unarchive support to TUI - #22372
Conversation
The following comment was made by an LLM, it may be inaccurate: Based on my search results, I found the following related PRs: Potential Related PRs:
The current PR (22372) is explicitly a rebase of PR #13961, so they address the exact same feature but at different points in time. |
B67687
commented
Apr 15, 2026
FYI: For the GUI/Desktop archive UI, see B67687/opencode#3 - it's a clean PR with just the Settings > Archived Sessions tab. |
Issue for this PR
Closes#13964
Type of change
What does this PR do?
Adds session archive/unarchive support to the TUI:
/archiveslash command to archive current sessionsession_archivekeybind (configurable)This is a rebased version of PR #13961 by @uriva, updated to current dev to resolve conflicts that accumulated after the March rebase.
How did you verify your code works?
Rebased onto current dev - used the same conflict resolution approach that worked before. Typecheck passes (at least for the changed opencode package).
Screenshots / recordings
N/A - no UI changes, only keybinds and list filtering.
Checklist