feat(studio): hide-AI setting, macOS window controls, onboarding tour, Drizzle operator intellisense - #222
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🧙 Sourcery is reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Warning Review limit reached
Next review available in: 40 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 (14)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
…, Drizzle operator intellisense Four grouped features: - Settings > Safety gains 'Hide AI' — removes the assistant panel + corner button, Cmd+K generation, AI explain/fix actions, the AI shortcut, and all four AI settings sections (#163). - Settings > Interface gains a window-controls style switch: custom buttons or macOS traffic lights, persisted (#165 — position left/right deferred, needs per-header layout work). - Skippable 5-step onboarding tour on first launch: coachmark card + spotlight on the nav rail, driven by a persisted launch counter (offers for the first 3 launches until completed/skipped) (#160). - Drizzle runner gains real intellisense for condition operators: Monaco signature help (active-parameter tracking via a forward call-stack parser) and hover docs for eq/ne/gt/gte/lt/lte/like/ilike/inArray/notInArray/between/and/or/not/isNull/isNotNull (#176). Closes #163 Closes #160 Closes #176
Grouped feature PR (per request — fewer PRs), four independent features:
#163 — Hide AI entirely
New Settings → Safety → Hide AI toggle (default off, existing users unaffected). When on:
#165 — Window controls style (partial)
New Settings → Interface → Window Controls select:
custom(current) ormacostraffic lights (close/min/max dots with hover glyphs, Tauri only), persisted. Position (left/right) is deferred — WindowControls is mounted in ~7 headerrightSlots and moving it left needs per-header layout work (the #164 concern the issue itself references). Leaving #165 open for that half, with a comment.#160 — Skippable onboarding tour
Non-intrusive 5-step coachmark (bottom-center card + spotlight ring on the nav rail; no dimming overlay, app stays usable). Driven by a persisted launch counter (per the issue's note) in localStorage — which persists in the Tauri webview too: offers on the first 3 launches until completed or skipped, never again after. Nav anchors via a new
data-nav-idon nav items.#176 — Drizzle operator intellisense
Beyond the existing completions, the runner now has:
eq(,between(, …) with correct active-parameter tracking — a forward call-stack parser handles nested calls, arrays, objects, and unterminated strings (findEnclosingOperatorCall, 12 unit tests)Verification
Closes #163
Closes #160
Closes #176
Summary by Sourcery
Add user-configurable controls for AI visibility, window button style, onboarding guidance, and Drizzle operator tooling in Studio.
New Features:
Enhancements:
Tests: