mastracode 0.13.0-alpha.2 → 0.13.1-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 +23 -0
- package/dist/{chunk-JCE3BTW7.js → chunk-6DHYQPSQ.js} +3 -3
- package/dist/{chunk-JCE3BTW7.js.map → chunk-6DHYQPSQ.js.map} +1 -1
- package/dist/{chunk-I4XDGGOW.cjs → chunk-GQ3YIALD.cjs} +3 -3
- package/dist/{chunk-I4XDGGOW.cjs.map → chunk-GQ3YIALD.cjs.map} +1 -1
- package/dist/cli.cjs +4 -4
- package/dist/cli.js +1 -1
- package/dist/tui.cjs +11 -11
- package/dist/tui.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.13.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`87df955`](https://github.com/mastra-ai/mastra/commit/87df955c028660c075873fd5d74af28233ce32eb), [`075e91a`](https://github.com/mastra-ai/mastra/commit/075e91a4549baf46ad7a42a6a8ac8dfa78cc09e6)]:
|
|
8
|
+
- @mastra/core@1.24.2-alpha.0
|
|
9
|
+
- @mastra/memory@1.15.1-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.13.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- Added --thread, --title, and --clone-thread CLI options to headless mode for thread control. The most recent thread is now automatically resumed by default, and --continue is deprecated. ([#14962](https://github.com/mastra-ai/mastra/pull/14962))
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Fixed task list leaking across threads when switching conversations. Tasks from the previous thread no longer appear in the new thread. ([#15192](https://github.com/mastra-ai/mastra/pull/15192))
|
|
20
|
+
|
|
21
|
+
- Added collapsible output for shell passthrough (! commands). Output now defaults to 20 lines with Ctrl+E to expand/collapse, matching the existing tool call output behavior. ([#15092](https://github.com/mastra-ai/mastra/pull/15092))
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [[`ef94400`](https://github.com/mastra-ai/mastra/commit/ef9440049402596b31f2ab976c5e4508f6cb6c91), [`3db852b`](https://github.com/mastra-ai/mastra/commit/3db852bff74e29f60d415a7b0f1583d6ce2bad92)]:
|
|
24
|
+
- @mastra/core@1.24.1
|
|
25
|
+
|
|
3
26
|
## 0.13.0-alpha.2
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -878,7 +878,7 @@ function getInstallCommand(pm, version) {
|
|
|
878
878
|
}
|
|
879
879
|
function getCurrentVersion() {
|
|
880
880
|
{
|
|
881
|
-
return "0.13.
|
|
881
|
+
return "0.13.1-alpha.0";
|
|
882
882
|
}
|
|
883
883
|
}
|
|
884
884
|
async function fetchLatestVersion() {
|
|
@@ -13133,5 +13133,5 @@ var LoginSelectorComponent = class extends Box {
|
|
|
13133
13133
|
};
|
|
13134
13134
|
|
|
13135
13135
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
13136
|
-
//# sourceMappingURL=chunk-
|
|
13137
|
-
//# sourceMappingURL=chunk-
|
|
13136
|
+
//# sourceMappingURL=chunk-6DHYQPSQ.js.map
|
|
13137
|
+
//# sourceMappingURL=chunk-6DHYQPSQ.js.map
|