Extensions: migrate google-gemini-cli-auth plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:06 -05:00
parent 1ebd1fdb2d
commit b4f60d900b

View File

@@ -2,7 +2,7 @@ import { createHash, randomBytes } from "node:crypto";
import { existsSync, readFileSync, readdirSync, realpathSync } from "node:fs";
import { createServer } from "node:http";
import { delimiter, dirname, join } from "node:path";
import { fetchWithSsrFGuard, isWSL2Sync } from "openclaw/plugin-sdk";
import { fetchWithSsrFGuard, isWSL2Sync } from "openclaw/plugin-sdk/compat";
const CLIENT_ID_KEYS = ["OPENCLAW_GEMINI_OAUTH_CLIENT_ID", "GEMINI_CLI_OAUTH_CLIENT_ID"];
const CLIENT_SECRET_KEYS = [