# July 1, 2025 - More Models, More Next Steps

### 🧠 Welcome Claude and Gemini to the Family &#x20;

* Mito users can now select between OpenAI, Claude, and Gemini models. All without setting an API key. Switch back and forth in the same chat to experiment with different responses.

### 👣 Next Steps Suggestions

* After finishing its work, the agent will now suggest next steps for your analysis.&#x20;

<figure><img src="/files/V5wYFYIeYxWG67A58ClQ" alt=""><figcaption><p>Agent's suggested next steps</p></figcaption></figure>

### 🔙 Revert Changes

* After each response from the agent, you can revert changes to go back to the previous state. This should give you the confidence to explore with the agent, knowing you have a previous version of your work you can easily go back to.&#x20;

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

* Fix bug that causes the notebook footer to sometimes not show up.
* Clicking on a citation now always scrolls the cell into view, even if the cell is far away.&#x20;
* Citations can now reference multiple lines in a code cell, making the highlighted block of code much more useful.&#x20;
* When the user is scrolled up in the chat and a new message comes in, we no longer auto scroll back to the bottom. This made is really challenging for users to follow along with the agent as it was working.
* Improves the chat so that it is more likely to always respond with the full code cell, even in very long code cells.&#x20;
* Try to help the agent respond better to simple inputs like "Hi" better without it ending up in an infinite loop of writing markdown cell.
* Makes databases more discoverable by adding the "Connect Database" button to the blank taskpane screen.


---

# 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-1-2025-more-models-more-next-steps.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.
