See what the agent is doing
While the agent works, every step now appears live in the conversation. Thinking blocks, tool calls, searches, file operations: they show up one after another as they happen, instead of hiding behind a single activity indicator. You can follow the agent’s reasoning in real time and click on any individual action to inspect its details.Every step appears as it happens. The difference:
- Trust the process. When you can watch the agent work in real time, you let it run longer instead of stopping it out of uncertainty. That means better outputs.
- Catch issues early. If the agent is pulling the wrong data or misreading your intent, you see it immediately, not after it’s finished.
- Debug faster. For agent builders, watching the reasoning unfold is the fastest way to spot where instructions are unclear or where the agent gets stuck.
Redirect the agent without starting over
You can now send a message while the agent is still working. No need to wait for it to finish. No need to cancel and lose all progress. When you send a message mid-run:- Your message appears as pending in the conversation.
- The agent finishes its current round of actions (for example, if it launched three web searches in parallel, it completes all three).
- It picks up your message with the full context of everything before. You can even send multiple messages while the agent is running. They all get queued and picked up together.
- It keeps going, adjusted to your new direction.
No waiting, no losing progress, no starting over.
- Think out loud. Send additional context the moment it crosses your mind. The agent picks it up in its next step.
- Steer early, save time. A quick nudge mid-run is cheaper than a full rewrite at the end.
- Collaborate, don’t just review. The output is shaped together, not handed off and corrected.
Why does it finish its current step first? Cutting the agent off mid-action would leave its reasoning in an inconsistent state. Completing the current round first means your correction actually lands cleanly.