Immutable
release. Only release title and notes can be modified.
This release promotes the validated v1.0.54-beta.2 baseline to stable. It restores the default transport envelope for personal event output with opt-in flattening, plus Schema CLI path and plugin overlay compatibility fixes.
Changed
- Personal event output compatibility (#743) —
event consumeonce again preserves the transport envelope by default forndjson/json/pretty, while retaining the existingcompactprocessor. New Agent workflows opt into the event-specific top-level DTO with--flatten, which is mutually exclusive with-f rawand--debug-raw-events;event schema --flattendescribes that DTO, while the default schema describestype/event_type/data/headersand points to.data | fromjson.
Fixed
- Schema CLI path compatibility (#738) — user-facing Schema lookups once again accept space-, dot-, and slash-separated CLI paths without weakening strict canonical identity resolution.
- Plugin CLI overlays (#701) — installed plugins register their manifest-authored command trees again for HTTP and stdio servers, and a plugin may now replace a hidden compatibility fallback (for example
conference) instead of being skipped as a distribution conflict.