@mastra/core 0.24.5-alpha.0 → 0.24.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.24.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix parallel tool call handling for Gemini models ([#10371](https://github.com/mastra-ai/mastra/pull/10371))
8
+ - Fix addStartStepPartsForAIV5 to prevent step-start parts from being inserted between consecutive tool parts (parallel tool calls)
9
+ - This ensures parallel tool calls maintain correct order and preserve thought_signature metadata on the first tool call as required by Gemini API
10
+
3
11
  ## 0.24.5-alpha.0
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/core",
3
- "version": "0.24.5-alpha.0",
3
+ "version": "0.24.5",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -247,9 +247,9 @@
247
247
  "vitest": "^3.2.4",
248
248
  "zod": "^3.25.76",
249
249
  "zod-v4": "npm:zod@4.1.12",
250
- "@internal/external-types": "0.0.12",
251
- "@internal/types-builder": "0.0.37",
252
- "@internal/lint": "0.0.62"
250
+ "@internal/external-types": "0.0.13",
251
+ "@internal/lint": "0.0.63",
252
+ "@internal/types-builder": "0.0.38"
253
253
  },
254
254
  "engines": {
255
255
  "node": ">=20"