mastracode 0.12.2-alpha.0 → 0.13.0-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 +6 -0
- package/dist/{chunk-Q2D3N3LV.js → chunk-BSX6ZJTF.js} +3 -3
- package/dist/{chunk-Q2D3N3LV.js.map → chunk-BSX6ZJTF.js.map} +1 -1
- package/dist/{chunk-QTZX76XK.cjs → chunk-NBRUSNHB.cjs} +3 -3
- package/dist/{chunk-QTZX76XK.cjs.map → chunk-NBRUSNHB.cjs.map} +1 -1
- package/dist/cli.cjs +109 -17
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +106 -14
- package/dist/cli.js.map +1 -1
- package/dist/headless.d.ts +4 -0
- package/dist/headless.d.ts.map +1 -1
- package/dist/tui.cjs +11 -11
- package/dist/tui.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.13.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 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))
|
|
8
|
+
|
|
3
9
|
## 0.12.2-alpha.0
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -878,7 +878,7 @@ function getInstallCommand(pm, version) {
|
|
|
878
878
|
}
|
|
879
879
|
function getCurrentVersion() {
|
|
880
880
|
{
|
|
881
|
-
return "0.
|
|
881
|
+
return "0.13.0-alpha.1";
|
|
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-BSX6ZJTF.js.map
|
|
13137
|
+
//# sourceMappingURL=chunk-BSX6ZJTF.js.map
|