chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-16 13:27:23 +00:00
parent 6d2219e001
commit 321db7a819
+4 -2
View File
@@ -896,7 +896,8 @@ export const GithubRunCommand = effectCmd({
} }
let text = "" let text = ""
await runLocalEffect(busSvc.subscribeCallback(MessageV2.Event.PartUpdated, (evt) => { await runLocalEffect(
busSvc.subscribeCallback(MessageV2.Event.PartUpdated, (evt) => {
if (evt.properties.part.sessionID !== session.id) return if (evt.properties.part.sessionID !== session.id) return
//if (evt.properties.part.messageID === messageID) return //if (evt.properties.part.messageID === messageID) return
const part = evt.properties.part const part = evt.properties.part
@@ -922,7 +923,8 @@ export const GithubRunCommand = effectCmd({
return return
} }
} }
})) }),
)
} }
async function summarize(response: string) { async function summarize(response: string) {