v0.10.2
Immutable
release. Only release title and notes can be modified.
Fixed
astrid mcp servenow waits for the authenticated principal's broker to
answer before exposing MCP stdio. Non-default capsule views intentionally
warm after global daemon readiness; an immediate clienttools/listcould
previously publish before the broker subscribed, lose the non-durable bus
request, and hang for the full 55-second reply deadline. Startup now proves
the generic broker path with an idempotenttools/listprobe and reissues it
when the principal'scapsules_loadedsignal arrives, without hardcoding a
product capsule name.
Install
From source (requires Rust 1.95+):
cargo install astrid
Pre-built binaries:
Download the archive for your platform, extract, and add to PATH:
tar xzf astrid-*-$(uname -m)-*.tar.gz
sudo mv astrid-*/astrid astrid-*/astrid-daemon astrid-*/astrid-build astrid-*/astrid-emit /usr/local/bin/
Astrid Runtime does not bundle a product distro. To compose it with a
distro you trust, run:
astrid init --distro <name, @org/repo, path, or .shuttle>
With many thanks from the following Astrinauts 🚀
- Joshua J. Bouw