Skip to content
Docs
Mac · Code modeCode mode

Code mode

Build software with agents, with files, terminals, diffs and Git beside the chat. The website calls this Vibe Code.

On this page

Start with a repository#

Open a folder or repository, or clone one from GitHub. Give the agent one concrete change, then run it and review the diff.

Keep the result beside the chat#

Code mode keeps the diff and the Run output beside the chat.

Give each task its own branch#

When you open a Git repository, choose Isolated workspaces. Each task then gets its own branch and copy of the files, so several agents can work at once.

Build, check and review#

  1. 1Ask for a plan first when the approach needs agreement.
  2. 2Make one change and run the project’s checks.
  3. 3Try the result and read the diff. Comment on lines that need work.
  4. 4Click Review for an AI review and fix what it finds.
  5. 5Commit, push and open a pull request.