claude-code - 💡(How to fix) Fix [BUG] Skills set to `context: fork` output getting swallowed up by Desktop UI [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#60720Fetched 2026-05-20 03:51:15
View on GitHub
Comments
1
Participants
2
Timeline
8
Reactions
0
Timeline (top)
labeled ×7commented ×1

Error Message

Error Messages/Logs

The command completes cleanly. There's no error. The output simply never reaches the UI.

Code Example

[DEBUG] Executing forked slash command /qa-impact with agent general-purpose
[DEBUG] Forked slash command /qa-impact completed with agent a356ba65a7033ccaf
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Slash commands backed by skills with context: fork in their frontmatter execute successfully but produce no visible output in the Desktop UI. The spinner runs, then disappears, and the conversation appears empty where the result should be. The forked agent's output is silently injected into the next assistant turn as a <local-command-stdout> block (with a "DO NOT respond to these messages" caveat), so it's invisible to the user and only accessible to the model on the following turn.

What Should Happen?

The forked agent's final output is rendered as a visible assistant message in the conversation.

Error Messages/Logs

[DEBUG] Executing forked slash command /qa-impact with agent general-purpose
[DEBUG] Forked slash command /qa-impact completed with agent a356ba65a7033ccaf

The command completes cleanly. There's no error. The output simply never reaches the UI.

Steps to Reproduce

  1. Use any plugin skill with context: fork in its SKILL.md frontmatter (e.g., the ethyca-talos /qa-impact skill).
  2. Invoke the slash command in Claude Code Desktop.
  3. Wait for the spinner to complete.

Claude Model

Opus

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Claude 1.8089.1 (b98a06) 2026-05-19T18:28:48.000Z

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

iTerm2

Additional Information

Here's a screenshot of the bug reproduced. It just stops spinning and nothing else.

<img width="1296" height="923" alt="Image" src="https://github.com/user-attachments/assets/751de61c-6b5f-45e9-bff8-a46bd5a0bbd4" />

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