mastracode 0.19.1-alpha.3 → 0.19.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 +17 -0
- package/dist/{chunk-3AJ2BUE6.cjs → chunk-X272OX5N.cjs} +3 -3
- package/dist/chunk-X272OX5N.cjs.map +1 -0
- package/dist/{chunk-UIND3DE3.js → chunk-ZYHIBCG3.js} +3 -3
- package/dist/chunk-ZYHIBCG3.js.map +1 -0
- 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 +8 -8
- package/dist/chunk-3AJ2BUE6.cjs.map +0 -1
- package/dist/chunk-UIND3DE3.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.19.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Improve goal mode UX: ([#16654](https://github.com/mastra-ai/mastra/pull/16654))
|
|
8
|
+
- Add `/goal` actions and built-in subcommand autocomplete.
|
|
9
|
+
- Add goal-aware planning guidance so submitted plans can be used as executable goals.
|
|
10
|
+
- Let the judge evaluate full assistant responses and verify work with readonly workspace tools.
|
|
11
|
+
- Stream muted judge activity into the goal box and support Ctrl+C judge aborts.
|
|
12
|
+
- Show duration-based goal status and clearer plan approval rendering with streamed plan previews.
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`b661349`](https://github.com/mastra-ai/mastra/commit/b661349281514691db78941a9044e6e4f1cde7a7), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`271c044`](https://github.com/mastra-ai/mastra/commit/271c044f6b79ff38cfa3409f4385fbd26a0f3185), [`1be0793`](https://github.com/mastra-ai/mastra/commit/1be079325f05cdec100cc6967572576dfc9e2e44), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`bad08e9`](https://github.com/mastra-ai/mastra/commit/bad08e99c5291884c3ac76743c78c74f53a302c2), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`b32ba5f`](https://github.com/mastra-ai/mastra/commit/b32ba5fde524b46a4ff1bdf38e30d62a2bb29b04), [`75c7c38`](https://github.com/mastra-ai/mastra/commit/75c7c38a4e9af9821931539dd339f57fcc6414e3), [`3d42730`](https://github.com/mastra-ai/mastra/commit/3d42730bed209f3ea4088be10013df6fa91fe757)]:
|
|
15
|
+
- @mastra/core@1.35.0
|
|
16
|
+
- @mastra/libsql@1.11.0
|
|
17
|
+
- @mastra/pg@1.11.0
|
|
18
|
+
- @mastra/memory@1.18.2
|
|
19
|
+
|
|
3
20
|
## 0.19.1-alpha.3
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -1026,7 +1026,7 @@ function getInstallCommand(pm, version) {
|
|
|
1026
1026
|
}
|
|
1027
1027
|
function getCurrentVersion() {
|
|
1028
1028
|
{
|
|
1029
|
-
return "0.19.1
|
|
1029
|
+
return "0.19.1";
|
|
1030
1030
|
}
|
|
1031
1031
|
}
|
|
1032
1032
|
async function fetchLatestVersion() {
|
|
@@ -15937,5 +15937,5 @@ exports.createTUIState = createTUIState;
|
|
|
15937
15937
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
15938
15938
|
exports.formatOMStatus = formatOMStatus;
|
|
15939
15939
|
exports.getCurrentVersion = getCurrentVersion;
|
|
15940
|
-
//# sourceMappingURL=chunk-
|
|
15941
|
-
//# sourceMappingURL=chunk-
|
|
15940
|
+
//# sourceMappingURL=chunk-X272OX5N.cjs.map
|
|
15941
|
+
//# sourceMappingURL=chunk-X272OX5N.cjs.map
|