From finished change
to review-ready PR
RepoFox guides branch, commit, push, and an editable PR draft inside VS Code. You approve every meaningful decision.
Finish the change. RepoFox prepares it for review.
A guided Git workflow inside VS Code that keeps you in control from branch name to editable PR draft.
Every step is shown. Every step is revertible.
.git/refs/repofox/snapshots/Learns how your team names branches and commits.
RepoFox reads your last 50 commits, 10 branch names, and recent PR titles before making any decision. It doesn't use a generic template — it pattern-matches against your actual repo history. The longer you use it, the better it gets.
Every step snapshotted. Any step revertible.
Before every operation RepoFox writes the complete git state — branch ref, index, working tree, conflict markers — to .git/refs/repofox/. One click restores that exact state atomically. This is the trust feature that makes handing over git control feel safe.
Your code never touches a RepoFox server.
RepoFox is BYOK — Bring Your Own Key. Your API key is stored in your OS keychain (macOS Keychain, Windows Credential Manager, libsecret on Linux). All AI calls go directly from your machine to Groq, OpenAI, or Anthropic. No proxy. No logging. No trust required.