fix(ai): add vertex ai dummy value for configured credentials

This commit is contained in:
Anton Kuzmenko 2026-01-04 12:59:19 -08:00
parent 024ec33bf2
commit a3f30e085a
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Vertex AI dummy value for `getEnvApiKey()`: Returns `"<authenticated>"` when Application Default Credentials are configured (`~/.config/gcloud/application_default_credentials.json` exists) and both `GOOGLE_CLOUD_PROJECT` (or `GCLOUD_PROJECT`) and `GOOGLE_CLOUD_LOCATION` are set. This allows `streamSimple()` to work with Vertex AI without explicit `apiKey` option.
## [0.34.2] - 2026-01-04
## [0.34.1] - 2026-01-04