perf(secrets): narrow channel secret sdk seam

This commit is contained in:
Vincent Koc
2026-04-06 20:39:49 +01:00
parent c0d3743cdb
commit 78639eff76
18 changed files with 73 additions and 16 deletions

View File

@@ -1,4 +1,3 @@
import { coerceSecretRef } from "openclaw/plugin-sdk/provider-auth";
import {
getChannelSurface,
hasOwnProperty,
@@ -9,7 +8,8 @@ import {
type ResolverContext,
type SecretDefaults,
type SecretTargetRegistryEntry,
} from "openclaw/plugin-sdk/security-runtime";
} from "openclaw/plugin-sdk/channel-secret-runtime";
import { coerceSecretRef } from "openclaw/plugin-sdk/provider-auth";
type GoogleChatAccountLike = {
serviceAccount?: unknown;