Release v0.11.0
Highlights
The .active frame metadata now uses a single start enum field instead of separate new (boolean) and after (optional ID) fields. This simplifies how actors communicate their startup context.
Updated embedded Nushell to 0.111.0.
Breaking changes
- feat!: replace new/after with start enum in .active frame metadata
Changelog
- chore: upgrade nushell dependencies to 0.111.0
- docs: discord-bot example
- docs: rework getting started tutorial to use metadata instead of CAS