mastracode 0.24.0-alpha.0 → 0.24.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 +27 -0
- package/dist/{chunk-T7R2KIKY.cjs → chunk-AYGRFBLZ.cjs} +3 -3
- package/dist/chunk-AYGRFBLZ.cjs.map +1 -0
- package/dist/{chunk-KYA2RSC5.js → chunk-O724RQ7D.js} +3 -3
- package/dist/chunk-O724RQ7D.js.map +1 -0
- package/dist/cli.cjs +5 -5
- package/dist/cli.js +1 -1
- package/dist/tui.cjs +11 -11
- package/dist/tui.js +1 -1
- package/package.json +16 -16
- package/dist/chunk-KYA2RSC5.js.map +0 -1
- package/dist/chunk-T7R2KIKY.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.24.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Improved Mastra Code responsiveness in large threads by speeding up chat rendering and keeping the initial thread render window bounded. ([#18181](https://github.com/mastra-ai/mastra/pull/18181))
|
|
12
|
+
|
|
13
|
+
- Fixed plan mode not calling submit_plan tool by removing conflicting subagent-style output instructions from mode definition ([#18157](https://github.com/mastra-ai/mastra/pull/18157))
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`7c0d868`](https://github.com/mastra-ai/mastra/commit/7c0d868d97d0fdbc04c14d0166dbf44d4c5a4a62), [`d9d2273`](https://github.com/mastra-ai/mastra/commit/d9d2273c702690c9a26eab2aebea879701d4355a), [`b04369d`](https://github.com/mastra-ai/mastra/commit/b04369d6b167c698ef103981171a8bf92808e756), [`8f3c262`](https://github.com/mastra-ai/mastra/commit/8f3c262587b335588a02d96b17fd6aca34c885b3)]:
|
|
16
|
+
- @mastra/core@1.45.0
|
|
17
|
+
- @mastra/agent-browser@0.4.0
|
|
18
|
+
- @mastra/stagehand@0.3.0
|
|
19
|
+
- @mastra/tavily@1.1.0
|
|
20
|
+
- @mastra/observability@1.15.0
|
|
21
|
+
- @mastra/fastembed@1.2.0
|
|
22
|
+
- @mastra/mcp@1.11.0
|
|
23
|
+
- @mastra/memory@1.21.0
|
|
24
|
+
- @mastra/schema-compat@1.3.0
|
|
25
|
+
- @mastra/github-signals@0.2.0
|
|
26
|
+
- @mastra/duckdb@1.5.0
|
|
27
|
+
- @mastra/libsql@1.14.0
|
|
28
|
+
- @mastra/pg@1.14.0
|
|
29
|
+
|
|
3
30
|
## 0.24.0-alpha.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
|
@@ -1202,7 +1202,7 @@ function getInstallCommand(pm, version) {
|
|
|
1202
1202
|
}
|
|
1203
1203
|
function getCurrentVersion() {
|
|
1204
1204
|
{
|
|
1205
|
-
return "0.24.0
|
|
1205
|
+
return "0.24.0";
|
|
1206
1206
|
}
|
|
1207
1207
|
}
|
|
1208
1208
|
async function fetchLatestVersion() {
|
|
@@ -19181,5 +19181,5 @@ exports.createTUIState = createTUIState;
|
|
|
19181
19181
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
19182
19182
|
exports.formatOMStatus = formatOMStatus;
|
|
19183
19183
|
exports.getCurrentVersion = getCurrentVersion;
|
|
19184
|
-
//# sourceMappingURL=chunk-
|
|
19185
|
-
//# sourceMappingURL=chunk-
|
|
19184
|
+
//# sourceMappingURL=chunk-AYGRFBLZ.cjs.map
|
|
19185
|
+
//# sourceMappingURL=chunk-AYGRFBLZ.cjs.map
|