We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f98312 commit 5b060b5Copy full SHA for 5b060b5
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.5.2] - 2025-06-23
2
+
3
+### Changes
4
+- fix(swift): robust assistant entry & tool call handling, add debug transcript validation
5
+- fix: tool calling fix in examples
6
7
## [1.5.1] - 2025-06-23
8
9
### Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@meridius-labs/apple-on-device-ai",
- "version": "1.5.1",
+ "version": "1.5.2",
"description": "TypeScript library for accessing Apple's on-device foundation models (Apple Intelligence) with full Vercel AI SDK compatibility",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments