Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 20:36
· 63 commits to main since this release
06d92e8

Added

  • astrid-types crate — shared IPC payload, LLM, and kernel API types with minimal deps (serde, uuid, chrono). WASM-compatible. Both astrid-events and the user-space SDK depend on this.
  • yolo as an alias for autonomous workspace mode (astrid-config, astrid-workspace)

Changed

  • astrid-events now re-exports types from astrid-types instead of defining them inline. All existing import paths remain valid.
  • astrid-events runtime feature removed — all functionality is now always available. Consumers no longer need features = ["runtime"].

Removed

  • astrid-sdk, astrid-sdk-macros, astrid-sys extracted to standalone repo (sdk-rust)

With many thanks from the following Astrinauts 🚀

  • Joshua J. Bouw