> 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-6-2026.md).

# February 6, 2026

## What's New:

### Updated Open Graph Images

The image preview for your Taskade apps, when shared, has been updated to display a screenshot of your app.

<figure><img src="/files/avH0PdQP8JgU6ZjDJqqA" alt="" width="367"><figcaption></figcaption></figure>

***

### Space Icon -> Favicons

App favicons are now based on your space icons. Choose an emoji or upload an image as your [space icon](https://www.taskade.com/learn/genesis/visual-editor) and watch it show up as your app's favicon.

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

{% hint style="info" %}
Do remember to republish your app after changing your space icon to see your new favicon apply.
{% endhint %}

***

## Improvements & Fixes:

* EVE now has direct access to files in your media; You no longer need a context reference for EVE to access to them.
* Renamed the "Keyboard shortcuts" menu item to "Taskade tips" to better reflect its content.
* Added a "Popular" section for Automation actions, featuring our most-used actions.
* Updated the "What's new" popup.
* Updated the description of some Automations actions.
* Fixed an issue where the Agent Generator encountered errors.
* Fixed an issue where the Automation Generator encountered errors.
* Fixed an issue where the apps in /community were not displaying correctly.
* Fixed an issue where required date fields in Automation Forms was not validated correctly after being filled.


---

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