# 2025年8月15日

## GenStudio

### 改进

* **移动设备上的文件上传界面改版**：之前重叠的滚动按钮已被修复，以增强文件上传过程。

### 新功能

* **增强的导航与滚动按钮**：新增的功能可以快速滚动到页面底部，提供更大的便利。
* **翻译功能**：新增的翻译功能便于与国际合作伙伴的沟通。

### 错误修复

* **改善小视图中的显示**：MCP服务器信息的简化显示已被修复，以增强在小视图中的可见性。

## 控制中心

### 改进

* **优化了AI模型的响应**：修正了之前处理OpenAI响应的方式，从而提高了模型性能。

### 新功能

* **扩展的 AI 模型选项**：新增 GPT-5 和 GPT-OSS 模型，提高了选择合适任务模型的灵活性。新增 Claude Opus 4.1，一个新的 Anthropic 模型，进一步扩展了 AI 模型列表。
* **更新的 LLMInfo 系统提示**：新集成的系统提示提供有关 LLMInfo 系统的实时更新和信息。

### 错误修复

* **模型信用验证修复**：之前存在问题的深度研究信用模型验证过程已被修正。
* **OpenAI模型功能修复**：修正了在调用OpenAI模型时可能导致的问题。
* **解决MCP功能中的工具名称显示错误**：在执行MCP功能时出现的工具名称显示问题已得到解决。
* **消除OpenAI引用中的重复**：已删除OpenAI的重复引用，以避免混淆。


---

# 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/zh-cn/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.
