Files
openclaw/src/agents/github-copilot-token.ts
2026-06-03 22:07:59 -04:00

9 lines
325 B
TypeScript

// Public compatibility barrel for Copilot token helpers that now live in the
// provider-auth SDK surface. Keep callers away from deep plugin-sdk paths.
export {
DEFAULT_COPILOT_API_BASE_URL,
deriveCopilotApiBaseUrlFromToken,
resolveCopilotApiToken,
type CachedCopilotToken,
} from "../plugin-sdk/provider-auth.js";