v0.9.2
What's new
Friendlier first-touch experience. Two small changes that make the first 30 seconds with AIsbom click.
-
Concrete-example default command. Running
aisbomwith no arguments now prints a one-screen quickstart with a working example (aisbom scan hf://google-bert/bert-base-uncased) instead of Typer's auto-generated help dump.aisbom --helpstill shows the full command reference for power users. -
Zero-install path documented. New "Zero-Install (
pipx run)" section in the README and a third install option on aisbom.io. Try AIsbom without committing to a system install:pipx run --spec aisbom-cli aisbom scan hf://google-bert/bert-base-uncased
Housekeeping
- CI: bumped
softprops/action-gh-releasefrom v2 to v3 in the binary-release workflow.
What's not changing
Scanner behavior, exit codes, output formats, the --share flow, telemetry events, and what data is collected — all identical to 0.9.1. The default-command change is presentation-only; scripts that parse aisbom no-args output should already be relying on --help instead.