refactor!: remove google-antigravity provider support

This commit is contained in:
Peter Steinberger
2026-02-23 05:20:14 +01:00
parent 558a0137bb
commit 382fe8009a
41 changed files with 43 additions and 2373 deletions

View File

@@ -92,8 +92,8 @@ describe("applyPluginAutoEnable", () => {
config: {
auth: {
profiles: {
"google-antigravity:default": {
provider: "google-antigravity",
"google-gemini-cli:default": {
provider: "google-gemini-cli",
mode: "oauth",
},
},
@@ -102,7 +102,7 @@ describe("applyPluginAutoEnable", () => {
env: {},
});
expect(result.config.plugins?.entries?.["google-antigravity-auth"]?.enabled).toBe(true);
expect(result.config.plugins?.entries?.["google-gemini-cli-auth"]?.enabled).toBe(true);
});
it("skips when plugins are globally disabled", () => {