[BUG] File drag-and-drop functionality broken and file path links non-clickable on macOS
Bug Description
Two related file handling issues are affecting the user experience in
Claude Code:
- File drag-and-drop functionality fails: When dragging files into
Claude Code, the files briefly appear but then immediately convert to
placeholder text like "[Image #1]" instead of being properly processed.
- File path links are non-clickable: File and folder paths displayed
in conversations appear as plain text and cannot be clicked to open or
navigate to the actual files/folders.
## Steps to Reproduce
### Issue 1: File Drag-and-Drop
- Open Claude Code
- Drag any file (image, document, etc.) from Finder into the Claude Code
interface
- Observe that the file briefly appears
- Note that it immediately converts to a placeholder like "[Image #1]"
### Issue 2: Non-clickable File Links
- Start a conversation where file paths are referenced
- Observe file/folder paths displayed in the conversation
- Attempt to click on these paths
- Note that they behave as plain text rather than clickable links
## Expected Behavior
- File drag-and-drop: Files should remain accessible and viewable
after being dragged into the interface, allowing Claude to properly
analyze their contents.
- File path links: File and folder paths shown in conversations
should be clickable links that open the respective files in the default
application or navigate to the folder location.
## Environment Information
- Platform: macOS (Darwin 24.6.0)
- Claude Code Version: Latest
- Date: August 25, 2025
## Impact
These issues significantly impact workflow efficiency, particularly for
users who frequently work with files and need quick access to referenced
paths during development sessions.
Claude Code 1.0.90
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗