mastracode 0.32.2-alpha.4 → 0.32.3-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 +37 -0
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.32.3-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`0dca9d0`](https://github.com/mastra-ai/mastra/commit/0dca9d0b1356024a53b72ea6f040db528b126caa)]:
|
|
8
|
+
- @mastra/core@1.54.0-alpha.0
|
|
9
|
+
- @mastra/libsql@1.18.0-alpha.0
|
|
10
|
+
- @mastra/memory@1.24.0-alpha.0
|
|
11
|
+
- @mastra/pg@1.18.0-alpha.0
|
|
12
|
+
- @mastra/code-sdk@1.0.3-alpha.0
|
|
13
|
+
|
|
14
|
+
## 0.32.2
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Improved Factory board cards with hover-revealed thread actions, top-right action menus, correct workspace links, and impact-free same-column drops. ([#20095](https://github.com/mastra-ai/mastra/pull/20095))
|
|
19
|
+
|
|
20
|
+
- Fixed settings pages to use native page scrolling while keeping navigation visible. ([#20094](https://github.com/mastra-ai/mastra/pull/20094))
|
|
21
|
+
|
|
22
|
+
- Fixed Factory page loader hang after uninstalling the GitHub App. The source-control-connections endpoint now skips connections whose installation was pruned instead of 500-ing, so the UI hydrates and the user can re-link their repos through the normal flow. ([#20106](https://github.com/mastra-ai/mastra/pull/20106))
|
|
23
|
+
|
|
24
|
+
- Redesigned the Factory onboarding LLM step as a sign-in style screen. ([#20089](https://github.com/mastra-ai/mastra/pull/20089))
|
|
25
|
+
|
|
26
|
+
- Providers with browser sign-in (Anthropic, OpenAI, GitHub Copilot, xAI) now appear as top-level buttons with their logos; clicking one starts sign-in directly.
|
|
27
|
+
- An OR divider leads into a searchable API key provider list; results are capped in height and scroll, and picking an unconnected provider opens the API key dialog directly.
|
|
28
|
+
- Once a provider is connected, the step focuses on choosing the Factory default model, with a full-width finish button and a Change provider option.
|
|
29
|
+
|
|
30
|
+
- Fixed local database corruption on exit by closing storage connections during TUI shutdown. The signal handler (SIGINT, SIGTERM, SIGHUP) now calls storage close, which checkpoints and truncates WAL files and switches back to DELETE journal mode before the process exits. Previously, abrupt termination left WAL sidecars un-checkpointed, which could corrupt the local SQLite database on the next open. ([#20110](https://github.com/mastra-ai/mastra/pull/20110))
|
|
31
|
+
|
|
32
|
+
- Improved MastraCode page layouts so reports use native scrolling and chat content fills the viewport without inherited padding. ([#20094](https://github.com/mastra-ai/mastra/pull/20094))
|
|
33
|
+
|
|
34
|
+
- Updated dependencies [[`c8d8a01`](https://github.com/mastra-ai/mastra/commit/c8d8a010ee2efe2b7bf4d07707382c34c87b14e4), [`f497717`](https://github.com/mastra-ai/mastra/commit/f497717304ad76043f689711ccc044f0cd51ba41), [`df6a9ce`](https://github.com/mastra-ai/mastra/commit/df6a9ce87214f7aadb2edfe62f67605fe998a0a4), [`73839cb`](https://github.com/mastra-ai/mastra/commit/73839cb58322679c170627d1015669ede5f619aa), [`371cf60`](https://github.com/mastra-ai/mastra/commit/371cf6075cef88ac6919a08d59a82e485397364a), [`8e4dc79`](https://github.com/mastra-ai/mastra/commit/8e4dc793dcf035ea506f9ce79f56d2d501a4be14), [`0f92ed4`](https://github.com/mastra-ai/mastra/commit/0f92ed4173a480f617c6a0af6d51af100b42bdfc), [`2db93cc`](https://github.com/mastra-ai/mastra/commit/2db93ccd0b872e4de7853a93383efe0647901df8), [`094ab61`](https://github.com/mastra-ai/mastra/commit/094ab6129a1a3ecf6eeb86decac17d5faea4e02a), [`fe80944`](https://github.com/mastra-ai/mastra/commit/fe80944f3ef6681fea6eae8200fce387b7bb3c2f), [`cadd3a2`](https://github.com/mastra-ai/mastra/commit/cadd3a276f8e0026e3c84cffe935538419cb890c), [`9fdb1b5`](https://github.com/mastra-ai/mastra/commit/9fdb1b50c39742e1a01b319a864754c90e7aa947), [`263d2ca`](https://github.com/mastra-ai/mastra/commit/263d2cac80ba3b03b9c0f008db6f1f1b9eb0278c), [`8e4dc79`](https://github.com/mastra-ai/mastra/commit/8e4dc793dcf035ea506f9ce79f56d2d501a4be14), [`75f843d`](https://github.com/mastra-ai/mastra/commit/75f843d09f758223e6eeb321321bdcc5c7e779d0), [`e51e166`](https://github.com/mastra-ai/mastra/commit/e51e166c52e220abc9b64554ce37359dca8544b1)]:
|
|
35
|
+
- @mastra/core@1.53.0
|
|
36
|
+
- @mastra/code-sdk@1.0.2
|
|
37
|
+
- @mastra/pg@1.17.1
|
|
38
|
+
- @mastra/libsql@1.17.1
|
|
39
|
+
|
|
3
40
|
## 0.32.2-alpha.4
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|
package/dist/cli.cjs
CHANGED
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mastracode",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.3-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -99,20 +99,20 @@
|
|
|
99
99
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
100
100
|
"yaml": "^2.7.1",
|
|
101
101
|
"zod": "^4.3.6",
|
|
102
|
-
"@mastra/core": "1.
|
|
103
|
-
"@mastra/code-sdk": "^1.0.2-alpha.4",
|
|
104
|
-
"@mastra/duckdb": "1.5.1",
|
|
102
|
+
"@mastra/core": "1.54.0-alpha.0",
|
|
105
103
|
"@mastra/agent-browser": "0.4.1",
|
|
106
|
-
"@mastra/
|
|
104
|
+
"@mastra/code-sdk": "^1.0.3-alpha.0",
|
|
107
105
|
"@mastra/github-signals": "0.2.2",
|
|
108
106
|
"@mastra/fastembed": "1.2.0",
|
|
109
|
-
"@mastra/
|
|
107
|
+
"@mastra/duckdb": "1.5.1",
|
|
110
108
|
"@mastra/mcp": "1.15.0",
|
|
109
|
+
"@mastra/libsql": "1.18.0-alpha.0",
|
|
110
|
+
"@mastra/observability": "1.16.2",
|
|
111
|
+
"@mastra/memory": "1.24.0-alpha.0",
|
|
112
|
+
"@mastra/pg": "1.18.0-alpha.0",
|
|
111
113
|
"@mastra/schema-compat": "1.3.4",
|
|
112
|
-
"@mastra/memory": "1.23.1",
|
|
113
|
-
"@mastra/stagehand": "0.3.1",
|
|
114
|
-
"@mastra/pg": "1.17.1-alpha.0",
|
|
115
114
|
"@mastra/tavily": "1.1.1",
|
|
115
|
+
"@mastra/stagehand": "0.3.1",
|
|
116
116
|
"@mastra/voice-deepgram": "0.13.0",
|
|
117
117
|
"@mastra/voice-openai": "0.13.0"
|
|
118
118
|
},
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
"typescript": "^6.0.3",
|
|
129
129
|
"typescript-eslint": "^8.57.0",
|
|
130
130
|
"vitest": "4.1.10",
|
|
131
|
-
"@internal/lint": "0.0.
|
|
132
|
-
"@internal/types-builder": "0.0.
|
|
131
|
+
"@internal/lint": "0.0.117",
|
|
132
|
+
"@internal/types-builder": "0.0.92"
|
|
133
133
|
},
|
|
134
134
|
"engines": {
|
|
135
135
|
"node": ">=22.19.0"
|