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
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 ofarcade-js
, or v0.1.0-alpha.4 ofarcade-go
- Requires v1.6.0 of
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