mastracode 0.8.1 → 0.8.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 +9 -0
- package/dist/{chunk-MEB7ZVZK.js → chunk-HKV5K3LL.js} +3 -3
- package/dist/{chunk-MEB7ZVZK.js.map → chunk-HKV5K3LL.js.map} +1 -1
- package/dist/{chunk-MNF7HVEO.cjs → chunk-SJX5BELK.cjs} +3 -3
- package/dist/{chunk-MNF7HVEO.cjs.map → chunk-SJX5BELK.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,14 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.8.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`205e76c`](https://github.com/mastra-ai/mastra/commit/205e76c3ba652205dafb037f50a4a8eea73f6736)]:
|
|
8
|
+
- @mastra/core@1.13.1
|
|
9
|
+
- @mastra/mcp@1.2.1
|
|
10
|
+
- @mastra/memory@1.8.1
|
|
11
|
+
|
|
3
12
|
## 0.8.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -698,7 +698,7 @@ function getInstallCommand(pm, version) {
|
|
|
698
698
|
}
|
|
699
699
|
function getCurrentVersion() {
|
|
700
700
|
{
|
|
701
|
-
return "0.8.
|
|
701
|
+
return "0.8.2";
|
|
702
702
|
}
|
|
703
703
|
}
|
|
704
704
|
async function fetchLatestVersion() {
|
|
@@ -10880,5 +10880,5 @@ var LoginSelectorComponent = class extends Box {
|
|
|
10880
10880
|
};
|
|
10881
10881
|
|
|
10882
10882
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
10883
|
-
//# sourceMappingURL=chunk-
|
|
10884
|
-
//# sourceMappingURL=chunk-
|
|
10883
|
+
//# sourceMappingURL=chunk-HKV5K3LL.js.map
|
|
10884
|
+
//# sourceMappingURL=chunk-HKV5K3LL.js.map
|