mastracode 0.9.3-alpha.2 → 0.9.3-alpha.3
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 +16 -0
- package/dist/{chunk-E4ALXPUT.js → chunk-32YFLEKO.js} +3 -3
- package/dist/{chunk-E4ALXPUT.js.map → chunk-32YFLEKO.js.map} +1 -1
- package/dist/{chunk-CVN4PMHV.cjs → chunk-VSOXZF7L.cjs} +3 -3
- package/dist/{chunk-CVN4PMHV.cjs.map → chunk-VSOXZF7L.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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.9.3-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Improved Mastra Code prompt guidance so responses stay concise and terminal-friendly. ([#14688](https://github.com/mastra-ai/mastra/pull/14688))
|
|
8
|
+
|
|
9
|
+
- Improved the Loaded AGENTS.md reminder in the TUI so it uses the new bordered notice style and collapses long reminder content by default. ([#14637](https://github.com/mastra-ai/mastra/pull/14637))
|
|
10
|
+
|
|
11
|
+
- Fixed the thread selector so it shows all threads consistently and opens faster. ([#14690](https://github.com/mastra-ai/mastra/pull/14690))
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`dc514a8`](https://github.com/mastra-ai/mastra/commit/dc514a83dba5f719172dddfd2c7b858e4943d067), [`404fea1`](https://github.com/mastra-ai/mastra/commit/404fea13042181f0b0c73a101392ac87c79ceae2), [`ebf5047`](https://github.com/mastra-ai/mastra/commit/ebf5047e825c38a1a356f10b214c1d4260dfcd8d), [`675f15b`](https://github.com/mastra-ai/mastra/commit/675f15b7eaeea649158d228ea635be40480c584d), [`b174c63`](https://github.com/mastra-ai/mastra/commit/b174c63a093108d4e53b9bc89a078d9f66202b3f), [`7302e5c`](https://github.com/mastra-ai/mastra/commit/7302e5ce0f52d769d3d63fb0faa8a7d4089cda6d), [`eef7cb2`](https://github.com/mastra-ai/mastra/commit/eef7cb2abe7ef15951e2fdf792a5095c6c643333), [`e8a5b0b`](https://github.com/mastra-ai/mastra/commit/e8a5b0b9bc94d12dee4150095512ca27a288d778), [`d657856`](https://github.com/mastra-ai/mastra/commit/d6578561c104fecfeb3caa17dc07d1acbeeffff7)]:
|
|
14
|
+
- @mastra/core@1.18.0-alpha.0
|
|
15
|
+
- @mastra/memory@1.10.1-alpha.2
|
|
16
|
+
- @mastra/pg@1.8.4-alpha.1
|
|
17
|
+
- @mastra/libsql@1.7.3-alpha.1
|
|
18
|
+
|
|
3
19
|
## 0.9.3-alpha.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -861,7 +861,7 @@ function getInstallCommand(pm, version) {
|
|
|
861
861
|
}
|
|
862
862
|
function getCurrentVersion() {
|
|
863
863
|
{
|
|
864
|
-
return "0.9.3-alpha.
|
|
864
|
+
return "0.9.3-alpha.3";
|
|
865
865
|
}
|
|
866
866
|
}
|
|
867
867
|
async function fetchLatestVersion() {
|
|
@@ -12497,5 +12497,5 @@ var LoginSelectorComponent = class extends Box {
|
|
|
12497
12497
|
};
|
|
12498
12498
|
|
|
12499
12499
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
12500
|
-
//# sourceMappingURL=chunk-
|
|
12501
|
-
//# sourceMappingURL=chunk-
|
|
12500
|
+
//# sourceMappingURL=chunk-32YFLEKO.js.map
|
|
12501
|
+
//# sourceMappingURL=chunk-32YFLEKO.js.map
|