fix: restore pnpm check type safety

This commit is contained in:
Peter Steinberger
2026-04-06 01:02:48 +01:00
parent a79984eacf
commit fdc2f421e4
3 changed files with 18 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ import {
} from "../../plugins/provider-runtime.js";
import type { ProviderRuntimeModel } from "../../plugins/types.js";
import { resolveOpenClawAgentDir } from "../agent-paths.js";
import { DEFAULT_CONTEXT_TOKENS } from "../defaults.js";
import { buildModelAliasLines } from "../model-alias-lines.js";
import { normalizeStaticProviderModelId } from "../model-ref-shared.js";
import { findNormalizedProviderValue, normalizeProviderId } from "../model-selection.js";