Skip to content

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 17:21
Immutable release. Only release title and notes can be modified.
v0.10.2
fec3ff9

Fixed

  • astrid mcp serve now 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 client tools/list could
    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 idempotent tools/list probe and reissues it
    when the principal's capsules_loaded signal 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