mastracode 0.32.5 → 0.32.6-alpha.1
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 +20 -0
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.32.6-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`cd1f0cc`](https://github.com/mastra-ai/mastra/commit/cd1f0cc071ac440f4fae15589362cd2cb00aff57), [`89200ba`](https://github.com/mastra-ai/mastra/commit/89200bafa05444bb7949b363ce7b743e29867561), [`c950138`](https://github.com/mastra-ai/mastra/commit/c950138e72e4f317a40187e3800588731ab790ce), [`063c8b2`](https://github.com/mastra-ai/mastra/commit/063c8b2eb14e4e5ca021779bc33e8c3c031c8604), [`f4e964c`](https://github.com/mastra-ai/mastra/commit/f4e964cad57057301d6bed5c55bcdd730175b941), [`1f7bbd7`](https://github.com/mastra-ai/mastra/commit/1f7bbd7785a8d230aad02454ecabeb4a0b2cc96f), [`e47ff36`](https://github.com/mastra-ai/mastra/commit/e47ff36945720f4ee4caa09f6e83514d7d188608), [`14562d6`](https://github.com/mastra-ai/mastra/commit/14562d6ea724ed4ccb9fb079d016ec7ab1bd92a4), [`fb9a6ac`](https://github.com/mastra-ai/mastra/commit/fb9a6ac11c9560518742ece60b49d6b062845fd3), [`aa2cec8`](https://github.com/mastra-ai/mastra/commit/aa2cec8501f634d51c2f3ebfb3dd3aa7af8d2ca2), [`2adf8eb`](https://github.com/mastra-ai/mastra/commit/2adf8eb4a70ed2b6cff2dd39281496ea0e025fac), [`8264611`](https://github.com/mastra-ai/mastra/commit/8264611510e421b818bc7395dc2ae4d9c2d518b2), [`1680d6b`](https://github.com/mastra-ai/mastra/commit/1680d6bb0f45f0a0cb10068acb61ec7a27eec8c2), [`44fc98b`](https://github.com/mastra-ai/mastra/commit/44fc98b9d1242aa87a3ab44bdce9e9f12c44d8c9), [`0f2ef41`](https://github.com/mastra-ai/mastra/commit/0f2ef4118da022e4f30dac4e9856cc3a8c97671c)]:
|
|
8
|
+
- @mastra/agent-browser@0.5.0-alpha.0
|
|
9
|
+
- @mastra/core@1.57.0-alpha.1
|
|
10
|
+
- @mastra/schema-compat@1.3.5-alpha.0
|
|
11
|
+
- @mastra/memory@1.25.1-alpha.0
|
|
12
|
+
- @mastra/code-sdk@1.1.3-alpha.1
|
|
13
|
+
- @mastra/mcp@1.15.1
|
|
14
|
+
|
|
15
|
+
## 0.32.6-alpha.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`c8002da`](https://github.com/mastra-ai/mastra/commit/c8002da7775c468e2965b6ff5f82045450fa8cb9)]:
|
|
20
|
+
- @mastra/core@1.56.1-alpha.0
|
|
21
|
+
- @mastra/code-sdk@1.1.3-alpha.0
|
|
22
|
+
|
|
3
23
|
## 0.32.5
|
|
4
24
|
|
|
5
25
|
### 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.
|
|
16
|
+
return "0.32.6-alpha.1";
|
|
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.
|
|
15
|
+
return "0.32.6-alpha.1";
|
|
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.
|
|
3
|
+
"version": "0.32.6-alpha.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -99,18 +99,18 @@
|
|
|
99
99
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
100
100
|
"yaml": "^2.7.1",
|
|
101
101
|
"zod": "^4.3.6",
|
|
102
|
-
"@mastra/
|
|
103
|
-
"@mastra/
|
|
102
|
+
"@mastra/agent-browser": "0.5.0-alpha.0",
|
|
103
|
+
"@mastra/code-sdk": "^1.1.3-alpha.1",
|
|
104
104
|
"@mastra/duckdb": "1.6.0",
|
|
105
|
-
"@mastra/
|
|
105
|
+
"@mastra/fastembed": "1.2.0",
|
|
106
|
+
"@mastra/core": "1.57.0-alpha.1",
|
|
106
107
|
"@mastra/github-signals": "0.2.3",
|
|
107
108
|
"@mastra/libsql": "1.19.0",
|
|
108
109
|
"@mastra/mcp": "1.15.1",
|
|
109
|
-
"@mastra/memory": "1.25.0",
|
|
110
|
-
"@mastra/pg": "1.19.0",
|
|
111
|
-
"@mastra/fastembed": "1.2.0",
|
|
110
|
+
"@mastra/memory": "1.25.1-alpha.0",
|
|
112
111
|
"@mastra/observability": "1.16.4",
|
|
113
|
-
"@mastra/schema-compat": "1.3.
|
|
112
|
+
"@mastra/schema-compat": "1.3.5-alpha.0",
|
|
113
|
+
"@mastra/pg": "1.19.0",
|
|
114
114
|
"@mastra/stagehand": "0.3.1",
|
|
115
115
|
"@mastra/tavily": "1.1.1",
|
|
116
116
|
"@mastra/voice-deepgram": "0.13.0",
|