From 169f254a62b4a0ed07974e57055d5fceab714be2 Mon Sep 17 00:00:00 2001 From: Mateo Torres Date: Mon, 22 Jun 2026 18:03:08 -0300 Subject: [PATCH 1/2] updated the changelog --- app/en/references/changelog/page.mdx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/app/en/references/changelog/page.mdx b/app/en/references/changelog/page.mdx index 66b56b256..753a59635 100644 --- a/app/en/references/changelog/page.mdx +++ b/app/en/references/changelog/page.mdx @@ -9,6 +9,28 @@ import { Callout } from "nextra/components"; _Here's what's new at Arcade.dev!_ +## 2026-06-19 + +**Arcade MCP Servers** + +- `[feature - 🚀]` Adds pipeline exit functionality to archive applications in the Ashby toolkit. +- `[feature - 🚀]` Adds support for VS Code chat host in agent mode for attachment capabilities. +- `[feature - 🚀]` Ground-up rebuild of the X toolkit driven through the Gauntlet autonomous loop. +- `[feature - 🚀]` Implement a comprehensive overhaul for Google Slides integration with improvements and fixes. +- `[bugfix - 🐛]` Fixes Jira toolkit metadata classification in design system to correct dashboard integration tier. +- `[maintenance - 🔧]` Remove X from default-enabled playground chat toolkits in ui-kit. +- `[documentation - 📝]` Updating documentation for MCP Servers integration. + +**Platform and Engine** + +- `[feature - 🚀]` Adds deep-validation for OIDC user source issuers and improves coordinator error detail visibility. +- `[feature - 🚀]` Add Agent Capability Gap self-report MCP builtin tool with master switch and LLM instruction integration. +- `[feature - 🚀]` Show inviter email and style link in project invite email. +- `[bugfix - 🐛]` Fixes cold-load black screen issue on redirect routes in dashboard. +- `[bugfix - 🐛]` Fix gateway tool errors to retain additional_prompt_content in MCP. +- `[documentation - 📝]` Adds implementation notes for operator RBAC on OpenFGA in the documentation. + + ## 2026-06-12 **Arcade MCP Servers** From c3cb12d4f477597903f20ccdd39d27889df5a09f Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:08:13 -0700 Subject: [PATCH 2/2] Apply suggestion from @EricGustin --- app/en/references/changelog/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/en/references/changelog/page.mdx b/app/en/references/changelog/page.mdx index 753a59635..53ab61997 100644 --- a/app/en/references/changelog/page.mdx +++ b/app/en/references/changelog/page.mdx @@ -15,7 +15,7 @@ _Here's what's new at Arcade.dev!_ - `[feature - 🚀]` Adds pipeline exit functionality to archive applications in the Ashby toolkit. - `[feature - 🚀]` Adds support for VS Code chat host in agent mode for attachment capabilities. -- `[feature - 🚀]` Ground-up rebuild of the X toolkit driven through the Gauntlet autonomous loop. +- `[feature - 🚀]` Ground-up rebuild of the X toolkit. - `[feature - 🚀]` Implement a comprehensive overhaul for Google Slides integration with improvements and fixes. - `[bugfix - 🐛]` Fixes Jira toolkit metadata classification in design system to correct dashboard integration tier. - `[maintenance - 🔧]` Remove X from default-enabled playground chat toolkits in ui-kit.