mastracode 0.32.6-alpha.0 → 0.32.6-alpha.2
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 +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.32.6-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`810c7e7`](https://github.com/mastra-ai/mastra/commit/810c7e74929989d8b8b5db52cd3af22cd0998af4), [`f9f9884`](https://github.com/mastra-ai/mastra/commit/f9f98848ee194dc71a787a709ec430b065cdc41b), [`e0904dc`](https://github.com/mastra-ai/mastra/commit/e0904dc538792e54e1806b70172e5900ac49bff4), [`64d6781`](https://github.com/mastra-ai/mastra/commit/64d67814bccddd314f7e09643243821e57cb87b6), [`c848e65`](https://github.com/mastra-ai/mastra/commit/c848e655a64ff10331a8ceafafe7f18e70a0f092), [`0494489`](https://github.com/mastra-ai/mastra/commit/049448906e4c3d2d615bbe865b073a0d890ddb7c), [`8d1aeb8`](https://github.com/mastra-ai/mastra/commit/8d1aeb8acf7c20c4bb8e4d8e4bdc6569c83ac561), [`83065bf`](https://github.com/mastra-ai/mastra/commit/83065bfee9e47c3c6f09132a9034501f6cfb69cf), [`01b162f`](https://github.com/mastra-ai/mastra/commit/01b162fe435295881aa7ea55f1759407ad5175ad)]:
|
|
8
|
+
- @mastra/core@1.57.0-alpha.2
|
|
9
|
+
- @mastra/code-sdk@1.1.3-alpha.2
|
|
10
|
+
|
|
11
|
+
## 0.32.6-alpha.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 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)]:
|
|
16
|
+
- @mastra/agent-browser@0.5.0-alpha.0
|
|
17
|
+
- @mastra/core@1.57.0-alpha.1
|
|
18
|
+
- @mastra/schema-compat@1.3.5-alpha.0
|
|
19
|
+
- @mastra/memory@1.25.1-alpha.0
|
|
20
|
+
- @mastra/code-sdk@1.1.3-alpha.1
|
|
21
|
+
- @mastra/mcp@1.15.1
|
|
22
|
+
|
|
3
23
|
## 0.32.6-alpha.0
|
|
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.6-alpha.
|
|
16
|
+
return "0.32.6-alpha.2";
|
|
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-alpha.
|
|
15
|
+
return "0.32.6-alpha.2";
|
|
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-alpha.
|
|
3
|
+
"version": "0.32.6-alpha.2",
|
|
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/agent-browser": "0.
|
|
103
|
-
"@mastra/code-sdk": "^1.1.3-alpha.
|
|
102
|
+
"@mastra/agent-browser": "0.5.0-alpha.0",
|
|
103
|
+
"@mastra/code-sdk": "^1.1.3-alpha.2",
|
|
104
|
+
"@mastra/core": "1.57.0-alpha.2",
|
|
104
105
|
"@mastra/duckdb": "1.6.0",
|
|
105
|
-
"@mastra/libsql": "1.19.0",
|
|
106
106
|
"@mastra/fastembed": "1.2.0",
|
|
107
|
-
"@mastra/
|
|
107
|
+
"@mastra/libsql": "1.19.0",
|
|
108
108
|
"@mastra/mcp": "1.15.1",
|
|
109
109
|
"@mastra/observability": "1.16.4",
|
|
110
110
|
"@mastra/github-signals": "0.2.3",
|
|
111
|
-
"@mastra/memory": "1.25.0",
|
|
112
111
|
"@mastra/pg": "1.19.0",
|
|
113
|
-
"@mastra/
|
|
112
|
+
"@mastra/memory": "1.25.1-alpha.0",
|
|
113
|
+
"@mastra/schema-compat": "1.3.5-alpha.0",
|
|
114
114
|
"@mastra/stagehand": "0.3.1",
|
|
115
115
|
"@mastra/tavily": "1.1.1",
|
|
116
116
|
"@mastra/voice-deepgram": "0.13.0",
|