mastracode 0.10.1-alpha.2 → 0.10.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 +14 -0
- package/dist/{chunk-HYND7HZS.js → chunk-IBZQZT6E.js} +3 -3
- package/dist/chunk-IBZQZT6E.js.map +1 -0
- package/dist/{chunk-XMWQ6BXG.cjs → chunk-Z7VS3ZO5.cjs} +3 -3
- package/dist/chunk-Z7VS3ZO5.cjs.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 +7 -7
- package/dist/chunk-HYND7HZS.js.map +0 -1
- package/dist/chunk-XMWQ6BXG.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.10.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed /subagents to show configured subagents from the harness config. ([#14804](https://github.com/mastra-ai/mastra/pull/14804))
|
|
8
|
+
|
|
9
|
+
- Tools that return objects with circular references no longer crash the agent with "Converting circular structure to JSON". Circular parts are replaced with `"[Circular]"` and the conversation continues normally. ([#14535](https://github.com/mastra-ai/mastra/pull/14535))
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`180aaaf`](https://github.com/mastra-ai/mastra/commit/180aaaf4d0903d33a49bc72de2d40ca69a5bc599), [`25bbff6`](https://github.com/mastra-ai/mastra/commit/25bbff67dadc01d5a18095574421f6266f610b17), [`9140989`](https://github.com/mastra-ai/mastra/commit/91409890e83f4f1d9c1b39223f1af91a6a53b549), [`542977f`](https://github.com/mastra-ai/mastra/commit/542977fe5043678df071ad3982b6bcbc78d95f02), [`d7c98cf`](https://github.com/mastra-ai/mastra/commit/d7c98cfc9d75baba9ecbf1a8835b5183d0a0aec8), [`acf5fbc`](https://github.com/mastra-ai/mastra/commit/acf5fbcb890dc7ca7167bec386ce5874dfadb997), [`24ca2ae`](https://github.com/mastra-ai/mastra/commit/24ca2ae57538ec189fabb9daee6175ad27035853), [`0762516`](https://github.com/mastra-ai/mastra/commit/07625167e029a8268ea7aaf0402416e6d8832874), [`9c57f2f`](https://github.com/mastra-ai/mastra/commit/9c57f2f7241e9f94769aa99fc86c531e8207d0f9), [`5bfc691`](https://github.com/mastra-ai/mastra/commit/5bfc69104c07ba7a9b55c2f8536422c0878b9c57), [`e91c011`](https://github.com/mastra-ai/mastra/commit/e91c0119878d956fdaab9b60ac721f93f3221335), [`d2d0bea`](https://github.com/mastra-ai/mastra/commit/d2d0beaafba2e25b9ad368015ce91312c372f6a5), [`2de3d36`](https://github.com/mastra-ai/mastra/commit/2de3d36932b7f73ad26bc403f7da26cfe89e903e), [`d3736cb`](https://github.com/mastra-ai/mastra/commit/d3736cb9ce074d2b8e8b00218a01f790fe81a1b4), [`c627366`](https://github.com/mastra-ai/mastra/commit/c6273666f9ef4c8c617c68b7d07fe878a322f85c), [`66a7412`](https://github.com/mastra-ai/mastra/commit/66a7412ec0550f3dfa01cd05b057d8c6e5b062bc)]:
|
|
12
|
+
- @mastra/core@1.19.0
|
|
13
|
+
- @mastra/memory@1.12.0
|
|
14
|
+
- @mastra/pg@1.8.5
|
|
15
|
+
- @mastra/mcp@1.4.0
|
|
16
|
+
|
|
3
17
|
## 0.10.1-alpha.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -877,7 +877,7 @@ function getInstallCommand(pm, version) {
|
|
|
877
877
|
}
|
|
878
878
|
function getCurrentVersion() {
|
|
879
879
|
{
|
|
880
|
-
return "0.10.1
|
|
880
|
+
return "0.10.1";
|
|
881
881
|
}
|
|
882
882
|
}
|
|
883
883
|
async function fetchLatestVersion() {
|
|
@@ -12617,5 +12617,5 @@ var LoginSelectorComponent = class extends Box {
|
|
|
12617
12617
|
};
|
|
12618
12618
|
|
|
12619
12619
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
12620
|
-
//# sourceMappingURL=chunk-
|
|
12621
|
-
//# sourceMappingURL=chunk-
|
|
12620
|
+
//# sourceMappingURL=chunk-IBZQZT6E.js.map
|
|
12621
|
+
//# sourceMappingURL=chunk-IBZQZT6E.js.map
|