See it work
Erevos-03 does not just answer — it plans, searches, edits, runs your tests and then checks its own work. Pick a task and watch the shape of a session.
It says what it will do first
The work is broken into steps, or scoped, before anything runs — so you can see the approach and stop it early if it is wrong.
It knows current things
A curated knowledge layer supplies verified fixes and current package behaviour, instead of guessing from memory.
It finds the right file
Semantic code search locates code by meaning, so an unfamiliar repository is not a wall.
It only changes what you asked
Real edits to real files in your working tree, reviewable as an ordinary diff and revertable as ordinary git. When the job is read-only, nothing is touched at all.
It runs things for real
Test suites, builds and scoped probes execute in your terminal, on your machine, with your environment and your credentials.
It closes on evidence
A fix is not finished until your own tests pass, and a finding is not reported until it has been reproduced — the difference between an agent that guesses and one that checks.
One command to install, then sign in from the terminal. A typical task costs a few cents.