# Oct 18th, 2024

## GenStudio

### New Features

* **Microsoft Sign-In Support**: Added support for signing in with your Microsoft account for a seamless authentication experience.
* **Enhanced Chatbox**: Improved the chatbox with new features for better communication.
* **Partial User Mentioning**: Implemented partial matching for mentioning users, simplifying collaboration in GenStudio.
* **WebSocket Connection Stability**: Enhanced WebSocket connection reliability while using GenStudio, ensuring continuous real-time communication.
* **"Try" Button in Tool Modals**: Added a "Try" button on edit and create tool modals, allowing users to test tools immediately.
* **Mobile Support Tuning**: Improved mobile support for better accessibility on various devices.
* **Updated Logos**: Refreshed the Google and Skydeck logos for a modern look.
* **WebSocket Retry Mechanism**: Implemented a retry mechanism for WebSocket connections of up to 30 minutes, enhancing connectivity.

### Improvements

* **Improved Message Sending UX**: Enhanced user experience when sending messages that take longer to process.
* **Account Settings UI**: Updated the account settings interface for better usability.

### Bug Fixes

* **Markdown Parsing Fix**: Resolved an issue where the app could crash when parsing markdown code blocks with undefined content.
* **Message Editing Resolved**: Fixed a problem that prevented users from editing messages due to code merging issues.
* **Expired Tool Image Fix**: Corrected an issue where tool images would expire improperly.

## Control Center

### New Features

* **Microsoft Sign-In Support**: Added the ability to sign in using your Microsoft account, providing a convenient and secure authentication option.
* **Enhanced Tool Creation**: Introduced the capability to create blank tools, allowing for more customization and flexibility in tool development.
* **SMS Verification Management**: Implemented SMS code management and user SMS verification for improved account security.
* **Expanded Tool Context**: Tools can now include documents and images in their context, enriching the information available during tool use.
* **Optimized Conversation Titles**: Conversation titles are now generated by the language model only when they are empty, keeping your workspace organized.
* **Admin Role Management**: Admins can now set other members as admins, and owners can transfer ownership to admins without approval, streamlining team management.
* **Consistent Password Setting Page**: The "Set Password" page now matches the style of the Sign-In and Sign-Up pages for a consistent user experience.

### Bug Fixes

* **Image Upload Issue Resolved**: Fixed an issue where images exceeding the allowed size could not be uploaded.
* **Streaming Disabled for Specific Models**: Addressed a bug that caused streaming issues with certain models.
* **User Deletion Handling**: GenStudio now redirects to the login page if a user has been deleted or revoked, ensuring proper session management.


---

# 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-18th-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.
