mastracode 0.22.1-alpha.0 → 0.22.2-alpha.0
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-N4S7ZX75.cjs → chunk-DS5OW7P2.cjs} +3 -3
- package/dist/{chunk-N4S7ZX75.cjs.map → chunk-DS5OW7P2.cjs.map} +1 -1
- package/dist/{chunk-LK44A4U2.js → chunk-KEEC6KZP.js} +3 -3
- package/dist/{chunk-LK44A4U2.js.map → chunk-KEEC6KZP.js.map} +1 -1
- 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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.22.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`f82cc72`](https://github.com/mastra-ai/mastra/commit/f82cc72edca0ce636fe18abaf2598d89a0c6bcca), [`fcf6027`](https://github.com/mastra-ai/mastra/commit/fcf602747f6771731dda268ff3493b836f9f0ee9)]:
|
|
8
|
+
- @mastra/core@1.41.0-alpha.0
|
|
9
|
+
|
|
10
|
+
## 0.22.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Auto-subscribe to the current branch's PR via GitHub Signals at the end of each agent run. When experimental GitHub Signals are enabled in /settings and the checked-out branch has an open PR, the thread is automatically subscribed (once per thread, fire-and-forget). ([#17538](https://github.com/mastra-ai/mastra/pull/17538))
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`ae1fa3a`](https://github.com/mastra-ai/mastra/commit/ae1fa3a9c40510f1e068ffc2345cf09f9ee32b26)]:
|
|
17
|
+
- @mastra/core@1.40.0
|
|
18
|
+
|
|
3
19
|
## 0.22.1-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1201,7 +1201,7 @@ function getInstallCommand(pm, version) {
|
|
|
1201
1201
|
}
|
|
1202
1202
|
function getCurrentVersion() {
|
|
1203
1203
|
{
|
|
1204
|
-
return "0.22.
|
|
1204
|
+
return "0.22.2-alpha.0";
|
|
1205
1205
|
}
|
|
1206
1206
|
}
|
|
1207
1207
|
async function fetchLatestVersion() {
|
|
@@ -19405,5 +19405,5 @@ exports.createTUIState = createTUIState;
|
|
|
19405
19405
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
19406
19406
|
exports.formatOMStatus = formatOMStatus;
|
|
19407
19407
|
exports.getCurrentVersion = getCurrentVersion;
|
|
19408
|
-
//# sourceMappingURL=chunk-
|
|
19409
|
-
//# sourceMappingURL=chunk-
|
|
19408
|
+
//# sourceMappingURL=chunk-DS5OW7P2.cjs.map
|
|
19409
|
+
//# sourceMappingURL=chunk-DS5OW7P2.cjs.map
|