features
Agentic File Access
Instead of describing an edit in text and hoping a separate step guesses it correctly, the model reads your files, searches your codebase, and proposes the edit itself — all in the same pass. One model call that actually sees what it's changing, not two calls where the second one is guessing.
What it can do
- Read files
Pull the actual content of a file mid-conversation, without you pasting it in. - List directories
See your workspace's structure to understand where things live before deciding what to touch. - Search the codebase
Find the relevant file or function on its own, without you pointing to it directly. - Propose edits
Write the actual change, grounded in what it just read and searched — not a marker guessed from a text description.
Review before anything lands
Every proposed edit shows up in an Accept/Reject panel before it touches your files. Nothing applies automatically unless Sudo Mode is on.