claude-code - 💡(How to fix) Fix Allow deleting archived sessions in Claude Code iOS app [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#45416Fetched 2026-04-09 08:05:56
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
labeled ×2commented ×1

Currently, archived sessions in the Claude Code iOS app (under "アーカイブ済み") can only be viewed but not deleted.

Root Cause

Currently, archived sessions in the Claude Code iOS app (under "アーカイブ済み") can only be viewed but not deleted.

RAW_BUFFERClick to expand / collapse

Description

Currently, archived sessions in the Claude Code iOS app (under "アーカイブ済み") can only be viewed but not deleted.

Expected Behavior

Users should be able to delete archived sessions — for example, via swipe-to-delete or a long-press context menu.

Steps to Reproduce

  1. Open Claude Code iOS app
  2. Scroll to "アーカイブ済み" section
  3. Tap into the archived device (e.g., outannoMacBook-Pro)
  4. No option to delete any archived session

Platform

  • iOS app

extent analysis

TL;DR

Implementing a swipe-to-delete or long-press context menu functionality for archived sessions in the Claude Code iOS app should allow users to delete them.

Guidance

  • Review the iOS app's code for the "アーカイブ済み" section to identify why delete functionality is missing.
  • Check if there are any existing functions or methods that handle deletion of sessions, which could be adapted for archived sessions.
  • Consider adding a long-press context menu to archived sessions, providing a "Delete" option.
  • Verify that the app's data storage and management system supports the deletion of archived sessions without causing data inconsistencies.

Example

No specific code example can be provided without more context, but a typical implementation might involve adding a UITableViewDelegate method to handle swipe-to-delete gestures or a UILongPressGestureRecognizer to handle long-press actions.

Notes

The exact implementation details may depend on the app's architecture, data storage solutions, and existing session management logic.

Recommendation

Apply a workaround by implementing a delete button or menu option for archived sessions, as this directly addresses the missing functionality without requiring a version upgrade, which is not mentioned as an option in the issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Allow deleting archived sessions in Claude Code iOS app [1 comments, 2 participants]