# May 2nd, 2025

## GenStudio

### Improvements

* **Enhanced Markdown Support**: Added support for blockquotes in the markdown view and improved their appearance for better readability.
* **Terminology Update**: Renamed "MCP Tools" to "MCP Servers" and "Functions" to "Tools" to align with established terminology.
* **Settings Synchronization**: User behavior settings are now automatically synchronized across multiple devices.
* **Personalized Commentary**: Commentary in conversations can now be configured on a per-user basis.

### Bug Fixes

* **Duplicate Warning Removal**: Removed duplicate warning messages about the Helper app.

## Control Center

### New Features

* **Image Generation with Models**: Users can now generate images using models directly from the application.
* **Behavior Settings Utilization**: Users can now utilize behavior settings to customize their experience.

### Improvements

* **Enhanced Error Reporting**: Improved the user interface and experience for function call error reporting.

### Bug Fixes

* **Fixed Function Continuation Logic**: Resolved issues with function call generation when outputs exceed token limits.
* **Default Behavior Settings Restored**: Fixed missing default behavior settings to ensure consistent user experience.
* **Corrected Output Formatting**: Fixed an issue where closing tags were missing after function or tool outputs.


---

# 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/may-2nd-2025.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.
