mastracode 0.32.6 → 0.32.7-alpha.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.32.7-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`45a9147`](https://github.com/mastra-ai/mastra/commit/45a914741f578754d79d8b7de7b4e4f304d8e14a), [`990611b`](https://github.com/mastra-ai/mastra/commit/990611ba76eb876d86c9c594371ae5f02f94b432), [`ed5d606`](https://github.com/mastra-ai/mastra/commit/ed5d606739c5e3fbdfa9f272df7809aa5ab43b1d)]:
8
+ - @mastra/core@1.58.0-alpha.0
9
+ - @mastra/code-sdk@1.1.4-alpha.0
10
+
3
11
  ## 0.32.6
4
12
 
5
13
  ### Patch Changes
package/dist/cli.cjs CHANGED
@@ -13,7 +13,7 @@ let _mastra_code_sdk_utils_stdin_pipe = require("@mastra/code-sdk/utils/stdin-pi
13
13
  let _mastra_code_sdk_utils_thread_lock = require("@mastra/code-sdk/utils/thread-lock");
14
14
  //#region src/version.ts
15
15
  function getCurrentVersion() {
16
- return "0.32.6";
16
+ return "0.32.7-alpha.0";
17
17
  }
18
18
  //#endregion
19
19
  //#region src/main.ts
package/dist/cli.js CHANGED
@@ -12,7 +12,7 @@ import { drainPipedStdin, reopenStdinFromTTY } from "@mastra/code-sdk/utils/stdi
12
12
  import { releaseAllThreadLocks } from "@mastra/code-sdk/utils/thread-lock";
13
13
  //#region src/version.ts
14
14
  function getCurrentVersion() {
15
- return "0.32.6";
15
+ return "0.32.7-alpha.0";
16
16
  }
17
17
  //#endregion
18
18
  //#region src/main.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mastracode",
3
- "version": "0.32.6",
3
+ "version": "0.32.7-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -99,22 +99,22 @@
99
99
  "vscode-languageserver-protocol": "^3.17.5",
100
100
  "yaml": "^2.7.1",
101
101
  "zod": "^4.3.6",
102
- "@mastra/code-sdk": "^1.1.3",
103
- "@mastra/core": "1.57.0",
104
102
  "@mastra/agent-browser": "0.5.0",
103
+ "@mastra/core": "1.58.0-alpha.0",
105
104
  "@mastra/duckdb": "1.6.0",
106
- "@mastra/fastembed": "1.2.0",
107
- "@mastra/libsql": "1.19.0",
108
105
  "@mastra/github-signals": "0.2.4",
109
- "@mastra/memory": "1.26.0",
106
+ "@mastra/code-sdk": "^1.1.4-alpha.0",
110
107
  "@mastra/mcp": "1.15.1",
108
+ "@mastra/libsql": "1.19.0",
109
+ "@mastra/fastembed": "1.2.0",
110
+ "@mastra/memory": "1.26.0",
111
111
  "@mastra/observability": "1.16.5",
112
- "@mastra/pg": "1.19.0",
112
+ "@mastra/stagehand": "0.3.1",
113
113
  "@mastra/schema-compat": "1.3.5",
114
+ "@mastra/pg": "1.19.0",
114
115
  "@mastra/voice-deepgram": "0.13.0",
115
- "@mastra/tavily": "1.1.1",
116
- "@mastra/stagehand": "0.3.1",
117
- "@mastra/voice-openai": "0.13.0"
116
+ "@mastra/voice-openai": "0.13.0",
117
+ "@mastra/tavily": "1.1.1"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@copilotkit/aimock": "^1.29.0",