Core Concepts

Visual Diff & PR Workflow

Visual governance for every code change.

Blindly applying AI changes to your codebase is dangerous. Blaze enforces a "Visual Governance" layer that turns every file edit into a reviewable pull request.

Review, Edit, Accept

When an agent proposes changes, Blaze displays a high-fidelity unified diff.

Interactive Controls

  • Accept: Apply the changes to your local file immediately.
  • Reject: Discard the proposal and keep your current code.
  • Edit: Open the proposed diff in an editor to fine-tune it before applying.

Visual Diff

Multi-file Changesets

If an agent edits multiple files in one turn, Blaze groups them into a single changeset. You can review and apply them one-by-one or use "Apply All" for rapid iteration.

Next: Multi-Agent Parallelism.