Back to Featured Projects

Project Details

RepoPilot Agent

Maintainer
Status
Pre-release
Version
0.1.0
Interface
CLI / Web UI
Stack
Python / JavaScript / HTML / CSS
License
MIT

Overview

RepoPilot Agent is a local, approval-first coding Agent that converts repository tasks and GitHub issues into reviewable change proposals. It builds context from files, symbols, imports, Git state, and source-test relationships, then uses deterministic planning or an OpenAI-compatible LLM to produce plans, virtual diffs, and validation feedback. Writes happen only inside managed worktrees after exact human approval, with bounded repair, checkpoints, restart-safe recovery, and rollback evidence; the CLI and local Web UI also inspect GitHub issues, pull requests, reviews, comments, and CI status. RepoPilot never commits or pushes task changes automatically.

Screenshots

Empty workspace
Empty workspace
Exact diff approval
Exact diff approval
Agent trajectory and replay
Agent trajectory and replay
Validation results
Validation results
Delivery draft
Delivery draft
GitHub issue as a task
GitHub issue as a task