openclaw/extensions/google
2026-05-08 10:28:36 +01:00
..
src fix(web-search): honor provider abort signals 2026-05-02 05:35:58 +01:00
api.test.ts fix: honor Google image private-network opt-in 2026-04-24 01:04:13 +01:00
api.ts fix: honor Google image private-network opt-in 2026-04-24 01:04:13 +01:00
cli-backend.ts [codex] Fix commitments safety and coverage (#75302) 2026-05-01 01:14:07 +00:00
default-model.test.ts refactor: split doctor legacy normalizers and test ownership 2026-04-05 17:17:16 +01:00
embedding-batch.ts refactor: trim embedding batch internal exports 2026-05-01 11:35:30 +01:00
embedding-provider.test.ts refactor: move memory embeddings into provider plugins 2026-04-17 02:57:18 +01:00
embedding-provider.ts Add Codex happy path prompt snapshots (#75807) 2026-05-03 00:59:55 +09:00
gemini-auth.ts refactor(google): move Gemini transport into plugin 2026-04-18 21:41:54 +01:00
gemini-cli-provider.ts fix: migrate agent runtime config 2026-04-26 08:12:44 +01:00
generation-provider-metadata.ts fix(video): recover generation parameter fallbacks 2026-05-04 22:26:58 -07:00
google-genai-runtime.ts refactor: trim voice runtime internal exports 2026-05-01 11:46:58 +01:00
google-shared.test-helpers.ts test: tighten helper assertion guards 2026-05-08 06:56:38 +01:00
google-shared.test.ts test: tighten assertions and harness coverage 2026-05-08 05:28:12 +01:00
google.live.test.ts test: make suites safe without isolation (#78834) 2026-05-07 08:43:29 +01:00
image-generation-provider.test.ts test: make suites safe without isolation (#78834) 2026-05-07 08:43:29 +01:00
image-generation-provider.ts fix: share plugin runtime helpers 2026-05-08 00:28:43 +01:00
index.test.ts test: tighten assertions and harness coverage 2026-05-08 05:28:12 +01:00
index.ts feat(voice-call): improve realtime Meet voice agent 2026-05-05 12:56:31 -07:00
manifest.test.ts fix: normalize retired gemini preview ids 2026-05-08 10:10:41 +01:00
media-understanding-provider.ts refactor: share provider HTTP errors with google 2026-04-24 19:33:44 +01:00
media-understanding-provider.video.test.ts fix: hide retired google gemini chat models 2026-05-07 22:20:07 -05:00
memory-embedding-adapter.ts refactor: move memory embeddings into provider plugins 2026-04-17 02:57:18 +01:00
model-id.test.ts test: tighten assertions and harness coverage 2026-05-08 05:28:12 +01:00
model-id.ts test: tighten assertions and harness coverage 2026-05-08 05:28:12 +01:00
music-generation-provider.test.ts test: make suites safe without isolation (#78834) 2026-05-07 08:43:29 +01:00
music-generation-provider.ts fix(google): avoid doubled media generation API version 2026-04-25 10:45:38 +01:00
oauth-token-shared.test.ts
oauth-token-shared.ts refactor: dedupe provider string readers 2026-04-07 05:06:54 +01:00
oauth.credentials.ts refactor: dedupe path lowercase helpers 2026-04-07 22:57:52 +01:00
oauth.flow.ts refactor: share oauth callback flow 2026-04-21 01:07:09 +01:00
oauth.http.ts
oauth.project.ts fix(google): support gemini cli personal oauth (#61260) 2026-04-05 11:12:54 +01:00
oauth.runtime.ts
oauth.settings.ts refactor: dedupe plugin string helpers 2026-04-07 02:03:33 +01:00
oauth.shared.ts refactor: trim provider helper exports 2026-05-01 16:25:10 +01:00
oauth.test.ts test: clarify google oauth fallback assertion 2026-05-08 10:28:36 +01:00
oauth.token.ts fix(google): support gemini cli personal oauth (#61260) 2026-04-05 11:12:54 +01:00
oauth.ts refactor: dedupe shared helpers 2026-04-24 08:26:37 +01:00
onboard.ts test(plugins): break google contract helper cycles 2026-04-17 14:25:21 -07:00
openclaw.plugin.json fix: normalize retired gemini preview ids 2026-05-08 10:10:41 +01:00
package.json chore: bump version to 2026.5.6 2026-05-06 09:47:34 +01:00
plugin-registration.contract.test.ts refactor: promote plugin test helpers to sdk 2026-04-28 00:55:11 +01:00
provider-contract-api.ts feat(ui): show raw config pending changes 2026-04-27 04:42:10 -05:00
provider-hooks.ts fix: map google adaptive thinking dynamically 2026-04-25 02:04:40 +01:00
provider-models.test.ts fix: hide retired google gemini chat models 2026-05-07 22:20:07 -05:00
provider-models.ts fix: hide retired google gemini chat models 2026-05-07 22:20:07 -05:00
provider-policy-api.test.ts fix: hide retired google gemini chat models 2026-05-07 22:20:07 -05:00
provider-policy-api.ts plugins: keep google provider policy lightweight 2026-04-09 01:48:48 +01:00
provider-policy.ts refactor(lint): enable map spread rule 2026-04-18 20:37:12 +01:00
provider-registration.ts fix(google): support Vertex authorized_user ADC 2026-04-30 01:13:25 +01:00
provider-runtime.contract.test.ts refactor: promote plugin test helpers to sdk 2026-04-28 00:55:11 +01:00
realtime-voice-provider.test.ts test: make suites safe without isolation (#78834) 2026-05-07 08:43:29 +01:00
realtime-voice-provider.ts feat: expose talk-capable realtime providers 2026-05-06 02:39:15 +01:00
runtime-api.ts refactor(google): move Gemini transport into plugin 2026-04-18 21:41:54 +01:00
setup-api.test.ts test: type google setup registration coverage 2026-04-30 00:13:12 +01:00
setup-api.ts fix: register google vertex setup provider 2026-04-30 00:13:12 +01:00
speech-provider.test.ts test: make suites safe without isolation (#78834) 2026-05-07 08:43:29 +01:00
speech-provider.ts fix(tts): honor telephony voice overrides 2026-05-03 22:52:18 -07:00
test-api.ts fix: add Google Gemini TTS provider (#67515) (thanks @barronlroth) 2026-04-16 11:54:35 +05:30
thinking-api.ts fix: map google adaptive thinking dynamically 2026-04-25 02:04:40 +01:00
thinking.test.ts fix: map google adaptive thinking dynamically 2026-04-25 02:04:40 +01:00
thinking.ts fix: map google adaptive thinking dynamically 2026-04-25 02:04:40 +01:00
transport-stream.test.ts test: make suites safe without isolation (#78834) 2026-05-07 08:43:29 +01:00
transport-stream.ts fix(gemini): gate thought-signature replay trust 2026-05-07 07:08:54 +01:00
tsconfig.json chore(plugins): bulk add package boundary tsconfig rollout 2026-04-07 08:48:23 +01:00
vertex-adc.ts chore(release): forward-port 2026.4.29 fixes and bump 2026.4.30 2026-05-01 01:06:13 +01:00
video-generation-provider.test.ts test: clarify staged media output assertions 2026-05-08 09:44:00 +01:00
video-generation-provider.ts refactor: stage external output writes through fs-safe 2026-05-07 06:05:24 +01:00
web-search-contract-api.ts test(plugins): trim contract helper runtime boot 2026-04-17 14:25:21 -07:00
web-search-provider.test.ts test: make suites safe without isolation (#78834) 2026-05-07 08:43:29 +01:00
web-search-provider.ts