feat: add session archive/unarchive support to TUI (rebased onto current dev)#22328
feat: add session archive/unarchive support to TUI (rebased onto current dev)#22328B67687 wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
The following comment was made by an LLM, it may be inaccurate: Based on the search results, here are the related PRs (excluding the current PR #22328): Potentially Related PRs:
Note: PR #22328 is explicitly a rebase of PR #13961 onto current dev, so these are not true duplicates but rather related work on the same feature. |
|
This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window. Feel free to open a new pull request that follows our guidelines. |
Summary
Rebased and refresh of PR #13961 by @uriva onto current dev.
Changes
/archiveslash command to archive current sessiontabsession_archivekeybind (configurable)Status
Rebased onto current dev, passes typecheck for changed packages.
Note
Original PR had conflicts due to dev moving forward since the last rebase (Mar 6). This version resolves those conflicts properly.
Closes #13964
Thanks to @uriva for the original implementation