mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 20:30:23 +00:00
fix(cycles): bulk extract leaf type surfaces
This commit is contained in:
@@ -3,8 +3,8 @@ import {
|
||||
normalizeLowercaseStringOrEmpty,
|
||||
normalizeOptionalString,
|
||||
} from "openclaw/plugin-sdk/text-runtime";
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import { loadConfig, writeConfigFile } from "../config/config.js";
|
||||
import type { OpenClawConfig } from "../config/types.openclaw.js";
|
||||
import { resolveGatewayAuth } from "../gateway/auth.js";
|
||||
import { ensureGatewayStartupAuth } from "../gateway/startup-auth.js";
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import {
|
||||
readBrowserVersion,
|
||||
resolveGoogleChromeExecutableForPlatform,
|
||||
} from "./browser/chrome.executables.js";
|
||||
import type { OpenClawConfig } from "./config/config.js";
|
||||
import type { OpenClawConfig } from "./config/types.openclaw.js";
|
||||
import { asRecord } from "./record-shared.js";
|
||||
|
||||
const CHROME_MCP_MIN_MAJOR = 144;
|
||||
|
||||
Reference in New Issue
Block a user