Skip to content

feat: add session archive/unarchive support to TUI (rebased onto current dev)#22328

Closed
B67687 wants to merge 1 commit intoanomalyco:devfrom
B67687:feat/tui-archive-session-rebased
Closed

feat: add session archive/unarchive support to TUI (rebased onto current dev)#22328
B67687 wants to merge 1 commit intoanomalyco:devfrom
B67687:feat/tui-archive-session-rebased

Conversation

@B67687
Copy link
Copy Markdown

@B67687 B67687 commented Apr 13, 2026

Summary

Rebased and refresh of PR #13961 by @uriva onto current dev.

Changes

  • /archive slash command to archive current session
  • Session list shows archived sessions when toggled with tab
  • Selecting an archived session unarchives it
  • Auto-navigate home when current session is archived
  • session_archive keybind (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

@github-actions github-actions bot added the needs:compliance This means the issue will auto-close after 2 hours. label Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

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.

@github-actions
Copy link
Copy Markdown
Contributor

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:

  1. PR feat: add session archive/unarchive support to TUI #13961 - "feat: add session archive/unarchive support to TUI"

  2. PR feat(app): view archived sessions & unarchive #15250 - "feat(app): view archived sessions & unarchive"

  3. PR feat(session): add archive undo + unarchive command #16212 - "feat(session): add archive undo + unarchive command"

  4. PR fix: --continue should skip archived sessions #22174 - "fix: --continue should skip archived sessions"

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.

@github-actions
Copy link
Copy Markdown
Contributor

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.

@github-actions github-actions bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Apr 13, 2026
@github-actions github-actions bot closed this Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add session archive/unarchive support to TUI

2 participants