# January 2nd - Inline Completions Arrive

### Inline Completions

* As you type in a code cell, you'll now see code suggestions. Press the **Tab** key to accept a suggestion.&#x20;
* Try writing comments as blueprints for your code and let the AI generate the corresponding implementation.&#x20;

### New Chat Workflows

* **Enhanced Q\&A Abilities**: Mito AI now determines whether your question requires code or just an explanation, making it suitable for tasks ranging from planning to execution.
* **Cell Previews**: When chatting with Mito AI, a preview of the active cell is shown, so you can easily reference its content when asking questions.
* **Code Suggestions Preview**: Press **CMD+Y** to preview a code suggestion. Press the same shortcut again to accept it.
* Code suggestions can also be added directly to any selected cell.

### UI Changes

* Chat messages now automatically scroll to show the latest response from Mito AI.
* Dark mode support.


---

# 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/january-2nd-inline-completions-arrive.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.
