🤖 feat: Support attaching external files to prompts (drag-and-drop / file picker)
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 134
- Avg merge
- 14h 57m
- Merged PRs (30d)
- 307
Description
## Request
Attach external files (from Downloads, Desktop, etc.) to prompts without copying them into the workspace first.
**Desired UX:** Drag-and-drop or file picker (📎) in chat input.
**File types:** `.txt`, `.sql`, `.pdf`, `.docx`, images
## Current State
- `@` tagging: works for in-project files ✓
- Image paste: works ✓
- File drag-and-drop: not supported ✗
## Challenge: Context Management
Large attachments can blow context limits. Need:
- File size / token estimation before send
- Clear limits and warnings
- Strategy for PDFs (text extraction) and DOCX (parsing)
---
_Generated with `mux` • Model: `anthropic:claude-opus-4-5` • Thinking: `high`_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.