Vibe Code

Vibe Code is Vibe's coding mode. With read/write access to your filesystem, a shell, and a configurable set of tools, it can read files, run commands, write code, and open pull requests on your behalf, under your supervision.

Run Vibe Code against a local checkout via the CLI or the VS Code extension, or against a GitHub repository in a remote sandbox via Vibe Code Web.

i
Information

You stay in the loop. Vibe Code surfaces its plan, requests approval before sensitive actions (shell commands, file writes, pull requests), and can be interrupted at any step. Behavior is configurable per agent and per environment, see Safety, approvals, and permissions.

Why use Vibe Code

Why use Vibe Code

Common use cases:

  • Write code: describe what you want to build, and Vibe Code applies changes that follow your project structure and conventions.
  • Explore and understand codebases: ask Vibe Code to inspect files, explain architecture, and trace how systems fit together.
  • Review code: find bugs, logic errors, missing edge cases, and risky changes before they ship.
  • Debug: drop in an error, a failing test, or a stack trace, and let Vibe Code inspect the relevant context and propose a targeted fix.
  • Automate development tasks: delegate repetitive work such as refactors, tests, migrations, setup tasks, and pull request preparation.
Tip

Working outside the codebase? Vibe Code is built primarily for source code work (files, repositories, commands, diffs, pull requests). For tasks that live across apps, documents, chats, meetings, or business tools, Vibe Work is usually a better fit.

Set up Vibe Code

Set up Vibe Code

Pick the interface that fits your workflow:

Tip