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

# February 2, 2026

## What's New:

### Integrations Directory

Browse 100+ integrations at a glance. Each integration now has its own page with triggers, actions, and real use cases to help you get started faster.

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

***

### Custom Agent Tools & Commands

Add custom commands, skills, and your own external tools to AI agents. Extend agent capabilities beyond built-in features with flexible, pluggable integrations.

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

***

### MCP Connectors Foundation

Early MCP connector support is here. Browse and manage third-party integrations via MCP from a new Connectors screen — the foundation for unified cross-service workflows.

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

***

### AI Model Expansion

All major AI models are now available directly in the agent interface. A new model picker adapts to your plan with clearer upgrade visibility.

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

***

## Improvements & Fixes:

* Integrations Directory now live at `/integrations` with 100+ entries.
* Community profiles are now public by default.
* Integrated search filter and multi-select for bulk actions in List View.
* Better retry handling for failed automation runs and improved toast alerts.
* Custom favicon support for Taskade Genesis apps for better branding.
* New "Popular" section in Actions Menu with Content & Media grouping.
* Rename and delete agent conversations from the chat panel.
* Mobile-optimized list view with better touch interactions.
* Fixed date field validation blocking form submissions.
* Fixed copy shortcut conflicts and updated default tab behavior.
* Smarter Project Chat with upgraded engine and better AI integration.
* Faster, more efficient search indexing for large workspaces.
* \[Hotfix] Fixed due date automation for empty values.


---

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