mastracode 0.16.1-alpha.3 → 0.16.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 +16 -0
- package/dist/{chunk-UDKJMVLB.js → chunk-BAPSA5PR.js} +3 -3
- package/dist/chunk-BAPSA5PR.js.map +1 -0
- package/dist/{chunk-DWVHCCKV.cjs → chunk-STEXDXRO.cjs} +3 -3
- package/dist/chunk-STEXDXRO.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 +9 -9
- package/dist/chunk-DWVHCCKV.cjs.map +0 -1
- package/dist/chunk-UDKJMVLB.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.16.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Added common binary availability to the Mastra Code environment prompt. ([#15820](https://github.com/mastra-ai/mastra/pull/15820))
|
|
8
|
+
|
|
9
|
+
- dependencies updates: ([#15770](https://github.com/mastra-ai/mastra/pull/15770))
|
|
10
|
+
- Updated dependency [`@ai-sdk/anthropic@^3.0.71` ↗︎](https://www.npmjs.com/package/@ai-sdk/anthropic/v/3.0.71) (from `^3.0.58`, in `dependencies`)
|
|
11
|
+
- Updated dependency [`@ai-sdk/openai@^3.0.53` ↗︎](https://www.npmjs.com/package/@ai-sdk/openai/v/3.0.53) (from `^3.0.41`, in `dependencies`)
|
|
12
|
+
- Updated dependency [`ai@^6.0.168` ↗︎](https://www.npmjs.com/package/ai/v/6.0.168) (from `^6.0.116`, in `dependencies`)
|
|
13
|
+
- Updated dependencies [[`808df1b`](https://github.com/mastra-ai/mastra/commit/808df1b39358b5f10b7317107e42b1fda7c87185), [`6db978c`](https://github.com/mastra-ai/mastra/commit/6db978c42e94e75540a504f7230086f0b5cd35f9), [`95b001f`](https://github.com/mastra-ai/mastra/commit/95b001f750af6947ad9d174cd47abffc776663a5), [`512a013`](https://github.com/mastra-ai/mastra/commit/512a013f285aa9c0aa8f08a35b2ce09f9938b017), [`e9becde`](https://github.com/mastra-ai/mastra/commit/e9becdeed9176b9f8392e557bde12b933f99cf7a), [`1d7d50f`](https://github.com/mastra-ai/mastra/commit/1d7d50f0cf29449c17758cd9a9ad7f975f2c6fcc), [`703a443`](https://github.com/mastra-ai/mastra/commit/703a44390c587d9c0b8ae94ec4edd8afb2a74044), [`808df1b`](https://github.com/mastra-ai/mastra/commit/808df1b39358b5f10b7317107e42b1fda7c87185)]:
|
|
14
|
+
- @mastra/observability@1.10.2
|
|
15
|
+
- @mastra/core@1.29.1
|
|
16
|
+
- @mastra/memory@1.17.3
|
|
17
|
+
- @mastra/pg@1.9.3
|
|
18
|
+
|
|
3
19
|
## 0.16.1-alpha.3
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -878,7 +878,7 @@ function getInstallCommand(pm, version) {
|
|
|
878
878
|
}
|
|
879
879
|
function getCurrentVersion() {
|
|
880
880
|
{
|
|
881
|
-
return "0.16.1
|
|
881
|
+
return "0.16.1";
|
|
882
882
|
}
|
|
883
883
|
}
|
|
884
884
|
async function fetchLatestVersion() {
|
|
@@ -14265,5 +14265,5 @@ var LoginSelectorComponent = class extends Box {
|
|
|
14265
14265
|
};
|
|
14266
14266
|
|
|
14267
14267
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
14268
|
-
//# sourceMappingURL=chunk-
|
|
14269
|
-
//# sourceMappingURL=chunk-
|
|
14268
|
+
//# sourceMappingURL=chunk-BAPSA5PR.js.map
|
|
14269
|
+
//# sourceMappingURL=chunk-BAPSA5PR.js.map
|