Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 16 Jun 00:28

Reliability and self-host quality fixes.

Fixes

  • AI chat reliability. Resolved intermittent "couldn't generate a response" failures. All AI calls now go through a single resilient provider layer (automatic retry, usage tracking, and logging) regardless of how the provider is configured, and transient empty model responses are retried instead of failing the turn.
  • Server log visibility. burnless start now prints operational logs — per-request status, AI request OK/FAIL with retry/circuit info, and errors — so self-hosters can see what's happening. (No secrets or message contents are logged.)
  • Dashboard after onboarding. Finishing the setup wizard now opens the real dashboard immediately instead of briefly showing "Create Your First Scenario."
  • AI automations. The assistant no longer claims an automation is created before you confirm it, and a newly confirmed automation now appears in the list right away.
  • Localhost access (self-host). Visiting your instance at localhost no longer fails every action with a CSRF "invalid origin" error — localhost, 127.0.0.1, and ::1 are now treated as the same loopback origin.

Install / update

```sh
curl -fsSL https://burnless.ai/install | sh # new install
burnless update # existing install
```

Note

For the most reliable AI experience, use a capable model for the assistant (very small models can struggle with the full tool set). Configure your provider in Settings → AI or during onboarding.