# Nov 1st, 2024

## GenStudio

### New Features

* **Countdown Feature**: Added a countdown feature to enhance time management during tasks.

### Improvements

* **Optimized Conversation Search**: Improved the performance of conversation search requests for faster results.

### Bug Fixes

* **Conversation Name Update in Breadcrumb**: Fixed an issue where the conversation name in the breadcrumb did not update after renaming.
* **Safari Browser Compatibility**: Corrected the positioning of dialog boxes on Safari for a better user experience.
* **Chat Box Truncation Issue**: Resolved issues where text was being truncated in the conversation chat box.
* **Conversation Deletion UI Update**: Deleting a conversation now correctly updates the user interface.
* **Conversation List Loading on Tall Monitors**: Fixed loading issues of the conversation list on tall monitors.
* **Duplicate Connection Notifications**: Prevented multiple connection success toast notifications for a cleaner interface.
* **Enhanced Message Rendering**: Improved message rendering to exclude ending tags from URL-highlighted text.

## Control Center

### New Features

* **Conversation Search by Collaborator Names**: Users can now search conversations using collaborators' names, making it easier to find relevant discussions.
* **Full-Text Search Within Conversations**: Introduced full-text search within conversation messages, allowing users to search message content directly.
* **Member List Sorting**: Added the ability to sort member lists for easier management and organization.

### Improvements

* **Optimized CSA Conversation Handling**: CSA conversations are now only created for signed-in GenStudio users, enhancing conversation management.

### Bug Fixes

* **Transfer Ownership Button Access**: Resolved an issue where the transfer ownership button was not enabled for the owner.
* **Duplicate CSA Conversations**: Fixed an issue where CSA conversations were being duplicated.
* **Conversation Deletion Stability**: Addressed a race condition bug when deleting a conversation to improve stability.
* **Enhanced Error Handling**: Improved handling of streaming errors for increased reliability.
* **Restored Missing Functions**: Fixed issues caused by missing functions to ensure features work as intended.


---

# 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/releases/nov-1st-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.
