fix(updater): use desktop host updater from web (#3227)

This commit is contained in:
ChangeHow
2026-09-07 20:26:59 +03:00
committed by GitHub
parent 928bb3eae0
commit 1306b1124c
8 changed files with 179 additions and 6 deletions
+2
View File
@@ -63,6 +63,7 @@ export const createBootstrapRuntime = (dependencies) => {
getCachedZenModels,
setAutoAcceptSession,
agentToolRuntime,
desktopUpdater,
} = options;
const uiAuthController = createUiAuth({
@@ -153,6 +154,7 @@ export const createBootstrapRuntime = (dependencies) => {
readSettingsFromDiskMigrated,
fetchFreeZenModels,
getCachedZenModels,
desktopUpdater,
});
return {