HomeChangelog

Changelog

Here’s what’s new at Arcade.dev!

For the week ending on 2025-07-11

Frameworks

Toolkits

  • [feature - πŸš€] Split previously combined Google, Microsoft, and other Toolkits into separate toolkits to aid in retrieval and maintenance (PR #438)
  • [feature - πŸš€] Slack Toolkit: Major refactor and improvements (PR #453)

CLI and TDK

  • [feature - πŸš€] --debug flag added for CLI commands (PR #454)

Platform and Engine

  • [bugfix - πŸ›] Fix token refresh bug

Misc

  • [documentation - πŸ“] Document the OAuth scopes required by the Slack toolkit (PR #344)

For the week ending on 2025-07-04

Toolkits

  • [bugfix - πŸ›] patching toolkit template generator for outside the main repo (PR #460)
  • [bugfix - πŸ›] Filter out unneeded files/directories before deploying workers (PR #464)

Platform and Engine

  • [feature - πŸš€] Concurrent auth requests for the same user and same scopes use the same authentication flow and URLs. This means that your users only have to authenticate once if the agent chooses to use multiple tools at once with teh same scopes.
  • [bugfix - πŸ›] Fix secret deletion

Cloud

  • [bugfix - πŸ›] Update cross-origin-opener-policy header to allow Google Drive File Picker popup

Platform and Engine

  • [feature - πŸš€] Dashboard: Allow editing the description of a secret (PR #95)
  • [feature - πŸš€] Dashboard: Preserve tools when resetting parameters (PR #97)

For the week ending on 2025-06-28

Toolkits

  • [bugfix - πŸ›] Jira toolkit: deduplicate cloud data in Atlassian’s available-resources response (PR #456)

For the week ending on 2025-06-20

Frameworks

  • [feature - πŸš€] Support for OpenAI Agent SDK in Typescript (docs and example)

Toolkits

  • [feature - πŸš€] Jira toolkit released (docs)

CLI and TDK

  • [feature - πŸš€] V2.0 of Python Tool Development Kit (TDK) (migration guide)
  • [feature - πŸš€] Admin API client support
    • Requires v1.6.0 of arcade-py, or v1.8.0 of arcade-js, or v0.1.0-alpha.4 of arcade-go

Platform and Engine

  • [feature - πŸš€] Admin APIs released for managing users, secrets, and tools (API References)
  • [bugfix - πŸ›] Unauthenticated MCP servers can be called anonymously
  • [feature - πŸš€] End-user credentials and auth status can be fetched in batches (docs)

Misc

  • [feature - πŸš€] Launched Github Discussions for product feedback and support (link)
  • [feature - πŸš€] Launched status.arcade.dev for monitoring platform status (link)