clodex-ide
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.
Review Loop is a persistent, incremental diff reviewer for the pi AI agent that keeps a review window open, checkpoints the workspace on each review submission, and shows only changes since the last checkpoint.
127
No data
17
3
MIT
2026-07-27
It provides a continuous, session-backed code review workflow that decouples review from model context, allowing the agent to keep working while the user reviews incremental changes with inline comments and two diff modes.
A persistent, incremental diff reviewer for pi.
Review Loop keeps a native review window open while the agent works. Submitting a review records the current workspace as a session-backed checkpoint, so the next review can show only the changes made afterward.
pi install git:github.com/earendil-works/pi-review-loop
Update an existing installation with:
pi update --extensions
Start pi in a Git repository and open the reviewer:
/diff-review
The command returns immediately; it does not replace pi's editor. Running /diff-review again brings the existing review window forward.
/diff-review.+, then click it to add an inline comment.
Since review mode or HEAD in vs HEAD mode.Submitting with no comments simply marks the current workspace as reviewed.
Compares:
last review checkpoint → current workspace
This is the default review queue. After submitting a review, it becomes empty until files change again.
Before the first checkpoint, the baseline is the HEAD captured when Review Loop opens.
Compares:
current HEAD → current workspace
This shows the complete current working-tree change set, including changes already covered by a review checkpoint. Files that still match the last checkpoint display a green reviewed checkmark; files changed afterward retain the blue pending indicator.
Changing modes does no
A persistent incremental diff review loop for pi
Similar projects matched by category, topics, and programming language.
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.

tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.