# Jan 30th, 2026

## GenStudio

### Improvements

* **Module Update**: Dependencies such as brace-expansion, diff, and lodash are updated, offering an improved experience for users.

### New Features

* **Abort Signal Handling**: Refined handling of abort signals during token refresh for enhanced reliability.

### Bug Fixes

* **Token Refresh Issue**: Addressed an issue that caused infinite reconnect loops with WebSocket when access tokens expired.

## Control Center

### Improvements

* **Codebase Formatting**: Cleaned up and standardized the codebase through pre-commit hook formatting for better system consistency.

### New Features

* **Close Code on WebSocket Auth Failure**: Now, identifiable close code is returned upon failure of WebSocket authentication, enabling easier troubleshooting.

### Bug Fixes

* **Security Enhancement**: Introduced a maximum password length validation for improved account security.

### Other Updates

* **Regular Security Maintenance and Updates**: Routine checks and updates have been carried out to ensure system stability and security.


---

# 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/jan-30th-2026.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.
