openclaw/extensions/google
LiLan0125 db0f6f09dc
fix(google): restore image tool results for prefixed Gemini 2 models (#102382)
* fix(google): handle prefixed Gemini 2 image fallback

* test(google): cover prefixed Gemini 3 image responses

* docs(changelog): note prefixed Gemini fallback

Co-authored-by: 李兰 0668001394 <li.lan3@xydigit.com>

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-09 15:09:05 +01:00
..
src improve(google): identify OpenClaw Gemini API traffic (#101834) 2026-07-07 16:09:02 -06:00
api.test.ts improve(google): identify OpenClaw Gemini API traffic (#101834) 2026-07-07 16:09:02 -06:00
api.ts improve(google): identify OpenClaw Gemini API traffic (#101834) 2026-07-07 16:09:02 -06:00
cli-backend-auth.runtime.ts refactor(plugins): consolidate record guards (#99361) 2026-07-02 22:12:53 -07:00
cli-backend.ts fix: keep Gemini CLI auth out of warmup 2026-06-17 03:31:14 +01:00
default-model.test.ts
doctor-contract-api.ts
embedding-batch.test.ts fix(google): bound embedding-batch JSON response reads (#97535) 2026-06-28 14:20:28 -07:00
embedding-batch.ts fix(google): bound embedding-batch JSON response reads (#97535) 2026-06-28 14:20:28 -07:00
embedding-provider.test.ts
embedding-provider.ts improve(google): identify OpenClaw Gemini API traffic (#101834) 2026-07-07 16:09:02 -06:00
gemini-auth.ts
gemini-cli-auth-home.ts refactor(extensions): remove unused utility helpers 2026-06-18 11:09:14 +08:00
gemini-cli-provider.ts refactor(shared): consolidate provider and utility lazy loaders (#98749) 2026-07-02 21:16:26 -07:00
generation-provider-metadata.ts
google-api-client-header.ts improve(google): identify OpenClaw Gemini API traffic (#101834) 2026-07-07 16:09:02 -06:00
google-genai-runtime.test.ts improve(google): identify OpenClaw Gemini API traffic (#101834) 2026-07-07 16:09:02 -06:00
google-genai-runtime.ts improve(google): identify OpenClaw Gemini API traffic (#101834) 2026-07-07 16:09:02 -06:00
google.live.test.ts test(live): keep voice-note preflight inside plugins 2026-06-06 06:24:29 -07:00
image-generation-provider.test.ts fix(google): image generation unavailable when google provider set via config apiKey + custom baseUrl (#100779) 2026-07-06 19:54:10 +10:00
image-generation-provider.ts fix(google): image generation unavailable when google provider set via config apiKey + custom baseUrl (#100779) 2026-07-06 19:54:10 +10:00
index.test.ts feat(providers): add Qwen 3.6 Flash and Gemini 3.1 Live (#102791) 2026-07-09 13:37:16 +01:00
index.ts feat(providers): add Qwen 3.6 Flash and Gemini 3.1 Live (#102791) 2026-07-09 13:37:16 +01:00
manifest.test.ts
media-understanding-provider.ts fix(google-media): bound JSON response reads (#96920) 2026-06-27 06:46:58 -07:00
media-understanding-provider.video.test.ts fix(google-media): bound JSON response reads (#96920) 2026-06-27 06:46:58 -07:00
memory-embedding-adapter.ts
model-id.test.ts
model-id.ts fix: strip Google provider prefix from Gemini paths (#91125) 2026-06-07 01:49:45 -07:00
music-generation-provider.test.ts
music-generation-provider.ts
oauth-token-shared.test.ts
oauth-token-shared.ts
oauth.credentials.ts Google: show detailed Gemini CLI OAuth extraction failures (#41991) 2026-06-11 19:24:52 +09:00
oauth.flow.ts
oauth.http.proxy.test.ts fix(google): route Gemini CLI OAuth through the env proxy (#46184) (#92815) 2026-06-14 22:52:18 +08:00
oauth.http.test.ts fix(google): bound OAuth response body reads 2026-06-28 21:49:13 -07:00
oauth.http.ts fix(google): bound OAuth response body reads 2026-06-28 21:49:13 -07:00
oauth.local-login.test.ts
oauth.project.ts fix(google): bound OAuth JSON response reads (#97587) 2026-07-06 13:01:25 -04:00
oauth.runtime.ts
oauth.settings.ts
oauth.shared.ts
oauth.test.ts fix(google): bound OAuth JSON response reads (#97587) 2026-07-06 13:01:25 -04:00
oauth.token.ts fix(google): bound OAuth JSON response reads (#97587) 2026-07-06 13:01:25 -04:00
oauth.ts
onboard.ts
openclaw.plugin.json feat(macos): load provider catalog during AI onboarding (#101132) 2026-07-06 20:57:56 +01:00
package.json chore: update dependencies (#100027) 2026-07-04 14:56:50 -04:00
provider-catalog.test.ts
provider-catalog.ts fix(google): add gemini-3.5-flash model catalog entry (#94726) 2026-06-22 18:28:01 +00:00
provider-contract-api.ts
provider-discovery.ts
provider-hooks.ts
provider-models.test.ts
provider-models.ts fix(google): add gemini-3.5-flash model catalog entry (#94726) 2026-06-22 18:28:01 +00:00
provider-policy-api.test.ts
provider-policy-api.ts
provider-policy.ts improve: keep isolated tests under one second (#100019) 2026-07-05 10:57:19 -07:00
provider-registration.test.ts
provider-registration.ts
provider-runtime.contract.test.ts
realtime-voice-provider.test.ts feat(providers): add Qwen 3.6 Flash and Gemini 3.1 Live (#102791) 2026-07-09 13:37:16 +01:00
realtime-voice-provider.ts feat(providers): add Qwen 3.6 Flash and Gemini 3.1 Live (#102791) 2026-07-09 13:37:16 +01:00
runtime-api.ts
setup-api.test.ts fix(gemini): stage CLI auth inside run queue 2026-07-02 08:49:40 -07:00
setup-api.ts
speech-provider.test.ts fix(google): bound TTS success JSON response reads (#96984) 2026-06-27 07:00:36 -07:00
speech-provider.ts fix(google): bound TTS success JSON response reads (#96984) 2026-06-27 07:00:36 -07:00
test-api.ts
thinking-api.ts
thinking.test.ts
thinking.ts
transport-stream.test.ts fix(google): restore image tool results for prefixed Gemini 2 models (#102382) 2026-07-09 15:09:05 +01:00
transport-stream.ts fix(google): restore image tool results for prefixed Gemini 2 models (#102382) 2026-07-09 15:09:05 +01:00
tsconfig.json
vertex-adc.ts fix(google): add timeout to Vertex ADC token refresh (#102050) 2026-07-09 13:46:33 +01:00
vertex-multi-region-host.test.ts fix(vertex): route eu/us multi-region to .rep.googleapis.com host 2026-06-06 18:39:49 -07:00
video-generation-provider.test.ts fix(google): bound video success response (#96605) 2026-06-25 13:41:35 -04:00
video-generation-provider.ts improve(google): identify OpenClaw Gemini API traffic (#101834) 2026-07-07 16:09:02 -06:00
web-search-contract-api.ts
web-search-provider.test.ts improve(google): identify OpenClaw Gemini API traffic (#101834) 2026-07-07 16:09:02 -06:00
web-search-provider.ts