You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.5.6 deepens the desktop runtime architecture around explicit bridge/query/command seams and shared deployment reconciliation.
The release keeps the existing desktop workflows while reducing reverse dependencies and adding focused coverage for bridge payload decoding and deployment state coordination.
Highlights
1. Shared deployment reconciliation
Added a dedicated deployment reconciler to the shared query runtime.
Moved deployment coordination out of the broad runtime implementation into a focused module with dedicated tests.
2. Explicit desktop runtime seams
Narrowed desktop query and command interfaces and clarified runtime dependency wiring.
Centralized bridge payload decoding so desktop consumers share one decoding path.
3. View-model and test hardening
Reduced reverse dependencies across detail, import, collection, settings, and main view-model logic.
Added and updated Swift and TypeScript tests for the refactored runtime boundaries.
User-visible changes
Existing CLI and desktop workflows remain available with no intentional command or protocol changes.
Desktop bridge-backed operations use more explicit and consistent state coordination internally.