> 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.25.0.md).

# Release 0.25.0

**Release Date:** May 2026

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

### New Creative Backends <a href="#new-creative-backends" id="new-creative-backends"></a>

* Added **Happy Horse** video support:
  * Text/image to video: 3-15s, 720p/1080p, native audio.
  * Reference-to-video: 1-9 reference images, 3-15s, 720p/1080p.
  * Video edit: 3-60s input videos, up to 5 image references, 720p/1080p, audio auto/original.

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

* Added **Grok Imagine Quality 1K/2K** for text-to-image, image editing, and text+image-to-image workflows.

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

* Added **Ideogram** as a background removal backend, with clearer fallback warnings when a selected backend changes provider.

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

### Agent Improvements <a href="#agent-improvements" id="agent-improvements"></a>

* The project agent can now run or schedule nodes, watch node completion, and report richer run outcomes.

<figure><img src="/files/Gc8YsiHY1b8P9mI7V8Ds" alt="" width="392"><figcaption></figcaption></figure>

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR7boiMixMhR4q36Ns33Y%2Fuploads%2FCjfflFItcWlaWCoiZThl%2Fvideo_1281.mp4?alt=media&token=f8c882b9-83e0-474a-991a-86aa43f0bc71>" %}

* Added a per-project **Allow running nodes** toggle in agent chat.

<figure><img src="/files/2XoJflWywRwzmGkQ9FJk" alt="" width="383"><figcaption></figcaption></figure>

* Agent chat now has clearer timestamps, cleaner tool progress messages, better busy-state handling, and hides internal system messages for regular users.

<figure><img src="/files/PBppojJ3OWuLZ6QO3YkV" alt="" width="392"><figcaption></figcaption></figure>

<br>


---

# 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.25.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.
