feat(ui-flow): IPC for webhook relay dry-run and archive health prefs (v0.8.79)

Expose dry-run-digest-webhook-relay, refresh-archive-peer-health, and
set-archive-health-prefs sidecar channels for server settings UI.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-22 07:11:31 -04:00
co-authored by Cursor
parent 9652d2b775
commit 33bf9d078c
+5
View File
@@ -128,6 +128,11 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
send({ type: 'archive-peer-health-refreshed', ...out })
return true
}
if (t === 'set-archive-health-prefs') {
await platform.setArchiveHealthPrefs(msg.prefs || {})
pushState()
return true
}
if (t === 'announce-worker-release') {
await platform.announceWorkerRelease({
workerVersion: msg.workerVersion,