01 — Autonomous coding
Hand the agent a goal, review a diff.
The agent reads the repository before it writes. It plans across files, applies edits as a reviewable diff and stops at every boundary you have not granted, so a refactor never becomes a surprise.
- Repository-wide context, not single-file guessing
- Multi-file edits staged as diffs you approve
- Syntax and type checks run before the agent reports done
