# Sep 27th, 2024

## GenStudio

### New Features

* **Added Caddy Template**: Introduced a new Caddy template to enhance deployment and configuration options.

### Improvements

* **Conversation Titles in Browser Tabs**: Manually edited or auto-generated conversation titles now populate browser tabs and webpage titles, providing better context.
* **Increased Timeout Settings**: Extended timeout limits to 10 seconds to improve system responsiveness under heavy loads.

### Bug Fixes

* **UI Enhancements**: Resolved various issues in the new user interface to enhance overall experience.

## Control Center

### New Features

* **Tool Pagination**: Implemented pagination in the tool list for easier navigation when managing many tools.
* **Automated Tag Creation for CSV Upload**: New tags are now automatically created during CSV file uploads if they don't exist, simplifying the tagging process.
* **Enhanced Conversation Titles with AI**: Conversation titles are now generated using AI for more concise and meaningful summaries.

### Improvements

* **Independent Language Settings**: Language preferences for GenStudio tools can now be set independently from the Control Center, offering a more personalized experience.
* **Optimized Tool List Loading**: Reduced payload and improved loading times by detaching images from the tool list API.
* **Improved Conversation Titling**: Now uses the first non-empty message to generate conversation titles, ensuring they are more relevant.

### Bug Fixes

* **Fixed Conversation Titles for OpenAI Models**: Resolved an issue where conversation titles weren't generated for certain OpenAI models.
* **Prevented Token Limit Issues in Prompts**: Fixed a bug where token limits could be exceeded when filling prompts, preventing errors.
* **Routine Deletion Stability**: Ensured routines are properly stopped before deletion to maintain stability.
* **Corrected Error Reporting**: Fixed an issue where errors were reported to the wrong dashboard, ensuring accurate error tracking.
* **Adjusted Token Limits for Claude 3 Models**: Set maximum token limits to prevent input errors when using Claude 3 models.


---

# 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/sep-27th-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.
