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

# Release 0.31.0

**Release Date:** July 2026

**Previous Version:** v0.30.0

### Editor and workflow experience

* **Persistent navigation and project actions.** A new top bar stays in place across the dashboard and editor, with workspace or project context, project sharing and export actions, the credit balance, AI Assist, and the user menu close at hand.

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

* **A new floating canvas toolbar.** Select, pan, section, comment, and note tools now share a compact modal toolbar with zoom-to-fit, zoom in/out, preset zoom levels, and a live zoom percentage.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR7boiMixMhR4q36Ns33Y%2Fuploads%2F6N5ExO2gIaUU6rQS6gag%2Frelease%2031.mp4?alt=media&token=4a91590c-a759-402d-8d10-28bd0b50e531>" %}

* **Alignment and distribution shortcuts.** Selected nodes can be aligned left (`Shift+A`), horizontally centered (`Shift+H`), right (`Shift+D`), top (`Shift+W`), vertically centered (`Shift+V`), or bottom (`Shift+S`). Use `Ctrl/Cmd+Shift+H` or `Ctrl/Cmd+Shift+V` to distribute them horizontally or vertically.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR7boiMixMhR4q36Ns33Y%2Fuploads%2FiazHupfCD1isBGaa2gVW%2F20260728-0811-23.1621208.mp4?alt=media&token=b005bf30-6937-4539-afe9-cafb9171c73a>" %}

* **A more compact node creation menu.** Icon chips, single-line results, and tooltips make nested node categories quicker to scan.

<figure><img src="/files/aGHBwpu6paXm1DQsCVfX" alt="" width="422"><figcaption></figcaption></figure>

<figure><img src="/files/gs6JKg5VvFzUujkWyVfV" alt="" width="419"><figcaption></figcaption></figure>

* **A redesigned AI Assistant.** The resizable side panel has a cleaner conversation view, starter prompts, visible tool progress, model selection, a Run nodes control, conversation clearing, and a Send/Stop control. The legacy one-click Suggestions panel has been retired so graph assistance is consolidated in the AI Assistant.

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

* **An upgraded file and 3D viewer.** The new pill toolbar provides download and camera controls, selectable lighting presets, and available material/debug views such as albedo, normals, ambient occlusion, roughness, metallic, part colors, and wireframe. Live information now includes image dimensions and file size, or 3D topology, vertex/triangle counts, physical dimensions, and texture resolutions.

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

### Models and media tools

* **New Gemini choices.** OpenAI GPT 5.6 Sol/Terra/Luna, Anthropic Claude Sonnet 5, Google Gemini 3.6 Flash and Gemini 3.5 Flash Lite are available in the supported LLM/vision model catalog. Existing Gemini 3.5 Flash selections are migrated to Gemini 3.6 Flash.

<figure><img src="/files/D3zITGfO9cAfrs4ixO8t" alt="" width="467"><figcaption></figcaption></figure>

* **Tripo 8K texturing.** Direct Tripo 8K options are available for v3.1, P1, and Smart Low Poly generation in single-image and multiview workflows, plus Tripo 3.0 8K in Texture Mesh. These produce an 8K base-color texture with 4K material and NormalGL maps.

<figure><img src="/files/0fVlH7BOeEEx3pZW361K" alt=""><figcaption></figcaption></figure>

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

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

* **More Meshy controls.** Image to 3D adds Meshy-T2 Smart Topology for clean single-image low-poly output with a configurable 100–15,000 face target. Meshy v6 workflows can generate 4K base-color textures in Image to 3D, Multiview to 3D, and Texture Mesh. UV Unfold also adds Meshy UV Unwrap as an engine for GLB meshes up to 40,000 faces.

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

### Atlas Platform MCP (alpha)

Early-access users can connect Atlas to Claude Code, Cursor, Codex, and other Model Context Protocol clients with a workspace API key. The initial toolset can manage, clone, and share projects and their team access; ask a one-shot Atlas agent to build or edit a graph; and export, list, rename, disable, or remove exported APIs. A guided MCP setup page is available in workspace settings.

The alpha MCP agent uses the same workspace permissions as the key owner. In this first version, its turns are stateless and it can construct graphs but cannot run nodes.

MCP alpha can be enabled upon request for now.

<figure><img src="/files/YwpWmo2t8J7ihXx2Hrpf" alt="" width="563"><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.31.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.
