Conversation
intent(windows): run Alacritty as a first-class in-app pane with SpaceVibe appearance, focus, actions, and layout persistence. decision(windows): Shift-click splits create native Alacritty panes while ordinary splits remain xterm shells. constraint(windows): isolate generated configs and terminate owned processes on every close path.
intent(windows): keep embedded Alacritty aligned while the app moves, resizes, or changes display scale. decision(windows): invalidate cached native bounds from Tauri window events and release every listener with its pane.
intent(ci): exercise the Windows-only Alacritty path even when Windows unit modules are compiled on Linux.
intent(native-terminal): close lifecycle, focus monitoring, and runtime files safely decision(close): confirm uninspectable native processes instead of assuming idle constraint(cross-platform): preserve native CWDs without sending native IDs to PTY IPC
decision(alacritty): fail closed when native panes cannot provide bracketed paste test(windows): serialize plugin fixture paths as valid JSON
decision(config): scope generated Alacritty files to a process launch nonce test(accessibility): exercise asynchronous native pane failures
intent(macos): offer the same Shift-split Alacritty workflow, appearance, focus, actions, and cleanup as Windows. decision(macos): use the supported Accessibility API to coordinate one borderless Alacritty window per pane because AppKit cannot reparent a window owned by another process. constraint(macos): request Accessibility permission on demand and fall back to the normal shell when Alacritty or permission is unavailable.
intent(native-terminal): stop focus monitors on every cleanup path decision(shortcuts): verify AX focus before posting global keyboard events
decision(config): prevent concurrent SpaceVibe instances from sharing pane configs
decision(native): make native occlusion authoritative with monotonic epochs constraint(windows): keep portable runtime files beside the installed executable when writable
|
@ASVLCII is attempting to deploy a commit to the mxrsv-dev Team on Vercel. A member of the Team first needs to authorize it. |
|
Warning Review limit reached
Next review available in: 59 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. 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 (39)
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. Comment |
Adds native Alacritty panes on macOS with Shift-click split support, shell fallback when Alacritty is unavailable, synchronized focus/geometry, settings integration, and reliable overlay hiding while workspace/settings/modal surfaces are open.
The shared pane-presentation state machine rejects stale visibility/focus/action requests. macOS uses Accessibility visibility controls with an off-screen fail-safe so covered native windows cannot bleed through the WebView.