Skip to content

RalphX.app v0.96.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Aug 06:35
· 44 commits to main since this 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_completed and agent:turn_completed, with bounded layering rules around completion producers. c231ac3a

What's Changed

Full Changelog: v0.96.1...v0.96.2