mastracode 0.15.2-alpha.2 → 0.15.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 +13 -0
- package/dist/{chunk-L6LBVE3H.cjs → chunk-Y6BZKCG3.cjs} +3 -3
- package/dist/chunk-Y6BZKCG3.cjs.map +1 -0
- package/dist/{chunk-OOQJE3Q3.js → chunk-YEHNNDZZ.js} +3 -3
- package/dist/chunk-YEHNNDZZ.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 +10 -10
- package/dist/chunk-L6LBVE3H.cjs.map +0 -1
- package/dist/chunk-OOQJE3Q3.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.15.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed custom slash commands to create the pending thread before sending the first prompt so the initial exchange stays in the same conversation. ([#15678](https://github.com/mastra-ai/mastra/pull/15678))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`733bf53`](https://github.com/mastra-ai/mastra/commit/733bf53d9352aedd3ef38c3d501edb275b65b43c), [`a48adc3`](https://github.com/mastra-ai/mastra/commit/a48adc387375d1ff75f8526525c809a8fdea46df), [`5405b3b`](https://github.com/mastra-ai/mastra/commit/5405b3b35325c5b8fb34fc7ac109bd2feb7bb6fe), [`45e29cb`](https://github.com/mastra-ai/mastra/commit/45e29cb5b5737f3083eb3852db02b944b9cf37ed), [`750b4d3`](https://github.com/mastra-ai/mastra/commit/750b4d3d8231f92e769b2c485921ac5a8ca639b9), [`c321127`](https://github.com/mastra-ai/mastra/commit/c3211275fc195de9ad1ead2746b354beb8eae6e8), [`a07bcef`](https://github.com/mastra-ai/mastra/commit/a07bcefea77c03d6d322caad973dca49b4b15fa1), [`696694e`](https://github.com/mastra-ai/mastra/commit/696694e00f29241a25dd1a1b749afa06c3a626b4), [`b084a80`](https://github.com/mastra-ai/mastra/commit/b084a800db0f82d62e1fc3d6e3e3480da1ba5a53), [`82b7a96`](https://github.com/mastra-ai/mastra/commit/82b7a964169636c1d1e0c694fc892a213b0179d5), [`e20a3d2`](https://github.com/mastra-ai/mastra/commit/e20a3d2cda9b94ca6625519da2e6492c335bd009), [`df97812`](https://github.com/mastra-ai/mastra/commit/df97812bd949dcafeb074b80ecab501724b49c3b), [`1422165`](https://github.com/mastra-ai/mastra/commit/14221652c8cd58c4a0be55e81bf05a5096bbb7d9), [`8bbe360`](https://github.com/mastra-ai/mastra/commit/8bbe36042af7fc4be0244dffd8913f6795179421), [`f6b8ba8`](https://github.com/mastra-ai/mastra/commit/f6b8ba8dbf533b7a8db90c72b6805ddc804a3a72), [`a07bcef`](https://github.com/mastra-ai/mastra/commit/a07bcefea77c03d6d322caad973dca49b4b15fa1)]:
|
|
10
|
+
- @mastra/core@1.28.0
|
|
11
|
+
- @mastra/agent-browser@0.2.1
|
|
12
|
+
- @mastra/stagehand@0.2.1
|
|
13
|
+
- @mastra/memory@1.17.1
|
|
14
|
+
- @mastra/mcp@1.5.2
|
|
15
|
+
|
|
3
16
|
## 0.15.2-alpha.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -906,7 +906,7 @@ function getInstallCommand(pm, version) {
|
|
|
906
906
|
}
|
|
907
907
|
function getCurrentVersion() {
|
|
908
908
|
{
|
|
909
|
-
return "0.15.2
|
|
909
|
+
return "0.15.2";
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
async function fetchLatestVersion() {
|
|
@@ -14058,5 +14058,5 @@ exports.createTUIState = createTUIState;
|
|
|
14058
14058
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
14059
14059
|
exports.formatOMStatus = formatOMStatus;
|
|
14060
14060
|
exports.getCurrentVersion = getCurrentVersion;
|
|
14061
|
-
//# sourceMappingURL=chunk-
|
|
14062
|
-
//# sourceMappingURL=chunk-
|
|
14061
|
+
//# sourceMappingURL=chunk-Y6BZKCG3.cjs.map
|
|
14062
|
+
//# sourceMappingURL=chunk-Y6BZKCG3.cjs.map
|