mastracode 0.22.2-alpha.1 → 0.22.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 +9 -0
- package/dist/{chunk-T5GBQXBQ.js → chunk-7ARENXCP.js} +3 -3
- package/dist/chunk-7ARENXCP.js.map +1 -0
- package/dist/{chunk-4LRCQZ5A.cjs → chunk-BOZ3JCCI.cjs} +3 -3
- package/dist/chunk-BOZ3JCCI.cjs.map +1 -0
- package/dist/cli.cjs +5 -5
- 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-4LRCQZ5A.cjs.map +0 -1
- package/dist/chunk-T5GBQXBQ.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.22.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed thread isolation bug where /new command did not abort the running stream, causing events from the old thread (subagent results, tool approvals, task updates) to leak into the new conversation. ([#17565](https://github.com/mastra-ai/mastra/pull/17565))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`f82cc72`](https://github.com/mastra-ai/mastra/commit/f82cc72edca0ce636fe18abaf2598d89a0c6bcca), [`fcf6027`](https://github.com/mastra-ai/mastra/commit/fcf602747f6771731dda268ff3493b836f9f0ee9)]:
|
|
10
|
+
- @mastra/core@1.41.0
|
|
11
|
+
|
|
3
12
|
## 0.22.2-alpha.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1173,7 +1173,7 @@ function getInstallCommand(pm, version) {
|
|
|
1173
1173
|
}
|
|
1174
1174
|
function getCurrentVersion() {
|
|
1175
1175
|
{
|
|
1176
|
-
return "0.22.2
|
|
1176
|
+
return "0.22.2";
|
|
1177
1177
|
}
|
|
1178
1178
|
}
|
|
1179
1179
|
async function fetchLatestVersion() {
|
|
@@ -19347,5 +19347,5 @@ Would you like to update now?`;
|
|
|
19347
19347
|
};
|
|
19348
19348
|
|
|
19349
19349
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
19350
|
-
//# sourceMappingURL=chunk-
|
|
19351
|
-
//# sourceMappingURL=chunk-
|
|
19350
|
+
//# sourceMappingURL=chunk-7ARENXCP.js.map
|
|
19351
|
+
//# sourceMappingURL=chunk-7ARENXCP.js.map
|