Skip to content

refactor(core): publish sync events to global event stream#22347

Merged
jlongster merged 1 commit intodevfrom
jlongster/merge-sync-event
Apr 13, 2026
Merged

refactor(core): publish sync events to global event stream#22347
jlongster merged 1 commit intodevfrom
jlongster/merge-sync-event

Conversation

@jlongster
Copy link
Copy Markdown
Contributor

We need to consolidate events into a single stream, and now that we have sync events we should publish them through the global events. This PR gets rid of the sync-specific bug and instead pushes the events through a global event stream with a type: "sync". You should tap into these events for the low-level sync messages. The higher-level events (not versioned, no sync info) area also still published here.

@jlongster jlongster force-pushed the jlongster/merge-sync-event branch from 01fb148 to c5134db Compare April 13, 2026 19:53
@jlongster jlongster requested a review from adamdotdevin as a code owner April 13, 2026 19:53
@jlongster jlongster merged commit b22add2 into dev Apr 13, 2026
10 checks passed
@jlongster jlongster deleted the jlongster/merge-sync-event branch April 13, 2026 20:52
mrsimpson pushed a commit to mrsimpson/opencode that referenced this pull request Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant