mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 08:40:21 +00:00
fix: restore provider and config compatibility checks
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
import { isRecord } from "./shared.js";
|
||||
|
||||
const ACPX_PLUGIN_ID = "acpx";
|
||||
const ACPX_ENABLED_BY_DEFAULT = true;
|
||||
const ACPX_ENABLED_BY_DEFAULT = false;
|
||||
|
||||
/**
|
||||
* Walk plugin config entries and collect SecretRef assignments for MCP server
|
||||
|
||||
@@ -322,6 +322,7 @@ const CORE_SECRET_TARGET_REGISTRY: SecretTargetRegistryEntry[] = [
|
||||
includeInPlan: true,
|
||||
includeInConfigure: true,
|
||||
includeInAudit: true,
|
||||
providerIdPathSegmentIndex: 2,
|
||||
},
|
||||
{
|
||||
id: "tools.web.search.apiKey",
|
||||
|
||||
Reference in New Issue
Block a user