Plugin SDK: add full bundled subpath wiring
This commit is contained in:
8
src/plugin-sdk/google-gemini-cli-auth.ts
Normal file
8
src/plugin-sdk/google-gemini-cli-auth.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Narrow plugin-sdk surface for the bundled google-gemini-cli-auth plugin.
|
||||
// Keep this list additive and scoped to symbols used under extensions/google-gemini-cli-auth.
|
||||
|
||||
export { fetchWithSsrFGuard } from "../infra/net/fetch-guard.js";
|
||||
export { isWSL2Sync } from "../infra/wsl.js";
|
||||
export { emptyPluginConfigSchema } from "../plugins/config-schema.js";
|
||||
export type { OpenClawPluginApi, ProviderAuthContext } from "../plugins/types.js";
|
||||
export { buildOauthProviderAuthResult } from "./provider-auth-result.js";
|
||||
Reference in New Issue
Block a user