UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

24 lines (23 loc) 5.24 kB
import { o as resolveRequiredHomeDir } from "../home-dir-BjcCg_IW.js"; import { o as coerceSecretRef, s as hasConfiguredSecretInput } from "../types.secrets-_0JOMGE5.js"; import { s as resolveDefaultSecretProviderAlias } from "../ref-contract-BAa3qHwr.js"; import { i as omitEnvKeysCaseInsensitive, n as listKnownProviderAuthEnvVarNames } from "../provider-env-vars-Clp1DREb.js"; import { F as readClaudeCliCredentialsCached, I as readCodexCliCredentialsCached, N as hasUsableOAuthCredential, R as CLAUDE_CLI_PROFILE_ID, j as DEFAULT_OAUTH_REFRESH_MARGIN_MS, m as updateAuthProfileStoreWithLock, n as ensureAuthProfileStore, r as ensureAuthProfileStoreForLocalUpdate, z as CODEX_CLI_PROFILE_ID } from "../store-C8spD0DG.js"; import { n as normalizeSecretInput, t as normalizeOptionalSecretInput } from "../normalize-secret-input-OwRUfByL.js"; import { n as listProfilesForProvider } from "../profile-list-DI8_o0Rw.js"; import { i as removeProviderAuthProfilesWithLock, o as upsertAuthProfile, s as upsertAuthProfileWithLock } from "../profiles-BMWtmBgj.js"; import { n as suggestOAuthProfileIdForLegacyDefault } from "../repair-ELDRMhgP.js"; import { a as COPILOT_USER_AGENT, i as COPILOT_INTEGRATION_ID, n as COPILOT_EDITOR_VERSION, r as COPILOT_GITHUB_API_VERSION, s as buildCopilotIdeHeaders, t as COPILOT_EDITOR_PLUGIN_VERSION } from "../copilot-dynamic-headers-CF9zPORX.js"; import { d as isNonSecretApiKeyMarker, g as resolveNonEnvSecretRefApiKeyMarker, i as MINIMAX_OAUTH_MARKER, n as CUSTOM_LOCAL_AUTH_MARKER, u as isKnownEnvApiKeyMarker, v as resolveOAuthApiKeyMarker } from "../model-auth-markers-Sq8HdQFX.js"; import { t as resolveEnvApiKey } from "../model-auth-env-O5hF4UJr.js"; import { i as normalizeApiKeyConfig } from "../models-config.providers.secrets-CK7mTB4U.js"; import { t as resolveSecretInputModeForEnvSelection } from "../provider-auth-mode-7FOSjRoY.js"; import { n as promptSecretRefForSetup } from "../provider-auth-ref-yqvdWH30.js"; import { a as normalizeSecretInputModeInput, i as normalizeApiKeyInput, n as ensureApiKeyFromOptionEnvOrPrompt, r as formatApiKeyPreview, s as validateApiKeyInput, t as ensureApiKeyFromEnvOrPrompt } from "../provider-auth-input-CjZ71i7e.js"; import { n as validateAnthropicSetupToken, t as buildTokenProfileId } from "../provider-auth-token-BA6tpOZK.js"; import { i as writeOAuthCredentials, n as buildApiKeyCredential, r as upsertApiKeyProfile, t as applyAuthProfileConfig } from "../provider-auth-helpers-BgLOn-Ws.js"; import { t as createProviderApiKeyAuthMethod } from "../provider-api-key-auth-VMMQYUA9.js"; import { t as resolveOpenClawAgentDir } from "../agent-dir-compat-BqOAVSjO.js"; import { t as buildOauthProviderAuthResult } from "../provider-auth-result-D8WOW34t.js"; import { a as listUsableProviderAuthProfileIds, c as generateHexPkceVerifierChallenge, d as buildOpenAICodexCredentialExtra, f as decodeOpenAICodexJwtPayload, h as resolveOpenAICodexImportProfileName, i as isProviderAuthProfileConfigured, l as generatePkceVerifierChallenge, m as resolveOpenAICodexAuthIdentity, n as deriveCopilotApiBaseUrlFromToken, o as resolveCopilotApiToken, p as resolveOpenAICodexAccessTokenExpiry, r as isProviderApiKeyConfigured, s as resolveProviderAuthProfileApiKey, t as DEFAULT_COPILOT_API_BASE_URL, u as toFormUrlEncoded } from "../provider-auth-DAOC_qI9.js"; export { CLAUDE_CLI_PROFILE_ID, CODEX_CLI_PROFILE_ID, COPILOT_EDITOR_PLUGIN_VERSION, COPILOT_EDITOR_VERSION, COPILOT_GITHUB_API_VERSION, COPILOT_INTEGRATION_ID, COPILOT_USER_AGENT, CUSTOM_LOCAL_AUTH_MARKER, DEFAULT_COPILOT_API_BASE_URL, DEFAULT_OAUTH_REFRESH_MARGIN_MS, MINIMAX_OAUTH_MARKER, applyAuthProfileConfig, buildApiKeyCredential, buildCopilotIdeHeaders, buildOauthProviderAuthResult, buildOpenAICodexCredentialExtra, buildTokenProfileId, coerceSecretRef, createProviderApiKeyAuthMethod, decodeOpenAICodexJwtPayload, deriveCopilotApiBaseUrlFromToken, ensureApiKeyFromEnvOrPrompt, ensureApiKeyFromOptionEnvOrPrompt, ensureAuthProfileStore, ensureAuthProfileStoreForLocalUpdate, formatApiKeyPreview, generateHexPkceVerifierChallenge, generatePkceVerifierChallenge, hasConfiguredSecretInput, hasUsableOAuthCredential, isKnownEnvApiKeyMarker, isNonSecretApiKeyMarker, isProviderApiKeyConfigured, isProviderAuthProfileConfigured, listKnownProviderAuthEnvVarNames, listProfilesForProvider, listUsableProviderAuthProfileIds, normalizeApiKeyConfig, normalizeApiKeyInput, normalizeOptionalSecretInput, normalizeSecretInput, normalizeSecretInputModeInput, omitEnvKeysCaseInsensitive, promptSecretRefForSetup, readClaudeCliCredentialsCached, readCodexCliCredentialsCached, removeProviderAuthProfilesWithLock, resolveCopilotApiToken, resolveDefaultSecretProviderAlias, resolveEnvApiKey, resolveNonEnvSecretRefApiKeyMarker, resolveOAuthApiKeyMarker, resolveOpenAICodexAccessTokenExpiry, resolveOpenAICodexAuthIdentity, resolveOpenAICodexImportProfileName, resolveOpenClawAgentDir, resolveProviderAuthProfileApiKey, resolveRequiredHomeDir, resolveSecretInputModeForEnvSelection, suggestOAuthProfileIdForLegacyDefault, toFormUrlEncoded, updateAuthProfileStoreWithLock, upsertApiKeyProfile, upsertAuthProfile, upsertAuthProfileWithLock, validateAnthropicSetupToken, validateApiKeyInput, writeOAuthCredentials };