# Aug 22nd, 2025

## GenStudio

### Improvements

* **Uniform User Interface**: Removal of round corner of file upload button for consistency.
* **Scroll Button Position**: Scroll buttons have been repositioned for better accessibility.

### New Features

* **Passkey Page Addition**: A new page has been added to handle passkeys.
* **Image Preview**: A new feature enabling image preview has been introduced.
* **Anthropic Web Search**: A button and corresponding translations have been added to facilitate anthropic web search.

### Bug Fixes

* **Scroll Button Overlay**: An issue causing the scroll buttons to overlay has been addressed.

## Control Center

### New Features

* **Improved Passkey Management**: Several enhancements have been made to passkey management, including passkey creation, sign-in, updates to error messages, reauthentication upon creating a new passkey, ability to edit passkey display names, and passkey deletion.
* **Email Notifications**: Users now receive an email notification when a new passkey is created.
* **Passkey List API**: A new API showing a list of passkeys on the GenStudio page has been implemented.

### Bug Fixes

* **Anthropic Migration**: Migration of anthropic out of litellm has been successfully completed.
* **OpenAI Image Generation Streaming**: A new feature has been added to provide streaming for OpenAI image generation.


---

# 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/aug-22nd-2025.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.
