v1.2.5
ogx-ai/ogxv1.2.5Aug 31, 2026by cdoern
AI Summary
This release focuses on bug fixes and dependency updates, specifically addressing VertexAI integration issues and improving HTTP keep-alive behavior for typed not-found errors.
Key Highlights
- Updated ogx-client dependency in UI lockfile
- Fixed VertexAI service_tier mapping to None instead of 'standard'
- Persisted Gemini thought_signature across tool-call round trips
- Improved error handling for typed not-found errors to preserve HTTP keep-alive
Full Release Notes
## What's Changed * chore: update ogx-client to ^1.2.4 in UI lockfile by @cdoern in https://github.com/ogx-ai/ogx/pull/6423 * fix(prompts): raise typed not-found errors to preserve HTTP keep-alive (backport #6440) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/6441 * fix(vertexai): map "default" service_tier to None instead of "standard" (backport #6424) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/6445 * fix(vertexai): persist Gemini thought_signature across tool-call round trips (backport #6443) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/6447 **Full Changelog**: https://github.com/ogx-ai/ogx/compare/v1.2.4...v1.2.5