> For the complete documentation index, see [llms.txt](https://docs.taskade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taskade.com/changelog/changelog-2026/april-2026/april-22-2026.md).

# April 22, 2026

## What's New:

### Improved Onboarding for New Users

A smart, interactive onboarding journey that adapts to each user's goals.

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

***

### Updated LLM Models

We've upgraded our Frontier LLM models to include newer versions.

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

Here's a quick breakdown table:

| Old                             | Current                                | Notes     |
| ------------------------------- | -------------------------------------- | --------- |
| -                               | Claude Opus 4.7                        | New       |
| Claude Opus 4.6                 | Claude Opus 4.6                        | Unchanged |
| Claude Sonnet 4.6               | Claude Sonnet 4.6                      | Unchanged |
| OpenAI GPT-5.3 Codex            | OpenAI GPT-5.3 Codex                   | Unchanged |
| OpenAI GPT-5.3 Codex (High)     | OpenAI GPT-5.3 Codex (High)            | Unchanged |
| -                               | OpenAI GPT-5.4                         | New       |
| -                               | OpenAI GPT-5.4 (High)                  | New       |
| OpenAI GPT-5.2                  | -                                      | Removed   |
| OpenAI GPT-5.2 (High)           | -                                      | Removed   |
| OpenAI GPT-5 Mini               | OpenAI GPT-5.4 Mini                    | Upgraded  |
| Claude Haiku 4.5                | Cluade Haiku 4.5                       | Unchanged |
| Google Gemini 3.1 Pro (Preview) | Google Gemini 3.1 Pro (Preview)        | Unchanged |
| Google Gemini 3 Pro (Preview)   | -                                      | Removed   |
| Google Gemini 3 Flash (Preview) | Google Gemini 3 Flash (Preview)        | Unchanged |
| -                               | Google Gemini 3.1 Flash Lite (Preview) | New       |
| Google Gemini 2.5 Flash Lite    | -                                      | Removed   |
| OpenAI GPT-5 Nano               | OpenAI GPT-5.4 Nano                    | Upgraded  |
| OpenAI GPT-4.1                  | -                                      | Removed   |

***

### New DNA Knowledge Graph for Workspaces

Added an account-level knowledge graph visualisation that shows the user's entire Taskade workspace hierarchy - see it at <https://www.taskade.com/memory>.

<figure><img src="/files/eT6J84H8NgLOaCDno9At" alt=""><figcaption></figcaption></figure>

***

## Improvements & Fixes:

* Fixed an issue where some dynamic fields in automations were not being cloned over.
* Fixed an issue where imported apps did not have their branding settings copied over.
* Fixed an issue where EVE does not always autoscroll to the bottom.
* Fixed an issue where EVE does not always navigate to the app preview when editing app code.
* Added a confirmation dialog before archiving your workspaces.
* Added the option to copy your image (media) address via the copy link button in the media header - use this for your OG Image setting *\*wink\**.
* Your published apps will now be auto-categorised in **Community apps**.
* EVE now thinks smarter, condensing information more efficiently.


---

# 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.taskade.com/changelog/changelog-2026/april-2026/april-22-2026.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.
