mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 23:01:08 +00:00
refactor(github-copilot): lazy-load provider registration
This commit is contained in:
10
extensions/github-copilot/register.runtime.ts
Normal file
10
extensions/github-copilot/register.runtime.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export {
|
||||
coerceSecretRef,
|
||||
ensureAuthProfileStore,
|
||||
listProfilesForProvider,
|
||||
} from "openclaw/plugin-sdk/provider-auth";
|
||||
export { githubCopilotLoginCommand } from "openclaw/plugin-sdk/provider-auth-login";
|
||||
export { PROVIDER_ID, resolveCopilotForwardCompatModel } from "./models.js";
|
||||
export { wrapCopilotAnthropicStream } from "./stream.js";
|
||||
export { DEFAULT_COPILOT_API_BASE_URL, resolveCopilotApiToken } from "./token.js";
|
||||
export { fetchCopilotUsage } from "./usage.js";
|
||||
Reference in New Issue
Block a user