Skip to content

Releases: mozilla/stmo-cli

Release 0.7.0

27 May 10:19
0.7.0

Choose a tag to compare

[0.7.0] - 2026-05-27

Features

  • Add LLM-optimized --help output when running inside an AI coding assistant

Fixes

  • execute --interactive: fall back to parameter defaults when no TTY is available, instead of blocking
  • update: detect ~/.cargo/ write restrictions and show a clear error with instructions
  • init: produce a single clean initial commit (no more git commit --amend); clear inherited git environment variables so commands work correctly inside worktrees

Release 0.6.1

22 May 07:59
0.6.1

Choose a tag to compare

Fixes

  • execute: coerce numeric --param values to strings for text/date parameters (fixes Redash 400 errors)

Release 0.6.0

22 May 07:44
0.6.0

Choose a tag to compare

Features

  • Add cargo binstall support for pre-built binary installation
  • Replace custom update checker with moz-cli-version-check (shared cache with other Mozilla CLI tools)
  • update subcommand now tries cargo binstall first, falling back to cargo install
  • Add CI workflow for tests, formatting, clippy checks, and cross-platform release builds

Fixes

  • init: skip pre-commit setup and "Next steps" message when repository is already initialized