Agent Mode

All plans (Free: 1,000 requests/day, Standard: 1,500/day, Enterprise: 2,000/day)2 min read

Step 1: Describe the task

Write a natural language description of what you want done. Be specific about the scope and constraints.

Step 2: Agent gathers context

The agent reads relevant files, analyzes project structure, and builds understanding of the codebase.

Step 3: Plan and execute

The agent creates a plan, writes code across multiple files, and runs terminal commands (builds, tests, installs).

Step 4: Review inline diffs

Every change appears as an inline diff in your editor. Approve, reject, or provide feedback for iteration.

Step 5: Iterate until complete

The agent incorporates your feedback and continues until the task is done and all tests pass.

0/day

Free tier agent requests

0/day

Standard tier agent requests

0/day

Enterprise tier agent requests

👤
Human in the Loop

The agent pauses after each significant change to show diffs and wait for your approval. Full control over every change that enters your codebase.

âš¡
Auto Approve

The agent applies changes automatically without pausing. Maximum speed for trusted, well scoped tasks. Review all changes after completion.

Getting the best results from agent mode

Start with human in the loop mode until you are comfortable with the agent's quality on your codebase. Be specific in task descriptions: "Add form validation to the signup page: email format check, password minimum 8 characters, and display inline error messages" produces better results than "improve the signup form." For large refactors, break the work into smaller, focused agent tasks rather than one massive request.