# Aug 15th, 2025

## GenStudio

### Improvements

* **File upload interface revamp on mobile devices**: Previously overlapping scroll buttons have been fixed to enhance the file upload process.

### New Features

* **Enhanced Navigation with Scroll Button** : An added function that allows scrolling to bottom of the page swiftly for extended convenience.
* **Translation Feature**: The addition of the new translation feature facilitates communication with international collaborators.

### Bug Fixes

* **Improved Display in Smaller Views**: The condensed display of MCP server information has been fixed to enhance visibility in smaller views.

## Control Center

### Improvements

* **Optimized Response from AI Models**: Correction in how OpenAI responses were previously processed, resulting in improved model performance.

### New Features

* **Extended AI Model Options**: Added GPT-5 and GPT-OSS models increasing the flexibility in choosing the right model for the task. Added Claude Opus 4.1, a new Anthropic model, further broadening the list of AI models.
* **Updated System Prompts in LLMInfo**: A newly integrated system prompt provides real-time updates and information regarding LLMInfo systems.

### Bug Fixes

* **Fix in Model Credit Validation**: Previously faulty validation process for deep research credit models has been corrected.
* **Fix in OpenAI Model Functions** : Corrected the issue that may have caused problem while invoking OpenAI models.
* **Resolved Tool Name Display Errors in MCP Functions**: Tool name display issues occurring during execution of MCP functions have been addressed.
* **Eliminated Duplication in OpenAI Citations**: Duplicated citations for OpenAI have been removed to avoid confusion.


---

# 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/aug-15th-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.
