claude-code - 💡(How to fix) Fix [FEATURE] Allow clearing or compacting the Dispatch thread

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…

Fix Action

Fix / Workaround

Dispatch uses a single persistent thread that never resets. This is by design for continuity, but like in practice not all tasks in Dispatch would be related to each other or even in the same domain (work vs personal etc.). Over time the thread accumulates context from dozens of disconnected tasks, which means Claude is reading through irrelevant history on every new message. This wastes context window capacity and likely degrades response quality as the thread grows.

There is currently no way to clear, reset, or start a new Dispatch thread from any client (desktop, mobile, or web).

Add a "Reset Dispatch" or "New Thread" option accessible from both the desktop and mobile Dispatch UI. This would clear the conversation history and start a fresh thread. The best solution (IMO) would be to do it like all other Anthropic products do it (Claude chat, CC, cowork regular chat), and just allow new conversation threads instead of 1 universal thread.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Dispatch uses a single persistent thread that never resets. This is by design for continuity, but like in practice not all tasks in Dispatch would be related to each other or even in the same domain (work vs personal etc.). Over time the thread accumulates context from dozens of disconnected tasks, which means Claude is reading through irrelevant history on every new message. This wastes context window capacity and likely degrades response quality as the thread grows.

There is currently no way to clear, reset, or start a new Dispatch thread from any client (desktop, mobile, or web).

Proposed Solution

Add a "Reset Dispatch" or "New Thread" option accessible from both the desktop and mobile Dispatch UI. This would clear the conversation history and start a fresh thread. The best solution (IMO) would be to do it like all other Anthropic products do it (Claude chat, CC, cowork regular chat), and just allow new conversation threads instead of 1 universal thread.

Optionally, Dispatch could auto-compact or summarize older tasks instead of carrying the full raw history forward, similar to how /compact works in Claude Code.

Alternative Solutions

Only workaround I've found is to use dispatch sparingly, but that's not really an alternative and hinders how much I use it, thereby reducing productivity when away from my laptop.

Priority

High - Significant impact on productivity

Feature Category

Other

Use Case Example

No response

Additional Context

No response

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