# Nov 14th, 2025

## GenStudio

### New Features

* **Passkey Authentication**: GenStudio now supports passkey-based sign-ins. Users can create, edit, and delete their passkeys for a more secure login process.

### Bug Fixes

* **Assistant Message Content Error**: Resolved an issue where assistant message content in the conversation history was sometimes appearing empty.

## Control Center

### New Features

* **API Migration**: The Gemini API has shifted from using LiteLLM to the native Google GenAI SDK, enhancing its compatibility and performance.

### Bug Fixes

* **EmailAddress Admin Search Error**: The search error occurring in the admin interface while searching for email addresses has been resolved.
* **Cursor Errors with pgBouncer**: Improved the stability of the system by fixing cursor errors associated with pgBouncer.


---

# 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/nov-14th-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.
