This release improves Anthropic model support on Vertex AI, enhances the model picker interface, and includes several bug fixes.
What's New
- Adds pricing and capabilities information to the /model picker interface with a detailed comparison table
Improvements
- Routes Anthropic models on Vertex AI through the native endpoint instead of OpenAI-compatible endpoint to fix compatibility issues
Bug Fixes
- Fixes race condition in session cleanup that could cause spurious "session busy" errors
- Fixes OTLP endpoint URL handling to properly support http/https schemes
Technical Changes
- Enables noctx linter and adds context threading through HTTP, SQL, exec and net APIs
What's Changed
- docs: update CHANGELOG.md for v1.50.0 by @docker-read-write[bot] in #2499
- ci: bump golangci-lint from v2.9 to v2.11 by @dgageot in #2489
- Route Anthropic models on Vertex AI through the native endpoint by @dgageot in #2476
- fix(otel): support http/https scheme in OTLP endpoint URL by @tdabasinskas in #2504
- fix(session): prevent race condition in session cleanup by @tdabasinskas in #2503
- feat(tui): show pricing & capabilities in /model picker by @dgageot in #2511
- lint: enable noctx and deduplicate touched code by @dgageot in #2508
Full Changelog: v1.50.0...v1.51.0