Changelog
Summary
- Total packages with changes: 12
- Packages with major changes: 0
- Packages with minor changes: 0
- Packages with patch changes: 4
@mastra/agent-builder@0.2.6-alpha.1
Patch Changes
- Fix install step validation error by making targetPath optional in InstallInputSchema. This resolves the "expected string, received undefined" error when running the agent builder template workflow without explicitly providing a targetPath parameter. (#10923)
Dependency Updates
- @mastra/core@0.24.7-alpha.3
@mastra/ai-sdk@0.3.3-alpha.0
Patch Changes
-
Return NetworkDataPart on each agent-execution-event and workflow-execution-event in network streams (#10979)
-
Fixed tool-call-suspended chunks being dropped in workflow-step-output when using AI SDK. Previously, when an agent inside a workflow step called a tool that got suspended, the tool-call-suspended chunk was not received on the frontend even though tool-input-available chunks were correctly received. (#10988)
The issue occurred because tool-call-suspended was not included in the isMastraTextStreamChunk list, causing it to be filtered out in transformWorkflow. Now tool-call-suspended, tool-call-approval, object, and tripwire chunks are properly included in the text stream chunk list and will be transformed and passed through correctly.
Fixes #10978
Dependency Updates
- @mastra/core@0.24.7-alpha.3
@mastra/client-js@0.17.0-alpha.3
Dependency Updates
- @mastra/core@0.24.7-alpha.3
@mastra/dane@0.1.24-alpha.3
Dependency Updates
- @mastra/mcp@0.14.5-alpha.1
- @mastra/core@0.24.7-alpha.3
@mastra/deployer@0.24.7-alpha.3
Patch Changes
-
Fixed bundling to correctly exclude subpath imports of external packages. Previously, when a package like
lodashwas marked as external, subpath imports such aslodash/mergewere still being bundled incorrectly. Now all subpaths are properly excluded. (#10596)Fixes #10055
-
Improved error messages when bundling fails during deployment. (#10997)
What changed:
- Build errors now show clearer messages that identify the problematic package
- Added detection for common issues like missing native builds and unresolved modules
- Errors in workspace packages are now properly identified with actionable guidance
Dependency Updates
- @mastra/server@0.24.7-alpha.3
- @mastra/core@0.24.7-alpha.3
@mastra/deployer-cloud@0.24.7-alpha.3
Dependency Updates
- @mastra/deployer@0.24.7-alpha.3
- @mastra/core@0.24.7-alpha.3
@mastra/longmemeval@0.1.43-alpha.3
Dependency Updates
- @mastra/core@0.24.7-alpha.3
@mastra/mcp@0.14.5-alpha.1
Patch Changes
-
Fix MCPClient automatic reconnection when session becomes invalid (#10993)
When an MCP server restarts, the session ID becomes invalid causing "Bad Request: No valid session ID provided" errors. The MCPClient now automatically detects session-related errors, reconnects to the server, and retries the tool call.
This fix addresses issue #7675 where MCPClient would fail to reconnect after an MCP server went offline and came back online.
Dependency Updates
- @mastra/core@0.24.7-alpha.3
@mastra/mcp-docs-server@0.13.46-alpha.3
Dependency Updates
- @mastra/mcp@0.14.5-alpha.1
- @mastra/core@0.24.7-alpha.3
@mastra/playground-ui@7.0.0-alpha.3
Dependency Updates
- @mastra/core@0.24.7-alpha.3
- @mastra/client-js@0.17.0-alpha.3
- @mastra/react@0.0.22-alpha.3
@mastra/react-hooks@0.0.22-alpha.3
Dependency Updates
- @mastra/client-js@0.17.0-alpha.3
@mastra/server@0.24.7-alpha.3
Dependency Updates
- @mastra/core@0.24.7-alpha.3