fix(ai): ignore placeholder vertex api keys closes #2335

This commit is contained in:
Mario Zechner
2026-03-18 22:51:14 +01:00
parent ce15f40769
commit ff1ea12324
3 changed files with 138 additions and 1 deletions

View File

@@ -6,6 +6,10 @@
- Added `gpt-5.4-mini` model support for the `openai-codex` provider with Codex pricing metadata and unit coverage.
### Fixed
- Fixed `google-vertex` API key resolution to ignore placeholder auth markers like `<authenticated>` and fall back to ADC instead of sending them as literal API keys ([#2335](https://github.com/badlogic/pi-mono/issues/2335))
## [0.60.0] - 2026-03-18
### Fixed