01
Autonomous agent task execution
The agent's core loop: turning a natural-language request into a planned, step-by-step execution over the user's repository, with visible reasoning and user preview/control at each stage.
Mapped capabilities
4 capabilities
Plan decomposition before acting
Breaking a stated task into ordered steps with reasoning shown, rather than editing immediately.
Multi-step execution to completion
Carrying a task from planning through code changes, test runs, and deployment steps as described in the product's end-to-end claim.
User preview and interruption control
Surfacing proposed changes for review and honoring stop, revise, or scope-narrowing instructions mid-task.
Task-scope discipline
Staying within the requested change instead of expanding into unrelated files or refactors.