Blaze

Blaze CLI v0.9.0 : Release notes (2026/06/23)

Thank you for using Blaze!


1. Headless mode (--json) can now run tools

blaze "your message" --json is the mode for connecting Blaze to other tools — you get the result back without opening the interactive screen. Until now the AI would only reply once; it couldn’t run the Salesforce CLI or read and write files for you.

Starting with this release, Blaze works through the task using whatever tools it needs and returns the final result, even in this mode. Everything streams back as line-by-line JSON, so it drops right into your scripts and CI/CD pipelines.

blaze "List the fields on Account" --json --org myorg --trusts-everything

When you want it to run unattended — like in CI/CD where no one is there to confirm each step — add --trusts-everything so tools run automatically. Calling Blaze from another tool, or running a routine check every night, just got a lot easier!