mastracode 0.10.3-alpha.2 → 0.10.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 +12 -0
- package/dist/{chunk-E3SVHOEY.js → chunk-326DREMX.js} +3 -3
- package/dist/chunk-326DREMX.js.map +1 -0
- package/dist/{chunk-LEEJ42AH.cjs → chunk-Y5QK5FWB.cjs} +3 -3
- package/dist/chunk-Y5QK5FWB.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-E3SVHOEY.js.map +0 -1
- package/dist/chunk-LEEJ42AH.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.10.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Disabled MCP tool result timeout in MastraCode to allow for long running tools ([#14960](https://github.com/mastra-ai/mastra/pull/14960))
|
|
8
|
+
|
|
9
|
+
- Fixed agent sandbox instructions to use the `request_access` tool instead of telling users to manually run `/sandbox`. The agent now requests directory access interactively, reducing friction when working with files outside the project root. ([#14961](https://github.com/mastra-ai/mastra/pull/14961))
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`9a43b47`](https://github.com/mastra-ai/mastra/commit/9a43b476465e86c9aca381c2831066b5c33c999a), [`ec5c319`](https://github.com/mastra-ai/mastra/commit/ec5c3197a50d034cb8e9cc494eebfddc684b5d81), [`6517789`](https://github.com/mastra-ai/mastra/commit/65177895b74b5471fe2245c7292f0176d9b3385d), [`13f4327`](https://github.com/mastra-ai/mastra/commit/13f4327f052faebe199cefbe906d33bf90238767), [`9ad6aa6`](https://github.com/mastra-ai/mastra/commit/9ad6aa6dfe858afc6955d1df5f3f78c40bb96b9c), [`2862127`](https://github.com/mastra-ai/mastra/commit/2862127d0a7cbd28523120ad64fea067a95838e6), [`3d16814`](https://github.com/mastra-ai/mastra/commit/3d16814c395931373543728994ff45ac98093074), [`7f498d0`](https://github.com/mastra-ai/mastra/commit/7f498d099eacef64fd43ee412e3bd6f87965a8a6), [`5467a87`](https://github.com/mastra-ai/mastra/commit/5467a87090d6359980344c443737c059afe5cc11), [`8cf8a67`](https://github.com/mastra-ai/mastra/commit/8cf8a67b061b737cb06d501fb8c1967a98bbf3cb), [`d7827e3`](https://github.com/mastra-ai/mastra/commit/d7827e393937c6cb0c7a744dde4d31538cb542b7)]:
|
|
12
|
+
- @mastra/core@1.21.0
|
|
13
|
+
- @mastra/memory@1.13.0
|
|
14
|
+
|
|
3
15
|
## 0.10.3-alpha.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -877,7 +877,7 @@ function getInstallCommand(pm, version) {
|
|
|
877
877
|
}
|
|
878
878
|
function getCurrentVersion() {
|
|
879
879
|
{
|
|
880
|
-
return "0.10.3
|
|
880
|
+
return "0.10.3";
|
|
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-326DREMX.js.map
|
|
12621
|
+
//# sourceMappingURL=chunk-326DREMX.js.map
|