Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 10:34
38780e3

Quality-of-life fixes across the CLI, installer, AI, and self-host settings — bundles PRs #8 and #9.

Fixed

  • burnless with no arguments now prints help instead of starting the app; the installer hands off via burnless start.
  • Installer PATHinstall.sh adds ~/.burnless/bin to your shell PATH automatically (shell-detected, idempotent), so burnless is available in a new shell.
  • No more AI config prompt on startburnless start no longer prompts to set up a provider. Use burnless provider add or the onboarding step.
  • Your timezone, everywhere — onboarding captures your real timezone; the AI companion is now aware of the current date/time; and scheduled automations run on your company's timezone (DST-correct), instead of always UTC.
  • Self-host credits display — the AI dashboard no longer shows a misleading "500 credits" cap when you bring your own AI (credits are a cloud concept; self-host AI was never actually throttled).
  • Landing copy button — the install-command "copy" button works, with a graceful fallback when the clipboard is blocked.

Install / update

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

Full changes: #8, #9.