// zevyn agent · code

Pick a folder. Code it with one agent.

The Zevyn Code tab is a single coding agent bound to a folder you choose. It has the full coding toolset and edits files in place; every change is surfaced as a diff you can review before it lands. This is not Zevyn Studio — there's no supervisor, no worktrees, no merge. Just you and one agent on one project.

§ 01

Full toolset, one folder

Point it at a directory and the agent gets Read, Write, Edit, Bash, Glob, and Grep scoped to that folder. It edits in place — the diff viewer shows every change side by side, and acceptEdits keeps you in the loop without nagging on every line.

code
folder ~/projects/checkout
add idempotency keys to the stripe webhook
editing src/webhooks/stripe.ts (+24 −3)
review diff · accept · run
§ 02

Not Zevyn Studio

This is the deliberately simple path: one agent, one folder, edits in place. When you need a team — parallel agents, isolated worktrees, a supervisor that plans and merges — that's Zevyn Studio. The Code tab is for when you just want to sit down and build one thing.

Note

Same engine underneath, so the muscle memory carries straight over to Zevyn Studio when you scale up.

// related

Stop supervising one agent.

Zevyn Studio is launching soon. Join the waitlist and start directing a team.