mastracode 0.9.3-alpha.2 → 0.9.3-alpha.4
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 +26 -0
- package/dist/{chunk-CVN4PMHV.cjs → chunk-7FCUOW5Y.cjs} +3 -3
- package/dist/{chunk-CVN4PMHV.cjs.map → chunk-7FCUOW5Y.cjs.map} +1 -1
- package/dist/{chunk-E4ALXPUT.js → chunk-RL6AQQK7.js} +3 -3
- package/dist/{chunk-E4ALXPUT.js.map → chunk-RL6AQQK7.js.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,31 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.9.3-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`dc9fc19`](https://github.com/mastra-ai/mastra/commit/dc9fc19da4437f6b508cc355f346a8856746a76b), [`0dbaab9`](https://github.com/mastra-ai/mastra/commit/0dbaab988103f27495c37fd820f03a632eab2c59), [`1662721`](https://github.com/mastra-ai/mastra/commit/1662721aac59ad048b5df80323bdfb836fccbbfe), [`260fe12`](https://github.com/mastra-ai/mastra/commit/260fe1295fe7354e39d6def2775e0797a7a277f0)]:
|
|
8
|
+
- @mastra/core@1.18.0-alpha.1
|
|
9
|
+
- @mastra/memory@1.10.1-alpha.3
|
|
10
|
+
- @mastra/libsql@1.7.3-alpha.2
|
|
11
|
+
- @mastra/pg@1.8.4-alpha.2
|
|
12
|
+
|
|
13
|
+
## 0.9.3-alpha.3
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Improved Mastra Code prompt guidance so responses stay concise and terminal-friendly. ([#14688](https://github.com/mastra-ai/mastra/pull/14688))
|
|
18
|
+
|
|
19
|
+
- 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))
|
|
20
|
+
|
|
21
|
+
- Fixed the thread selector so it shows all threads consistently and opens faster. ([#14690](https://github.com/mastra-ai/mastra/pull/14690))
|
|
22
|
+
|
|
23
|
+
- 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)]:
|
|
24
|
+
- @mastra/core@1.18.0-alpha.0
|
|
25
|
+
- @mastra/memory@1.10.1-alpha.2
|
|
26
|
+
- @mastra/pg@1.8.4-alpha.1
|
|
27
|
+
- @mastra/libsql@1.7.3-alpha.1
|
|
28
|
+
|
|
3
29
|
## 0.9.3-alpha.2
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -890,7 +890,7 @@ function getInstallCommand(pm, version) {
|
|
|
890
890
|
}
|
|
891
891
|
function getCurrentVersion() {
|
|
892
892
|
{
|
|
893
|
-
return "0.9.3-alpha.
|
|
893
|
+
return "0.9.3-alpha.4";
|
|
894
894
|
}
|
|
895
895
|
}
|
|
896
896
|
async function fetchLatestVersion() {
|
|
@@ -12537,5 +12537,5 @@ exports.createTUIState = createTUIState;
|
|
|
12537
12537
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
12538
12538
|
exports.formatOMStatus = formatOMStatus;
|
|
12539
12539
|
exports.getCurrentVersion = getCurrentVersion;
|
|
12540
|
-
//# sourceMappingURL=chunk-
|
|
12541
|
-
//# sourceMappingURL=chunk-
|
|
12540
|
+
//# sourceMappingURL=chunk-7FCUOW5Y.cjs.map
|
|
12541
|
+
//# sourceMappingURL=chunk-7FCUOW5Y.cjs.map
|