# 2025年6月27日

## GenStudio

### 新功能

* **MCP 伺服器和工具權限管理**：用戶現在可以管理 MCP 伺服器和工具的權限。
* **切換個別 MCP 伺服器**：您現在可以啟用或禁用個別 MCP 伺服器，以獲得更多控制權。

### 改進

* **串流函數呼叫參數**：函數呼叫參數現在會在接收時即時顯示。
* **自動關閉執行區塊**：思考區塊和函數呼叫區塊現在在執行後自動關閉。
* **改進的行為設定介面**：一致的切換按鈕大小提升了行為設定的使用體驗。
* **對齊的行為區段標題**：行為區段標題現在左對齊，以提高可讀性。
* **增強的 MCP 伺服器項目顯示**：移除了左側內邊距，以便更乾淨地顯示 MCP 伺服器項目。

### 錯誤修正

* **修正行為模式顯示**：解決了導致行為模式顯示不正確的問題。
* **移除零 MCP 伺服器的佔位符**：用戶界面現在正確處理沒有 MCP 伺服器的情況。

## 控制中心

### 新功能

* **更新的 OpenAI 整合**：遷移 OpenAI 使用回應 API 以提升性能。

### 改進

* **增強的 MCP 伺服器建置過程**：優化了 MCP 伺服器建置過程以提高效率。
* **改進的 MCP 伺服器 UI**：更新了 MCP 伺服器介面以提供更好的使用者體驗。
* **健康檢查優化**：通過移除不必要的交易來改善系統健康檢查。

### 錯誤修正

* **修正 OpenAI 圖片下載問題**：解決了阻止 OpenAI 模型下載圖片的問題。
* **過濾掉空工具**：修正了空工具未被正確過濾的問題。
* **修正 Gemini TypeList 支援**：解決了 Gemini 不支援 'TypeList' 功能的問題。


---

# 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/jun-27th-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.
