
/codebases is the inventory of every Git repository registered on every enrolled machine, with live sync and availability status for each one.
Codebases and repositories
Two concepts sit behind this page, and the distinction matters:Codebase
One checkout on one agent — a folder on a specific Mac. Branches and stashes are managed here.
Repository
The logical repository behind every checkout that shares an origin. Skill groups, build configurations, and Auto Retry live here and apply everywhere.
Status
Each codebase carries two independent statuses.Sync state
Availability
Rows also show the folder, origin, current branch, upstream, ahead and behind counts, last checked, and last fetched.
Adding a codebase
Pick an online agent
Only connected agents can be browsed. Offline agents cannot report what is on disk.
Browse to the folder
Start from the agent’s home folder and navigate. Show hidden folders reveals dotfiles. Long directories are capped at the first 1,000 entries.
Inspect and confirm
Add this folder inspects the repository and reports its origin and current branch, including a detached HEAD. If the origin already has a registered checkout, the page tells you the shared repository name it will join.
Name it and save
Set the Repository name and an optional description, then Confirm codebase.
Bulk actions
- Refresh all re-inspects registered folders and reports Git status without contacting remotes.
- Fetch all runs
git fetch originfor eligible codebases.
Settings
Cadence defaults that apply to every updated agent:Removing a codebase
Remove deletes the registration only. The folder and all of its files stay untouched on the agent — the control plane simply stops tracking it.Notes
- Read-only codebase data is also available over REST at
/api/codebasesand through MCP at/api/mcp. - A codebase with a Git operation, Git-blocking command, or Git-blocking workflow terminal step in flight shows a specific in-progress message and blocks conflicting actions until it finishes.
Related pages
Codebase details
Branches and stashes for one checkout.
Worktrees
Linked worktrees created from these repositories.
