fix(ai): validate generated model data before builds
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
- Added a shared `uuidv7` utility for time-ordered identifiers.
|
||||
- Added optional usage metadata to tool result messages ([#6671](https://github.com/earendil-works/pi/pull/6671) by [@davidbrai](https://github.com/davidbrai)).
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed model generation to validate ignored provider data before compilation; `npm run build` refreshes model data as before, while `npm run build:offline` reuses existing data without network access.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed sessionless OpenAI Codex WebSocket requests to use UUIDv7 request IDs, enabling models that reject UUIDv4 IDs.
|
||||
|
||||
Reference in New Issue
Block a user