> For the complete documentation index, see [llms.txt](https://docs.atlas.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atlas.design/atlas-ai-studio-overview/release-notes/release-0.24.0.md).

# Release 0.24.0

**Release Date:** May 2026

**Previous Version:** v0.23.0. (May 2026)

### Creation Tools <a href="#creation-tools" id="creation-tools"></a>

* **Smart Resize Image** is now available in the Images node group for AI-assisted resizing and recomposition.

<figure><img src="/files/2sqT5e5IGnXcvOVsslYA" alt="" width="563"><figcaption></figcaption></figure>

* **Extend Image** now offers OneReward in addition to FLUX Fill, Gemini 3.1 Flash Image, and Qwen Image 2 Pro.

<figure><img src="/files/W8aS8tyBzTBauFdw2gf5" alt="" width="563"><figcaption></figcaption></figure>

* Quiver SVG generation now uses the newer Arrow 1.1 options; Arrow 1.0 has been removed from the SVG backend choices.

<figure><img src="/files/QDCPYG7F8KA0b29NltvX" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/irHFfmpdBhUqHiUSWkkk" alt="" width="563"><figcaption></figcaption></figure>

* HeyGen lipsync failures now show clearer guidance when no active speaker is detected, including cases where the speaker is visible but not speaking during the audio-covered timeframe.

<figure><img src="/files/k2w6yxS864DxDUI1lvQM" alt="" width="322"><figcaption></figcaption></figure>

### Projects And Collaboration <a href="#projects-and-collaboration" id="projects-and-collaboration"></a>

* Workspace project cards now show an **Access** selector for creators, making it easier to choose whether a project stays private, can be viewed by the workspace, or can be edited by the workspace.

<figure><img src="/files/HOZOti5rd6wjDDs3KreU" alt="" width="563"><figcaption></figcaption></figure>

* Workspace project access is enforced when opening, saving, and collaborating on projects, so read-only and editable workspace modes behave consistently.
* Shared and read-only projects now show a clearer **Save and Edit** dialog, guiding users to copy the project before making changes.

<figure><img src="/files/3ieBjIhGFOQM7qwitQDI" alt="" width="563"><figcaption></figcaption></figure>

* The project sidebar now keeps sharing controls available for editable projects and keeps copy-link actions available when a project is shared.

### Exported APIs <a href="#exported-apis" id="exported-apis"></a>

* Exported API project groups now distinguish projects by their source owner or workspace, avoiding collisions when different workspaces or users have projects with the same ID.

<figure><img src="/files/8a0ZIOIf7HCxSbco4L8I" alt="" width="549"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.atlas.design/atlas-ai-studio-overview/release-notes/release-0.24.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
