Quick Start
1. Open a Repository
Section titled “1. Open a Repository”Click Open Repository and select a git repository on your machine.
2. Create a Workspace
Section titled “2. Create a Workspace”Click the + button in the sidebar. Give your task a name and description, for example:
- “Add user authentication”
- “Fix the login bug”
- “Refactor the database layer”
3. Start the Agent
Section titled “3. Start the Agent”Click Start to launch the AI agent. It will work in an isolated git worktree.
4. Monitor Progress
Section titled “4. Monitor Progress”Watch the agent’s output in real time. You’ll see:
- What tools it’s calling
- What files it’s creating or modifying
- Permission requests (if not in brave mode)
5. Review & Merge
Section titled “5. Review & Merge”When the agent completes:
- Switch to the Diff tab to review changes
- Check the merge readiness indicators
- Click Merge to merge changes into your branch