fix(ai): skip AJV validation in restricted runtimes closes #2395

This commit is contained in:
Mario Zechner
2026-03-19 22:51:12 +01:00
parent 31c7406a56
commit 0d7c81ec9e
3 changed files with 58 additions and 9 deletions

View File

@@ -8,6 +8,7 @@
### Fixed
- Fixed `validateToolArguments()` to fall back gracefully when AJV schema compilation is blocked in restricted runtimes such as Cloudflare Workers, allowing tool execution to proceed without schema validation ([#2395](https://github.com/badlogic/pi-mono/issues/2395))
- 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