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#
| Tab or control | Use it for |
|---|---|
| All files | Open, preview and edit files. |
| Changes | See what changed compared with the branch the task started from. |
| Activity | See what the agent is doing. |
| Git | Branch, checks and pull request controls. |
| Setup, Run, Terminal | Setup output, your run command and shells in the task folder. |
| Review, Create PR | Buttons in the right panel header for an AI review and a pull request. |
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#
- 1Ask for a plan first when the approach needs agreement.
- 2Make one change and run the project’s checks.
- 3Try the result and read the diff. Comment on lines that need work.
- 4Click Review for an AI review and fix what it finds.
- 5Commit, push and open a pull request.