Antigravity is now RepoBrain 🧠 — same engine, new name. The repository moved to study8677/repobrain (old URLs redirect automatically).
⚠️ Breaking changes
This is a clean-break rename. All functional identifiers changed:
| Before | After |
|---|---|
ag / ag-ask / ag-refresh / ag-mcp |
rb / rb-ask / rb-refresh / rb-mcp |
AG_* environment variables |
RB_* (e.g. RB_ASK_TIMEOUT_SECONDS) |
.antigravity/ knowledge directory |
.repobrain/ |
antigravity-engine / antigravity_engine |
repobrain-engine / repobrain_engine |
antigravity-cli / ag_cli |
repobrain-cli / rb_cli (CLI v2.0.0) |
/plugin install antigravity@antigravity |
/plugin install repobrain@repobrain |
/antigravity:ag-* slash commands |
/repobrain:rb-* |
Migration
- Reinstall:
pipx install "git+https://github.com/study8677/repobrain.git#subdirectory=engine"(or reinstall the plugin) - Update
.env: renameAG_*keys toRB_* - Re-run
rb-refresh --workspace .(old.antigravity/folders are ignored and can be deleted)
✨ New since 0.2.1
- Local Codex host-runner mode:
RB_HOST_RUNNER=codexletsrb-askrun through your localcodex login— no API key required (ask-only, experimental) - Scan-only refresh:
RB_REFRESH_SCAN_ONLY=1builds scan artifacts without an LLM provider - New brand assets: vector logo and before/after graphic
Verification
- 251 engine + CLI tests pass on Python 3.10/3.11/3.12
- Repository contract check passes