# 2024年11月8日

## GenStudio

### 改进

* **优化的logo以加快加载速度**：用优化版本的logo替换，以减少加载时间。
* **改进的实时消息传递**：使用WebSockets增强未读消息通知，实现即时通信更新。
* **快照中用户消息的视觉区分**：快照中的用户消息现在具有不同的背景颜色，以便更好地区分。

### 新功能

* **“我的合作”标签**：在账户设置中添加了“我的合作”标签，以便高效管理合作。
* **清除搜索按钮**：在对话搜索框中引入了清除搜索按钮，以便更轻松地导航。

### 错误修复

* **解决协作状态不一致**：修复了导致对话中协作状态不一致的问题。
* **修复UI渲染问题**：解决了不必要重置对话标题输入字段的渲染问题。
* **修正聊天框中的响应式布局**：修复了在使用两个侧边栏的响应式设计时聊天框中的布局问题。
* **修复“我的协作”数据表中的UI错误**：解决了“我的协作”数据表中的各种UI错误，以提供更流畅的用户体验。

## 控制中心

### 改进

* **增强的 URL 检测**：改善了消息中 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-cn/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.
