fix: mirror Electron profile path in environment - #35
Conversation
|
Warning Review limit reached
Next review available in: 59 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 Run ID: 📒 Files selected for processing (5)
✨ 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 |
Summary
CODEX_ELECTRON_USER_DATA_PATH.--user-data-diras the explicit Chromium/Electron argument so both desktop path-selection mechanisms resolve to the same directory.app defaultremains unchanged.Why
The integrated ChatGPT desktop bundle can consult its Electron data path through app environment state as well as Chromium arguments. Supplying only
--user-data-dirleaves those two path-selection mechanisms inconsistent. Mirroring the same managed profile directory closes that gap without copying tokens, cookies, or app bundles.Testing
make checkCODEX_HOMEmatched the secondary profile homeCODEX_ELECTRON_USER_DATA_PATHmatched the same profile's Electron directory--user-data-dirScope and compatibility
app defaultcontinues to use the stock ChatGPT session without a custom Electron directory.--user-data-dir.Checklist
make check; if the environment lacks ShellCheck, I ranmake testand documented the missing lint result instead.app defaultsession and use the original signed app bundle.