Skip to content

Quick Start

Click Open Repository and select a git repository on your machine.

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”

Click Start to launch the AI agent. It will work in an isolated git worktree.

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)

When the agent completes:

  1. Switch to the Diff tab to review changes
  2. Check the merge readiness indicators
  3. Click Merge to merge changes into your branch