Integrate #69: drag-and-drop file attachments - #91
Conversation
There is no way to hand a bot a file today: you copy the path out of Finder by hand, or you do not send it at all. Dropping one on the window did something worse — Electron navigated the window to the file and the app went blank. Dropping a file anywhere on the window now attaches it. The overlay says so while you drag; the file becomes a chip beside any pasted text, and on send it folds into the message as <attached-file path="…" />. By path rather than by content, on purpose: every driver here is an agent that can open a file itself, so a 200 MB video, a PDF, and a CSV all work the same way, in one line of prompt, for providers that have no attachment protocol at all. Only the preload can name a dropped file — Electron 32 removed File.path — so the bridge exposes webUtils.getPathForFile. A drag out of a web page carries no file on disk: small text lands as a pasted chip instead, anything else says so rather than attaching a path that does not exist. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0197wYuWWpF21iBeNgHZ8n3X
|
Warning Review limit reached
Next review available in: 6 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
Comment |
Closes #69.
This preserves the original contribution as a merge parent and integrates it with the current composer.
Review fixes included:
Local verification: