System Release 5-9-26

1. Fixed an issue where changing a subscription plan ID on one tenant would incorrectly migrate user accounts on a different tenant.

2. Fixed an issue where bulk subscription plan migrations triggered by a plan ID change were not being recorded in the account change log.

3. Fixed a regression in the previous release that broke the handling of unicode characters when webhook payloads are processed.

4. When lots of automation errors are retried in bulk, the system now watches the count of queued work items and will wait to start retries if more than 250 items are queued, in order to avoid exhausting free memory.

5. A Claude Code plugin is now available to build automations and assemblies. To install the plugin, account having the Switch Account permission can download it from their Account Menu at the top right of the automation editor. Unzip and run install.sh for Mac or install.bat for Windows.

6. The Assembly Assistant introduced in the previous release has been replaced by support in the Claude Code plugin for building assemblies.

7. Automation diagrams can no longer be scrolled entirely out of view.

8. Added a new Variables system utility app that stores named values that live for the duration of an automation run - for building up arrays or strings inside loops, or keeping running totals. Intended to replace Lookup Tables usage for the same purpose, for improved performance.