# July 13, 2025 - Revamped Agent UI

### 🪟 Revamped Agent UI  &#x20;

* Agent mode is now much easier to follow along with.&#x20;
  * Instead of showing you all of the code it touched, it now shows you summaries of it's edit. If you want to see the full thing, just open the toggle!
  * When the agent fixes errors, it now condenses the error fix up steps into an easy to follow group. This makes it easy to see the errors + solutions, without cluttering the entire chat

### 🐛 Bug Fixes & Improvements&#x20;

* A brand new mito server to make sure that we never release a backwards incompatible change.&#x20;
* When an LLM provider fails to return a response, we now automatically try again regardless of whether ther user brought their own key or is using the Mito server.&#x20;
* Fix smart debug button in agent mode.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trymito.io/misc/release-notes/july-13-2025-revamped-agent-ui.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
