RalphX.app v0.96.2
Pre-release
Pre-release
RalphX.app 0.96.2 fixes queued-message recovery and improves correlated completion delivery for workspace refresh and eligible automation.
User-Facing Changes
- Queued Messages no longer reappear after prompts were delivered and answered by an interactive agent; finalized assistant turns now settle the full delivered burst, while recovery suppresses turns with subsequent assistant activity. 083d45ac
- Completion-driven workspace refresh and eligible automation now use correlated, deduplicated run and turn completion events, preventing duplicate downstream completion handling during dual event delivery. c231ac3a
Developer And Maintainer Changes
- Chat startup, recovery, and workspace reconciliation now use explicit runtime dependencies and a shared event sink rather than direct managed-state or app-handle lookups. c231ac3a
- Added centralized completion dispatch and event catalog entries for
agent:run_completedandagent:turn_completed, with bounded layering rules around completion producers. c231ac3a
What's Changed
- Fix queued messages re-appearing after send by @lazabogdan in #989
- Locator Removal and Correlated Event-Bus Cutover by @lazabogdan in #993
Full Changelog: v0.96.1...v0.96.2