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