diffray
diffray
## Review Summary > **Free public review** - Want AI code reviews on your PRs? Check out [diffray.ai](https://diffray.ai/open-source/?utm_source=github-public) Validated 101 issues: 56 kept, 45 filtered ### Issues Found: 56 💬...
## Changes Summary This PR makes the codebase compliant with the -Wall compiler flag by fixing compiler warnings. Changes include replacing `unsigned char` with `uint8_t` for byte data, adding `__attribute__((format))`...
## Review Summary > **Free public review** - Want AI code reviews on your PRs? Check out [diffray.ai](https://diffray.ai/open-source/?utm_source=github-public) Validated 4 issues: 4 kept (all verified commented-out code blocks that should...
## Changes Summary This PR addresses issue #6380 by systematically migrating the RustPython codebase to prefer `core::` and `alloc::` imports over `std::` imports where appropriate, following Rust best practices for...
## Review Summary > **Free public review** - Want AI code reviews on your PRs? Check out [diffray.ai](https://diffray.ai/open-source/?utm_source=github-public) Validated 10 issues: 4 kept (valid performance/quality concerns), 6 filtered (speculative, incorrect...
## Changes Summary This PR integrates jieba Chinese word segmentation and scikit-learn TF-IDF algorithm to replace the previous keyword matching logic with similarity-based matching. It adds support for custom dictionary...
## Review Summary > **Free public review** - Want AI code reviews on your PRs? Check out [diffray.ai](https://diffray.ai/open-source/?utm_source=github-public) Validated 60 issues: 38 kept, 22 filtered ### Issues Found: 38 💬...
## Changes Summary This PR adds support for configurable thinking/reasoning effort levels in LLM requests. The changes enable users to toggle between different reasoning effort settings ('default', 'medium', 'high') for...
## Review Summary > **Free public review** - Want AI code reviews on your PRs? Check out [diffray.ai](https://diffray.ai/open-source/?utm_source=github-public) Validated 29 issues: 14 kept, 15 filtered ### Issues Found: 14 💬...
## Changes Summary This PR re-enables window embedding (wid) support for macOS by leveraging the existing cocoa-cb backend implementation. It allows native macOS applications to embed mpv via libmpv by...