Release v2.4.2#68
Conversation
|
Warning Review limit reached
Next review available in: 41 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. ✨ 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 |
Ships the Windows fixes already merged to main. They are dormant until a tag, since users only get them through a release build.
Included
UTF-8 stdin (#67).
main.pyreconfigured stdout and stderr but not stdin — the stream that receives the task JSON from Node. On Windows Python falls back to cp1252, andU+201Dencodes byte0x9D, which cp1252 leaves undefined, so a title with a curly quote raisedUnicodeDecodeErrorbefore the request was parsed. Fixed in the backend, in the launcher'snodeEnv()(which omitted the encoding vars thatRun()set, leaving the MCP path exposed while studio was fine), and in a sharedpythonEnv()for all four Node→Python spawns.Filename sanitizing (#67). Export filenames now go through a shared
safe_filenamethat strips path separators and characters Windows rejects, caps length, and escapes reserved device names (CON.fcpxmlfails on Windows just asCONdoes).Dead code removal (#66). The unpublishable
npm/package, 3.8M of unreferenced product shots, and the pre-native-CLI wrappers.Version
package.json2.4.1 → 2.4.2, withcli/VERSIONregenerated bygo generate. The release workflow refuses to build a tag that disagrees withpackage.json.