Read the Activity pane
Follow what your agents actually did.
Activity is the live view of what your agents are doing: files streaming in as they are written, and the run of work as it proceeds.
What to look for
- Files appearing — code being written, as it is typed
- Agents working — what is running now
- Where it stopped — if something failed, this is where it says so
Steps
- Open a project and stay on Activity.
- Watch the first build. It is the fastest way to learn how your agents work.
- When something goes wrong, read here before asking — the reason is usually stated.
You're done when you can tell whether work is progressing without asking.
Gotchas
- An empty Activity pane means nothing is running, not that something broke.
- Activity is not the log. For build output and runtime errors, use Logs.