# 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.
