# Oct 4th, 2024

## GenStudio

### New Features

* **'Show More' Button**: Added a "Show More" button to tool messages, allowing you to view extended content.
* **Conversation Search**: Implemented the ability to search through conversations to find information quickly.
* **Auto-Translate**: Introduced an auto-translate feature to support multi-language communication.

### Improvements

* **Collaboration for All Users**: Enabled collaboration features for non-business users, fostering teamwork and communication.
* **Enhanced UI/UX**: Made several user interface and experience enhancements for smoother navigation and a better overall experience.
* **Improved Snapshot Loading**: Optimized snapshot loading times, allowing quicker access to your snapshots.
* **Input Responsiveness**: Improved input responsiveness by adding debounce, enhancing typing and interaction smoothness.
* **Updated Placeholders**: Reworded placeholder text for better clarity and guidance.
* **Preview Organization**: Enhanced the order of previews to help you find what you need faster.

### Bug Fixes

* **Tools Sidebar Display**: Fixed an issue where the tools sidebar did not display all pages, ensuring full access to all tools.
* **Conversation Pagination**: Resolved errors with conversation pagination for seamless navigation through messages.
* **Participant Submission**: Fixed a bug where participants were undefined upon submission, ensuring correct participant information.
* **'@' Mention Functionality**: Corrected the '@' mention feature in conversations, allowing you to tag colleagues effectively.
* **Chat Page Stability**: Fixed crashes on the chat page when using special tokens, improving stability.

## Control Center

### New Features

* **Conversation Search**: Introduced the ability to search for conversations, making it easier to locate past discussions.
* **Enhanced Tool Management**: Added search, pagination, and sorting functionalities for tools, improving the management and accessibility of your tools.

### Improvements

* **Larger Data Submissions**: Increased the maximum request body size, allowing you to submit larger data without encountering errors.
* **Improved Snapshot Preview**: Enhanced the public snapshot preview for a better viewing experience.
* **Automatic Username Population**: Your username now automatically populates from your Google account during Google sign-up, streamlining the registration process.
* **Updated Default Images**: Refreshed default images for a more appealing visual experience.

### Bug Fixes

* **Snapshot Media Access**: Fixed issues with snapshot media URLs expiring, ensuring uninterrupted access to your media files.
* **VertexAI Model Stability**: Resolved instability issues with VertexAI models to ensure consistent performance.
* **Routine Validation**: Added missing token limit validation for routines to prevent errors and maintain system integrity.


---

# 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/oct-4th-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.
