fix: break plugin-sdk provider barrel recursion

This commit is contained in:
Peter Steinberger
2026-03-27 23:45:20 +00:00
parent ac68494dae
commit b39a7e8073
62 changed files with 120 additions and 59 deletions

View File

@@ -2,7 +2,7 @@ import type {
ProviderResolveDynamicModelContext,
ProviderRuntimeModel,
} from "openclaw/plugin-sdk/core";
import { normalizeModelCompat } from "openclaw/plugin-sdk/provider-models";
import { normalizeModelCompat } from "openclaw/plugin-sdk/provider-model-shared";
export const PROVIDER_ID = "github-copilot";
const CODEX_GPT_54_MODEL_ID = "gpt-5.4";