Ask for something big - a storefront, an admin panel, order emails - and the agent now breaks it into parts you can follow, instead of leaving you to read a stream of technical steps.
- A plan card in the chat. The parts of your order in your own words,
each one pending, building, or done. On full-stack apps, a part only turns done after the server checks that its page actually loads - and every finished part carries an Open button with the real address, so "the admin panel is ready" is a click, not a path to guess.
- One line while it works. During a build, a quiet line above the
message box shows which part is in progress and for how long - real elapsed time, not a guess.
- The plan opens as its own page. Click it to read the full plan,
nicely rendered with diagrams, without leaving the chat. When the agent updates the plan, you see what changed - changed sections are marked, and a history lets you read any earlier version. Every plan change is a real commit in your project's git history.
- The preview stops playing dead. While the agent rebuilds your app,
the preview keeps the last good page dimmed under one line - "Rebuilding this page - it comes back by itself" - instead of flashing white. A new health check catches blank pages the old green light missed. When nothing is running, real errors still show as errors.
- The agent answers in your language. Switching the app language now
reliably carries into the agent's replies, plan titles, and progress notes.
- Bring your own instructions and skills. A project's
AGENTS.md is
now read automatically by every agent working on it - same rules as other AI coding tools, whole file, no silent truncation - and projects can carry their own skills in .agents/skills/, listed and loadable like built-ins.