> 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/january-2026/january-9-2026.md).

# January 9, 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:

### Email Trigger Reliability — Mailhook Schema Fix

The inbound email trigger (`mailhook`) schema now tolerates missing `commonHeaders.messageId` fields. Previously an absent `messageId` caused the automation trigger to fail schema validation and silently drop the email event. Automations using the **Email Received** trigger are now more resilient against non-standard email senders that omit the `Message-ID` header.

Relevant docs: [Automation Actions](/automations/automation/actions.md)

### Custom Domain — Health Check Middleware Fix

The Genesis custom-domain middleware now short-circuits AWS ELB health-check requests before they are processed by app routing logic. This resolves a class of errors that appeared in logs when load-balancer probes hit custom-domain endpoints, and improves reliability for apps deployed on custom domains.

Relevant docs: [Custom Domains](/taskade-genesis/space-apps-guide/custom-domains.md)

### Knowledge & Memory — Unified Search Indexing Schema (Part 1)

The backend introduces a new **unified search indexing system** (a new internal indexing layer) that consolidates knowledge and memory retrieval under a single search index. This replaces the previous separate embeddings path and lays the groundwork for consistent cross-resource knowledge queries in agents. The legacy embeddings indexing path was removed as part of this migration (removed January 14).

Relevant docs: [Autonomous Agents](/developers/autonomous-agents.md)

## Improvements & Fixes:

* Fixed an infinite-loop condition that could occur when adding URL knowledge sources to an agent.
* SSO sign-in now extracts and pre-fills the user's display name during onboarding, reducing friction for identity-provider-backed workspaces (shipped January 7).


---

# 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/january-2026/january-9-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.
