# Release Notes

***

{% updates format="full" %}
{% update date="2026-05-06" tags="2.0.1" %}

## More ways to build, less friction

<sup>v2.0.0</sup>

<mark style="color:$primary;background-color:orange;">**New nodes, smarter flows**</mark>

* Introducing the **AI Agent node**, giving you more flexibility to design intelligent workflows
* Let the LLM take the lead with **default connections**, so you can focus on mapping your blueprint instead of configuring every step

<mark style="color:$primary;background-color:orange;">**Account Experience**</mark>

* Added a **magic link flow** for a seamless account access
* New **sign‑up and sign‑in flow**, added as the first step toward a more secure, personalized experience
* Subscribe to email updates under **Account Details** to stay up to date with the latest improvements

<mark style="color:$primary;background-color:orange;">**Get Started Quicker**</mark>

* Reduced early friction by allowing you to sign up and receive your test Atsigns to the end of the flow, only once your app is built.

{% hint style="info" icon="lightbulb" %}
*New example blueprint!*&#x20;

Jump into the [**Grocery List blueprint**](/ai-architect/ai-architect-walkthroughs/how-to-think-when-creating-a-blueprint.md) to quickly see how to structure and connect your ideas.
{% endhint %}
{% endupdate %}

{% update date="2026-04-06" tags="1.0.12" %}

## More room to build

<sup>v1.1.3</sup>

<mark style="color:$primary;background-color:orange;">**More canvas, less menu**</mark>

* The side navigation now collapses to make the canvas center stage
* You can also hide the mini-map to maximize your workspace

<mark style="color:$primary;background-color:orange;">**Just connect, change later**</mark>

* Connectors now default to **data stream** out of the box
* You can update the connector type at any time after the initial connection

{% hint style="info" icon="lightbulb" %}
*Not sure what a button does? Hover over it for a hint.*
{% endhint %}
{% endupdate %}
{% endupdates %}


---

# 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.atsign.com/ai-architect/release-notes.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.
