mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-25 14:55:28 +00:00
tui: update dialog context and server to use new single dialog system
This commit is contained in:
parent
1f24cccd66
commit
133e0983d6
1 changed files with 4 additions and 2 deletions
|
|
@ -127,8 +127,10 @@ export namespace Server {
|
|||
return streamSSE(c, async (stream) => {
|
||||
stream.writeSSE({
|
||||
data: JSON.stringify({
|
||||
type: "server.connected",
|
||||
properties: {},
|
||||
payload: {
|
||||
type: "server.connected",
|
||||
properties: {},
|
||||
},
|
||||
}),
|
||||
})
|
||||
async function handler(event: any) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue