claude-code - 💡(How to fix) Fix Persistent list of spawned tasks instead of chip-only UI [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#52119Fetched 2026-04-23 07:36:08
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Timeline (top)
labeled ×3
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

When an agent calls spawn_task to flag follow-up work, the result appears as a "chip" / bubble in the UI that can only be launched or dismissed. Two problems:

Dismiss is irreversible. A single accidental click on the X permanently loses the task, including the carefully-crafted prompt and context. There is no undo. No persistent inventory. If multiple tasks are spawned across different sessions, there is no single place to view them all, see their full prompts, reorder priorities, or recover recently closed ones. In long projects I often flag follow-up refactors during a session and return to them days later. The chip-only UI is fragile for this workflow — one misclick and the task is gone without trace.

Proposed Solution

Add a dedicated "Tasks" / "Follow-ups" panel in the project view listing all spawned tasks with title, tldr, and timestamp. Replace hard-delete on X with soft-dismiss — moves to an archive with a visible "recently dismissed" section (e.g. 30 days) so accidents can be undone. Show full prompt preview on hover or click, not just the tldr tooltip. Allow editing the prompt or title before launching (useful when context has shifted since it was created). Add a confirmation or keyboard modifier on the X button to prevent accidental dismissals (or require a two-step delete).

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

Interactive mode (TUI)

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Implement a "Tasks" panel to list all spawned tasks and replace hard-delete with soft-dismiss to prevent accidental task loss.

Guidance

  • Consider adding a confirmation prompt or keyboard modifier to the X button to prevent accidental dismissals.
  • Implement a "recently dismissed" section in the archive to allow users to recover accidentally dismissed tasks.
  • Design the "Tasks" panel to display title, timestamp, and a preview of the full prompt on hover or click.
  • Allow users to edit the prompt or title before launching the task to accommodate changing context.

Example

No code example is provided as the issue does not contain specific technical details.

Notes

The proposed solution aims to address the fragility of the current "chip"-based UI and provide a more robust workflow for managing follow-up tasks. However, the implementation details may vary depending on the specific requirements and technical constraints of the project.

Recommendation

Apply workaround: Implement the proposed "Tasks" panel and soft-dismiss functionality to improve the usability and reliability of the follow-up task management feature. This will help prevent accidental task loss and provide a more user-friendly interface for managing tasks.

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 Persistent list of spawned tasks instead of chip-only UI [1 participants]