mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 14:51:08 +00:00
fix(ci): restore contract-safe core imports
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { spawn, spawnSync } from "node:child_process";
|
||||
import fs from "node:fs";
|
||||
import path from "node:path";
|
||||
import { runBrowserProxyCommand } from "../../extensions/browser/runtime-api.js";
|
||||
import { GatewayClient } from "../gateway/client.js";
|
||||
import {
|
||||
ensureExecApprovals,
|
||||
@@ -19,7 +20,6 @@ import {
|
||||
type ExecHostResponse,
|
||||
} from "../infra/exec-host.js";
|
||||
import { sanitizeHostExecEnv } from "../infra/host-env-security.js";
|
||||
import { runBrowserProxyCommand } from "../plugin-sdk/browser-runtime.js";
|
||||
import { buildSystemRunApprovalPlan, handleSystemRunInvoke } from "./invoke-system-run.js";
|
||||
import type {
|
||||
ExecEventPayload,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import { resolveBrowserConfig } from "../../extensions/browser/runtime-api.js";
|
||||
import { loadConfig, type OpenClawConfig } from "../config/config.js";
|
||||
import { GatewayClient } from "../gateway/client.js";
|
||||
import { resolveGatewayConnectionAuth } from "../gateway/connection-auth.js";
|
||||
@@ -11,7 +12,6 @@ import {
|
||||
NODE_SYSTEM_RUN_COMMANDS,
|
||||
} from "../infra/node-commands.js";
|
||||
import { ensureOpenClawCliOnPath } from "../infra/path-env.js";
|
||||
import { resolveBrowserConfig } from "../plugin-sdk/browser-config.js";
|
||||
import { GATEWAY_CLIENT_MODES, GATEWAY_CLIENT_NAMES } from "../utils/message-channel.js";
|
||||
import { VERSION } from "../version.js";
|
||||
import { ensureNodeHostConfig, saveNodeHostConfig, type NodeHostGatewayConfig } from "./config.js";
|
||||
|
||||
Reference in New Issue
Block a user