> 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/february-2026/february-23-2026.md).

# February 23, 2026

## What's New:

### Upgraded LLM Models

We've upgraded our Frontier LLM models to newer versions and added support for Google Gemini 3.1 Pro (Preview).

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

Here's a quick breakdown table:

<table data-full-width="false"><thead><tr><th>Old</th><th>New</th><th>Notes</th></tr></thead><tbody><tr><td>Claude Opus 4.5</td><td>Claude Opus 4.6</td><td>Upgraded</td></tr><tr><td>Claude Sonnet 4.5</td><td>Claude Sonnet 4.6</td><td>Upgraded</td></tr><tr><td>OpenAI GPT-5.1 Codex</td><td>OpenAI GPT-5.2 Codex</td><td>Upgraded</td></tr><tr><td>OpenAI GPT-5.1</td><td>OpenAI GPT-5.2</td><td>Upgraded</td></tr><tr><td>Claude Haiku 4.5</td><td>Claude Haiku 4.5</td><td>Unchanged</td></tr><tr><td>Google Gemini 2.5 Flash</td><td>Google Gemini 3 Flash (Preview)</td><td>Upgraded</td></tr><tr><td>OpenAI GPT-5 Mini</td><td>-</td><td>Removed</td></tr><tr><td>-</td><td>Google Gemini 3.1 Pro (Preview)</td><td>New</td></tr><tr><td>Google Gemini 3 Pro (Preview)</td><td>Google Gemini 3 Pro (Preview)</td><td>Unchanged</td></tr><tr><td>OpenAI GPT-4.1</td><td>OpenAI GPT-4.1</td><td>Unchanged</td></tr><tr><td>OpenAI GPT-5 Nano</td><td>OpenAI GPT-5 Nano</td><td>Unchanged</td></tr><tr><td>Google Gemini 2.5 Flash Lite</td><td>Google Gemini 2.5 Flash Lite</td><td>Unchanged</td></tr></tbody></table>

***

### New Shopify Actions

We've added a bunch of new actions for Shopify for automations.

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

***

## Improvements & Fixes:

* Fixed an issue where EVE would be stuck in a error fixing loop.
* Fixed an issue where closing the EVE chat drawer will stop the chat.
* Fixed an issue where non-USD stripe user could not purchase extra credits.
* \[Mobile] Uploading files to EVE will no longer close the drawer and cause the upload to fail.


---

# 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/february-2026/february-23-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.
