AI product
GitWarren is a desktop application for reviewing local Git changes made by coding agents before they are committed. It reads the worktree directly and combines staged, unstaged, and untracked files into one diff for local review, with comments and threaded discussions that can be edited or resolved. An MCP server over stdio lets Claude Code, Codex, or another MCP client open reviews, inspect discussions, reply in threads, comment on lines, and resolve comments; agent messages are attributed and separate MCP sessions distinguish concurrent agents. Reviews and comments are stored in a local SQLite file, while repository state is read from Git when displayed. The application requires no account, runs on macOS, Windows, and Linux, and is free and open source under GPL-3.0.
1 use taken from transcripts — each links to the moment in the video.
A desktop application for reviewing local Git changes made by coding agents before they are committed. It combines staged, unstaged, and untracked files into one review, provides an MCP server for agent interaction, and keeps reviews locally across Mac, Windows, and Linux.
1 in the library.