fix(updater): use desktop host updater from web (#3227)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user