v0.5.0
Added
- LOCAL MODELS panel (#16) — surfaces the models on the box, and stops hiding the ones that aren't currently loaded.
- npm distribution (#12) —
npx roost-topornpm install -g roost-top, alongside the existing PyPI, Homebrew and apt channels. Still the same single-file, stdlib-only Python program; the npm wrapper only locates an interpreter. - ADVICE names the task, not just the pid (#1) — advice lines identify a session by what it is working on, so acting on one doesn't mean cross-referencing the table first.
llms.txt, so AI crawlers get a plain-language summary of what roost is.
Fixed
- Homebrew formula points at a tracked release asset (1a52b2f) rather than a tarball whose checksum moved.
Changed
- Releases run through release-please (#19, #20) — the version bump and tag are cut by merging a release PR instead of by hand, with npm and Homebrew tap publishing automated on release (#18).
- A CHANGELOG now exists, backfilled to cover v0.01 through v0.4 (#13).
- README points at the
help wantedissues; demo recording re-cut against 0.4.
These notes were rewritten by hand. The originally generated set listed only the Homebrew fix, because release-please reads conventional-commit prefixes and only one of the fifteen commits in this range carried one.
Full Changelog: v0.4...v0.5.0