| Crates.io | rv-tool |
| lib.rs | rv-tool |
| version | 1.0.0-rc3 |
| created_at | 2025-08-25 20:11:50.301381+00 |
| updated_at | 2025-08-26 09:13:29.694307+00 |
| description | Non-invasive AI code review for any type of workflow |
| homepage | https://github.com/gi-dellav/rv |
| repository | https://github.com/gi-dellav/rv |
| max_upload_size | |
| id | 1810092 |
| size | 126,773 |
rv is a non-invasive AI code review for any type of workflow.
It works as a CLI tool easy to use and integrate in any kind of workflow and it allows to review the code that you are currently writing or code written by other developers on your project by extracting relevant information from your codebase and processing this data using LLMs.
unsafe instructions used) Rust codeJust run cargo install rv-tool --version 1.0.0-rc2 in order to install the last version (the specified version is only needed on testing releases); then, follow the "From the source" guide from the third step.
cargo build --releaserv) in order to generate the configuration file~/.config/rv/config.toml file setting up provider, model and API keyrv while you have staged edits (aka after git add) in order to get a code review of your current progressNOTE: rv has been only tested on Linux; if possible try it on MacOS and Windows and open an issue with the results.
Milestones planned for the v1.0.0:
.rv_context and .rv_guidelines)Milestones planned for the future: