# Oct 11th, 2024

## GenStudio

### Improvements

* **Enhanced LaTeX Rendering**: Improved the display of LaTeX in code blocks for clearer mathematical expressions.
* **Consistent Set Password Page Design**: Updated the "Set Password" page to match the sign-in/sign-up pages for a uniform experience.
* **Collapsible Conversation Bar**: Added collapse functionality to the conversation bar to maximize workspace area.

### New Features

* **Scroll to Top Button**: Introduced a button to quickly scroll to the top in conversations for easier navigation.
* **Message Editing**: Enabled users to edit their messages, allowing corrections and updates.
* **Markdown Support in Tool Inputs**: Added support for Markdown formatting in tool inputs for enhanced content creation.

### Bug Fixes

* **Safari Copy Conversation Fix**: Resolved an issue that prevented copying conversations in Safari.

## Control Center

### Improvements

* **Unified Workspace for Admins**: Admins with the same email domain are now grouped into a single workspace, simplifying collaboration.
* **Capped Conversation Names**: Limited the length of conversation names created from CSA for better readability.

### New Features

* **User Type Targeting in Conversations**: CSA admins can now target conversations to specific user types (admin/owner or regular member) for more relevant content delivery.
* **Welcome to SkyDeck Conversation**: Added a welcome conversation to guide new users through SkyDeck features.
* **Message Editing**: Enabled message editing capabilities, enhancing communication flexibility for users.

### Bug Fixes

* **System Message URL Preview Update**: Corrected the display of URLs in system messages for accurate link previews.
* **Migration Conflict Resolutions**: Fixed database migration conflicts to ensure system stability.
* **Task Execution Improvement**: Improved task processing by cleaning up connections before and after running tasks.


---

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