fix(cycles): bulk extract leaf type surfaces

This commit is contained in:
Vincent Koc
2026-04-11 13:07:05 +01:00
parent 1167093773
commit 74e7b8d47b
746 changed files with 18397 additions and 1242 deletions

View File

@@ -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";

View File

@@ -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;