fix(coding-agent): honor registered model base urls

closes #4063
This commit is contained in:
Mario Zechner
2026-05-01 22:18:49 +02:00
parent f5b6e4fab0
commit ddb8ed0c73
5 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed `pi.registerProvider()` to honor per-model `baseUrl` overrides ([#4063](https://github.com/badlogic/pi-mono/issues/4063)).
## [0.71.1] - 2026-05-01
### Added