Blaze CLI v0.5.0 : Release notes (2026/05/28)
Thank you for using Blaze!
1. New Force tool that generates Salesforce metadata
When you asked Blaze to “add a currency field to Account” or “create a validation rule on Opportunity,” it used to hand-write the metadata XML from scratch. From this release, a dedicated Force tool generates correct SFDX-format XML and writes it directly under force-app/main/default/. This reduces formatting mistakes and makes metadata creation more reliable.
The following 8 metadata types are supported:
- CustomField
- CustomObject
- ValidationRule
- PermissionSet
- GlobalValueSet
- CustomLabel
- CustomTab
- ListView
It also handles per-type details such as formula fields, picklists, and relationships (Lookup / Master-Detail). When a required value is missing, it tells you exactly what to provide, so you can retry right away.
Because it writes files, Safe mode asks for confirmation before writing, so you can review the change before it is applied.
Any metadata type not listed above is still created directly as a file by Blaze, as before.
2. Fixed an empty ”●” line that could remain after thinking
With some reasoning models, the response body could end up empty after the model finished thinking, which left an empty ”●” line right below the “Thinking process” summary. From this release, that line is no longer shown when the body is empty.