# Jan 2nd, 2026

## GenStudio

### Improvements

* **Star Functionality for all tool types**: Users now have the ability to mark any tool type as favorite for easy accessibility.

### New Features

* **Microsoft OAuth with OTP Verification**: Enhanced the user authentication feature by integrating Microsoft OAuth along with OTP verification for additional security.

### Bug Fixes

* **Stable Indicators on MCP Servers Tab**: The blue indicator on the MCP Servers tab now consistently remains visible even when the tabs are switched.
* **Corrected Star Tools Update**: The optimistic update issue with star tools has been resolved, ensuring a more reliable and smooth user experience.

## Control Center

### Improvements

* **Billing Page Displays Correct Model Names**: The Billing page now accurately displays the correct model names, providing better clarity for users.

### New Features

* **Template for Rate Limit Response**: Implemented a new template for displaying a response when the rate limit is exceeded in allauth.
* **Starred Tools for Agentic Tools**: Introduced the ability for users to mark agentic tools as favorite, simplifying access to frequently used tools.

### Bug Fixes

* **Size Retrieval for Nonexistent Objects**: System now handles the 'get\_size' function appropriately when an object is not found, thereby reducing the chances for error instances.
* **Adjusted Honeybadger Notifications**: Honeybadger notifications have been configured to work with the APP\_ENV for improved application monitoring.


---

# 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.skydeck.ai/releases/jan-2nd-2026.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.
