claude-code - 💡(How to fix) Fix Claude Dispatch: no way to delete conversations [1 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#52932Fetched 2026-04-25 06:16:52
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3

Fix Action

Fix / Workaround

Claude Dispatch (Cowork) currently provides no UI affordance to delete a conversation. There is no trash icon, no hover-revealed "..." menu on conversations in the sidebar, and no delete option in any menu I can find.

This is a privacy issue: if a conversation contains sensitive content (credentials, passcodes, personal data), the user has no way to remove it from within the Dispatch interface.

A delete affordance on conversations in the Dispatch sidebar — e.g. a hover-revealed "..." menu with a Delete option, matching the pattern used on claude.ai.

RAW_BUFFERClick to expand / collapse

Problem

Claude Dispatch (Cowork) currently provides no UI affordance to delete a conversation. There is no trash icon, no hover-revealed "..." menu on conversations in the sidebar, and no delete option in any menu I can find.

This is a privacy issue: if a conversation contains sensitive content (credentials, passcodes, personal data), the user has no way to remove it from within the Dispatch interface.

Expected

A delete affordance on conversations in the Dispatch sidebar — e.g. a hover-revealed "..." menu with a Delete option, matching the pattern used on claude.ai.

Actual

No delete option surfaced anywhere in the Dispatch UI.

Environment

  • Claude Dispatch / Cowork (research preview)
  • macOS (Darwin 25.3.0)

extent analysis

TL;DR

The most likely fix is to add a delete affordance to the conversations in the Dispatch sidebar, such as a hover-revealed "..." menu with a Delete option.

Guidance

  • Review the Dispatch UI code to identify where the conversation list is rendered and determine why the delete option is not being displayed.
  • Check if there are any existing issues or feature requests related to adding a delete conversation feature in the Claude Dispatch project.
  • Investigate the claude.ai implementation of the delete affordance to see if it can be replicated in the Dispatch UI.
  • Consider reaching out to the development team or submitting a feature request to add the delete conversation feature.

Notes

The issue is specific to the Claude Dispatch (Cowork) research preview, and the solution may vary depending on the underlying implementation and technology stack.

Recommendation

Apply workaround: Reach out to the development team or submit a feature request to add the delete conversation feature, as it is not currently available in the Dispatch UI.

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