Skip to content

feat: file explorer mention actions and zoom-aware context menus#1

Merged
yordis merged 5 commits into
mainfrom
yordis/feat-file-explorer-mentions
Jul 16, 2026
Merged

feat: file explorer mention actions and zoom-aware context menus#1
yordis merged 5 commits into
mainfrom
yordis/feat-file-explorer-mentions

Conversation

@yordis

@yordis yordis commented Jul 16, 2026

Copy link
Copy Markdown
Member
  • Attaching files to a prompt required typing @-mentions by hand even though the file explorer already has the file in front of you; right-click now offers Copy mention and Add to chat so browsing and prompting stay in one flow.
  • Copied mention text degraded to plain text on paste because the composer only tokenized programmatic inserts, which made sharing mentions between surfaces pointless.
  • Native context menus drifted away from the cursor whenever the window was zoomed, proportionally to the distance from the window origin, so the new file-explorer menu (far right edge) was unusable while left-edge menus only looked fine by accident; every coordinate-positioned menu in the desktop app was affected.

yordis added 2 commits July 16, 2026 02:36
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@yordis, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 36 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 79a883a4-bbe1-4bac-8a3b-443f07a6cff7

📥 Commits

Reviewing files that changed from the base of the PR and between ecb35f7 and 67a8426.

📒 Files selected for processing (5)
  • apps/desktop/src/electron/ElectronMenu.ts
  • apps/web/src/components/ComposerPromptEditor.tsx
  • apps/web/src/components/files/FileBrowserPanel.tsx
  • docs/fork/0001-file-explorer-mention-actions.md
  • docs/fork/README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch yordis/feat-file-explorer-mentions

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

yordis added 3 commits July 16, 2026 02:38
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis
yordis merged commit 63bf518 into main Jul 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant