claude-code - 💡(How to fix) Fix [BUG] Claude Desktop (macOS): file-attachment chip from agent file-delivery is not clickable (click is a no-op)

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…

When an agent delivers a file to the user (tool result: "N file delivered to user"), Claude Desktop renders an attachment chip in the chat. The chip is styled as an interactive/openable element, but clicking it does nothing — no preview, no File Pane, no native app, no Finder reveal. There's no way to open the delivered file from the chip itself.

Root Cause

When an agent delivers a file to the user (tool result: "N file delivered to user"), Claude Desktop renders an attachment chip in the chat. The chip is styled as an interactive/openable element, but clicking it does nothing — no preview, no File Pane, no native app, no Finder reveal. There's no way to open the delivered file from the chip itself.

Fix Action

Fix / Workaround

Notes

  • Reproduced live 2026-06-05.
  • Workaround: the agent emits a CWD-relative markdown link [name](path) to the same file alongside the chip; that link does open.
RAW_BUFFERClick to expand / collapse

Versions

  • Claude for macOS (desktop app): 1.11187.1
  • Claude Code (Code view inside the desktop app): 2.1.162
  • Platform: macOS 15.7.7, arm64 (Apple Silicon)

Summary

When an agent delivers a file to the user (tool result: "N file delivered to user"), Claude Desktop renders an attachment chip in the chat. The chip is styled as an interactive/openable element, but clicking it does nothing — no preview, no File Pane, no native app, no Finder reveal. There's no way to open the delivered file from the chip itself.

Repro

  1. In a Claude Code session inside Claude Desktop (macOS), have the agent deliver an existing local file to the user (e.g. a .md).
  2. An attachment chip appears in the chat with the filename + caption.
  3. Click the chip.

Expected

Clicking opens the file (preview pane / native app / Finder reveal), consistent with how it's visually presented as an actionable attachment.

Actual

The click is a no-op. The only way to reach the file is if the agent also emits a separate text link to the path.

Notes

  • Reproduced live 2026-06-05.
  • Workaround: the agent emits a CWD-relative markdown link [name](path) to the same file alongside the chip; that link does open.

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