openclaw/extensions/google
Agustin Rivera a26f4d0f3e
Separate Gemini OAuth state from PKCE verifier (#59116)
* fix(google): separate oauth state from pkce verifier

* fix(google): drop unused oauth callback state arg

* docs(changelog): add #59116 google oauth state fix

---------

Co-authored-by: Jacob Tomlinson <jtomlinson@nvidia.com>
2026-04-02 09:51:11 -07:00
..
src refactor: move provider model helpers into plugins 2026-03-27 20:20:31 +00:00
api.test.ts fix(providers): centralize Google endpoint classification (#59556) 2026-04-02 19:21:31 +09:00
api.ts fix(providers): centralize Google endpoint classification (#59556) 2026-04-02 19:21:31 +09:00
cli-backend.ts
gemini-cli-provider.ts
google-shared.test-helpers.ts
google-shared.test.ts
image-generation-provider.test.ts refactor: decouple bundled plugin sdk surfaces 2026-03-29 21:20:46 +01:00
image-generation-provider.ts refactor(providers): normalize transport policy wiring (#59682) 2026-04-02 22:54:34 +09:00
index.ts fix(google): resolve Gemini 3.1 models for all Google provider aliases (#56567) 2026-03-28 19:59:14 +01:00
media-understanding-provider.ts refactor(providers): normalize transport policy wiring (#59682) 2026-04-02 22:54:34 +09:00
media-understanding-provider.video.test.ts refactor(plugin-sdk): untangle extension test seams 2026-03-29 23:43:53 +01:00
model-id.test.ts test: dedupe extension-owned coverage (#58554) 2026-03-31 15:18:29 -07:00
model-id.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
oauth.credentials.ts
oauth.flow.ts Separate Gemini OAuth state from PKCE verifier (#59116) 2026-04-02 09:51:11 -07:00
oauth.http.ts refactor: trim provider oauth runtime seams 2026-03-28 02:08:29 +00:00
oauth.project.ts
oauth.runtime.ts
oauth.shared.ts
oauth.test.ts Separate Gemini OAuth state from PKCE verifier (#59116) 2026-04-02 09:51:11 -07:00
oauth.token.ts
oauth.ts Separate Gemini OAuth state from PKCE verifier (#59116) 2026-04-02 09:51:11 -07:00
openclaw.plugin.json
package.json build: prepare 2026.4.1-beta.1 release 2026-04-01 15:09:19 +01:00
provider-models.test.ts style: normalize import order and formatting 2026-03-29 16:33:22 +09:00
provider-models.ts style: normalize import order and formatting 2026-03-29 16:33:22 +09:00
runtime-api.ts refactor: move provider model helpers into plugins 2026-03-27 20:20:31 +00:00
test-api.ts
web-search-provider.ts