feat(app): add two-step confirmation for archive session #4786

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

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

Originally assigned to: @adamdotdevin on GitHub.

Single-click archive in sidebar can cause accidental data loss.

TUI already has confirmation for delete:

Image

Request: Add similar two-step confirmation to WebUI.

Originally created by @hotic on GitHub (Jan 11, 2026). Originally assigned to: @adamdotdevin on GitHub. Single-click archive in sidebar can cause accidental data loss. TUI already has confirmation for delete: <img width="687" height="162" alt="Image" src="https://github.com/user-attachments/assets/2ee4ded4-6911-41e5-b987-be112fe2cd7d" /> Request: Add similar two-step confirmation to WebUI.
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:

  • #7882: bug(webui): archived session "flashes back" due to SSE race condition - Also addresses issues with archiving sessions in the WebUI sidebar and proposes using the same delete logic as TUI

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: - #7882: bug(webui): archived session "flashes back" due to SSE race condition - Also addresses issues with archiving sessions in the WebUI sidebar and proposes using the same delete logic as TUI Feel free to ignore if none of these address your specific case.
Author
Owner

@DancecardJK commented on GitHub (Jan 23, 2026):

The command-shift-delete key combination (on macos) also immediately deletes your current session without any confirmation step. This is a frequently encountered key combination on macos, but that combination is used to delete your current paragraph.

  1. This key combination should never have been overridden.
  2. At minimum this shouldn't be instantly and irreversibly fatal to your session.
@DancecardJK commented on GitHub (Jan 23, 2026): The command-shift-delete key combination (on macos) also immediately deletes your current session without any confirmation step. This is a frequently encountered key combination on macos, but that combination is used to delete your current paragraph. 1. This key combination should never have been overridden. 2. At minimum this shouldn't be instantly and irreversibly fatal to your session.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#4786