Releases: mozilla/stmo-cli
Releases · mozilla/stmo-cli
Release 0.7.0
[0.7.0] - 2026-05-27
Features
- Add LLM-optimized
--helpoutput when running inside an AI coding assistant
Fixes
execute --interactive: fall back to parameter defaults when no TTY is available, instead of blockingupdate: detect~/.cargo/write restrictions and show a clear error with instructionsinit: produce a single clean initial commit (no moregit commit --amend); clear inherited git environment variables so commands work correctly inside worktrees
Release 0.6.1
Fixes
execute: coerce numeric--paramvalues to strings for text/date parameters (fixes Redash 400 errors)
Release 0.6.0
Features
- Add
cargo binstallsupport for pre-built binary installation - Replace custom update checker with
moz-cli-version-check(shared cache with other Mozilla CLI tools) updatesubcommand now triescargo binstallfirst, falling back tocargo 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