> 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/july-2026/july-8-2026.md).

# July 8, 2026

{% hint style="info" %}
**Developer highlights.** This section tracks API, MCP, SDK, automation, and Taskade Genesis platform changes for developers. For the full product changelog see [taskade.com/changelog](https://www.taskade.com/changelog); for release newsletters see [taskade.com/blog/updates](https://www.taskade.com/blog/updates).
{% endhint %}

## What's New:

### Multi-Select Field Type

Table View databases now support a **Multi-Select** field type — tag a row with multiple values from a defined option list, with range selection support. Available alongside the existing Select (single-choice) field in the field configurator. See [Projects & Databases](/workspaces/workspaces/projects-databases.md).

***

### Agent, Team & Automation Sidebar Tabs

The space sidebar now has dedicated **IA tabs** for Agents, Agent Teams, and Automations — one-click access instead of hunting through menus. Each tab surfaces its own list with search and create actions.

***

### Two New MCP Tools

The hosted MCP server at [Taskade MCP](https://www.taskade.com/mcp) gains two new tools:

| Tool                   | What it does                                                                                                                                             |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `edit_app_file`        | Edit a published Taskade Genesis app's source files from your IDE or AI client — make changes without leaving your editor, then publish through Taskade. |
| `set_project_archived` | Archive or restore a project programmatically.                                                                                                           |

Both are available to any MCP client connected to your workspace. See [Workspace MCP](/developers/workspace-mcp.md).

***

### Expanded Automade Trigger Catalog

The automation piece registry now includes new triggers:

| Trigger                       | What it fires on                              |
| ----------------------------- | --------------------------------------------- |
| **HTTP `sendRequest`**        | Outbound HTTP calls with proper auth handling |
| **Slack `newMessage`**        | New messages in a Slack channel               |
| **Trello `newCard`**          | New cards created on a Trello board           |
| **Rating field change**       | A Rating field value changes                  |
| **Relationship field change** | A Relationship field value changes            |

See the [Integration Overview](/automations/automation/comprehensive-integration-guide.md).

***

### Genesis App Builder Visual Overhaul

The Genesis app generator received a redesigned preview, loading states, error states, and empty-state illustrations — plus refreshed analytics, tabs, and user-management UI.

***

## Improvements & Fixes:

* Table View snap on Chrome cell-click fixed.
* Multi-cell range paste now works across number, text, select, and date columns.
* Empty push notifications for unknown activity types are suppressed.
* Deactivated Taskade Actions no longer appear in the space-agent dropdown.
* Single-select field values map correctly into Add Task automation flows.
* Breadcrumb overflow now scrolls horizontally instead of clipping.
* General stability, performance, and connector reliability improvements.


---

# 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/july-2026/july-8-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.
