# 2024年11月8日

## GenStudio

### 改進

* **優化標誌以加快加載速度**：用優化版本的標誌替換，以減少加載時間。
* **改善即時消息**：使用 WebSockets 增強未讀消息通知，以實現即時通信更新。
* **快照中用戶消息的視覺區分**：快照中的用戶消息現在具有不同的背景顏色，以便更好地區分。

### 新功能

* **「我的合作」標籤**：在帳戶設定中新增「我的合作」標籤，以便於高效的合作管理。
* **清除搜尋按鈕**：在對話搜尋欄中引入清除搜尋按鈕，以便於更輕鬆的導航。

### 錯誤修正

* **解決協作狀態不一致問題**：修正了導致對話中協作狀態不一致的問題。
* **修正 UI 渲染問題**：解決了不必要重置對話標題輸入欄的渲染問題。
* **修正聊天框中的響應式佈局**：修正了在使用兩個側邊欄的響應式設計時聊天框中的佈局問題。
* **修正「我的協作」數據表中的 UI 錯誤**：解決了「我的協作」數據表中的各種 UI 錯誤，以提供更流暢的用戶體驗。

## 控制中心

### 改進

* **增強的 URL 偵測**：改善了消息中的 URL 辨識和內容抓取過程，提供更流暢的體驗。
* **商業領域可見性**：用戶現在可以在帳戶頁面查看他們的商業領域資訊，提供更好的帳戶透明度。
* **優化的即時通知**：通過 WebSockets 更新對話通知，以獲得更即時的更新。
* **改善已驗證商業的入門流程**：簡化了已驗證商業的入門流程，使其更快開始使用。
* **提高系統可靠性**：實施了高可用性，使用 Redis Sentinel 來增強性能和穩定性。

### 新功能

* **「我的合作」標籤**：在帳戶設定頁面中引入了新的「我的合作」標籤，以便更輕鬆地管理合作。
* **增強的工具搜尋**：啟用在工具描述和使用說明中進行搜尋，以幫助用戶更有效地找到工具。


---

# 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/nov-8th-2024.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.
