
Graft is an AI-native code editor designed to help you write, refactor, and ship code faster. It introduces autonomous coding agents that operate directly within your development environment.
These agents see your entire codebase, including every file, your git history, and recent changes. This deep understanding allows them to edit across multiple files in a single pass, generating precise diffs that you can review inline. You are no longer limited to small, isolated changes in a chat window.
A key feature is the ability to run multiple agents in parallel. You can spin up several agents to work on different tasks simultaneously, each in its own isolated git worktree. For example, one agent can write tests while another implements the core feature. Once their work is complete, the changes merge cleanly.
Graft provides a complete coding environment built for modern workflows. It includes: