nvim is a Neovim plugin designed to streamline the review of AI-generated pull requests by allowing users to replay commits sequentially, similar to analyzing moves in a chess game. It addresses the challenge of understanding and verifying large, multi-commit PRs produced by AI agents, where traditional flat diff views can obscure the reasoning and intent behind each change. By stepping through each commit in order, reviewers gain insight into the development process and can better assess the quality and safety of automated code contributions.
The plugin features a commit viewer that presents a three-panel layout: a file tree on the left highlighting files affected in the current commit, a central diff grid with syntax-highlighted hunks, and a commit sidebar listing all PR commits. Users can navigate commits and files using configurable keymaps, expand diff cells for detailed inspection, and browse the full repository state as of any commit. nvim integrates with Neovim's syntax highlighting and LSP support, enhancing code readability and navigation during reviews. Inline commenting is supported, with options to write, submit, list, and resolve comments directly within the interface. Merging completed PRs is also handled within the tool.
nvim provides a live mode for monitoring changes in local git repositories. This mode displays real-time updates of uncommitted work and new commits as they appear, allowing users to observe the progress of AI agents or collaborators making changes in parallel. The polling interval adapts based on activity, ensuring timely updates without unnecessary resource use.
nvim is aimed at developers who work with AI-generated code and seek a more effective way to review complex pull requests within Neovim. The plugin is available via GitHub, and its early-stage status invites user feedback and contributions.
raccoon.nvim sits in PulseGate's Code review & quality category. It focuses on making it easier to review AI-generated pull requests in Neovim by replaying commits step by step. raccoon.nvim is an open-source project aimed at developers, code reviewers, Neovim users. The project is open source (MIT). raccoon.nvim is available on the command line.
It is developed by bajor.dev, and the product first shipped in 2026. The project is developed in the open on GitHub with 31 stars and 3 commits in the last 90 days. Among its 4 catalogued features are PR review, commit replay, and neovim integration.
Latest indexed changes and source events
Other apps tracked under the same category.