Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 38c5f23

Browse files
committed
tui: update dialog context and server to use new single dialog system
1 parent 112c58a commit 38c5f23

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/opencode/src/server/server.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,10 @@ export namespace Server {
127127
return streamSSE(c, async (stream) => {
128128
stream.writeSSE({
129129
data: JSON.stringify({
130-
type: "server.connected",
131-
properties: {},
130+
payload: {
131+
type: "server.connected",
132+
properties: {},
133+
},
132134
}),
133135
})
134136
async function handler(event: any) {

0 commit comments

Comments
 (0)