From c24ac26c5b00f17beb3a946048424d9729c0daf1 Mon Sep 17 00:00:00 2001 From: johnxie Date: Sat, 27 Jun 2026 03:00:58 -0700 Subject: [PATCH] docs(readme): move shipped agent-chat + webhooks out of Roadmap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These two capabilities shipped in v0.1.0 (v2 tool layer) and are already listed under Tools, but the Roadmap still presented them as upcoming — a direct contradiction. Replace the two bullets with a 'Recently shipped' note linking to the Tools section. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67ae4e0..6a47494 100644 --- a/README.md +++ b/README.md @@ -501,9 +501,9 @@ Works with any OpenAPI 3.0+ spec. Generate MCP tools for your own APIs in minute See [open issues](https://github.com/taskade/mcp/issues) for planned features and improvements. +**Recently shipped (v0.1.0):** Agent chat (`promptAgent`) and webhook triggers, live now via the [Taskade API v2 tool layer](#agent-chat--webhooks-api-v2-beta). + - **Automation & Flow Tools** — Create, enable, and manage workflow automations via MCP -- **Agent Chat via MCP** — Send messages to AI agents and receive responses -- **Webhook Triggers** — Receive real-time notifications from Taskade events - **`agent.js`** — Open-source autonomous agent toolkit (coming soon) - **TaskOS** — Agent platform at [docs.taskade.com](https://docs.taskade.com)