claude-code - 💡(How to fix) Fix [FEATURE] auto-accept option for spawn_task tiles [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#53711Fetched 2026-04-28 06:49:05
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×4

The mcp__ccd_session__spawn_task tool is the right primitive for parallel work — opens a clean worktree + new chat without congesting the main session's task bar. I use it constantly. The click-to-confirm chip becomes a papercut at scale.

Root Cause

The mcp__ccd_session__spawn_task tool is the right primitive for parallel work — opens a clean worktree + new chat without congesting the main session's task bar. I use it constantly. The click-to-confirm chip becomes a papercut at scale.

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

Summary

The mcp__ccd_session__spawn_task tool is the right primitive for parallel work — opens a clean worktree + new chat without congesting the main session's task bar. I use it constantly. The click-to-confirm chip becomes a papercut at scale.

Problem

When directing several streams of work, the assistant proposes 3-4 spawned sessions in a turn and each one waits for a click. The click isn't a security gate (spawned sessions inherit the parent's permission mode either way) — it's a "did you mean to fork?" check. When I've literally just typed "spawn a task to do X", I clearly meant to.

Proposed Solution

Proposed solutions, in order of preference

  1. Per-call auto-accept the assistant can opt into when the user's prompt is unambiguous (e.g. they said "spawn a task to..."). A parameter on the tool call.
  2. settings.json flag (e.g. "spawnTask.autoAccept": true) for users who trust the assistant's judgment globally.
  3. Keyboard shortcut to accept all pending chips as a middle ground.

Either 1 or 2 would let me use this primitive at the cadence the workflow wants.

Environment

  • Claude Code (Cowork session UI, spawn_task chips)
  • macOS

Alternative Solutions

Clicking the button and bring a little sadder each time.

Priority

Medium - Would be very helpful

Feature Category

Interactive mode (TUI)

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Consider adding a parameter to the mcp__ccd_session__spawn_task tool to auto-accept spawned sessions when the user's prompt is unambiguous.

Guidance

  • Review the mcp__ccd_session__spawn_task tool's documentation to see if there are any existing parameters or flags that can be used to auto-accept spawned sessions.
  • Investigate the possibility of adding a settings.json flag, such as "spawnTask.autoAccept": true, to enable auto-acceptance globally for users who trust the assistant's judgment.
  • Explore the option of implementing a keyboard shortcut to accept all pending chips as a middle ground solution.

Example

No code snippet is provided as the issue does not contain sufficient technical details.

Notes

The proposed solutions are based on the user's preference for a per-call auto-accept parameter or a global settings.json flag. The feasibility of these solutions depends on the existing implementation of the mcp__ccd_session__spawn_task tool and the Claude Code platform.

Recommendation

Apply workaround: Add a parameter to the mcp__ccd_session__spawn_task tool to auto-accept spawned sessions when the user's prompt is unambiguous, as this solution is likely to provide the most flexibility and control for the user.

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 [FEATURE] auto-accept option for spawn_task tiles [1 participants]