mastracode 0.22.0-alpha.0 → 0.22.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 +19 -0
- package/dist/{chunk-2FZWQ2M4.cjs → chunk-B4IKAUT7.cjs} +3 -3
- package/dist/chunk-B4IKAUT7.cjs.map +1 -0
- package/dist/{chunk-CE2LOWNS.js → chunk-BFO3NTQO.js} +3 -3
- package/dist/chunk-BFO3NTQO.js.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 +10 -10
- package/dist/chunk-2FZWQ2M4.cjs.map +0 -1
- package/dist/chunk-CE2LOWNS.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.22.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Add a /notify command that opens a modal composer, sends agent notifications from MastraCode, dispatches due notification summaries in the background, and exposes the notification inbox tool to inspect summarized notifications. ([#17241](https://github.com/mastra-ai/mastra/pull/17241))
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Added GitHub PR notifications in Mastra Code with subscription management, manual sync, PR status badges, subscription hints, automatic merged PR cleanup, and inbox access. ([#17447](https://github.com/mastra-ai/mastra/pull/17447))
|
|
12
|
+
|
|
13
|
+
- Fixed mode switching crash when no active thread exists. Previously, pressing Shift+Tab to cycle modes before sending a first message would cause a fatal error. ([#17511](https://github.com/mastra-ai/mastra/pull/17511))
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`c973db4`](https://github.com/mastra-ai/mastra/commit/c973db428df1b564ff0c35d4b2a90e8f4f1e13fd), [`552285e`](https://github.com/mastra-ai/mastra/commit/552285e5af43cfc680a0972032cab8de8776c6a0), [`77e686c`](https://github.com/mastra-ai/mastra/commit/77e686c264e493e99ae5024e4dfe3ea5d5a09718), [`e751af2`](https://github.com/mastra-ai/mastra/commit/e751af219433fbf4c7035b2d771b4c9ec8813b05), [`e751af2`](https://github.com/mastra-ai/mastra/commit/e751af219433fbf4c7035b2d771b4c9ec8813b05), [`ece8dba`](https://github.com/mastra-ai/mastra/commit/ece8dba7ec1a5089eee8c33167cd762bfa91e509), [`e751af2`](https://github.com/mastra-ai/mastra/commit/e751af219433fbf4c7035b2d771b4c9ec8813b05), [`be3f1cd`](https://github.com/mastra-ai/mastra/commit/be3f1cd81f0e2a649e8eac15a024d542d814aef8), [`43dd577`](https://github.com/mastra-ai/mastra/commit/43dd577aa2b056b86b92cb903433f4fc13e69687), [`e2a8380`](https://github.com/mastra-ai/mastra/commit/e2a838017a7657850404c1e94c70d79ffdc6f14a), [`be3f1cd`](https://github.com/mastra-ai/mastra/commit/be3f1cd81f0e2a649e8eac15a024d542d814aef8), [`a34d9db`](https://github.com/mastra-ai/mastra/commit/a34d9dbc39fedb722f271318e9355ecee70489ab)]:
|
|
16
|
+
- @mastra/core@1.39.0
|
|
17
|
+
- @mastra/mcp@1.9.1
|
|
18
|
+
- @mastra/libsql@1.12.1
|
|
19
|
+
- @mastra/pg@1.12.1
|
|
20
|
+
- @mastra/memory@1.20.2
|
|
21
|
+
|
|
3
22
|
## 0.22.0-alpha.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -1201,7 +1201,7 @@ function getInstallCommand(pm, version) {
|
|
|
1201
1201
|
}
|
|
1202
1202
|
function getCurrentVersion() {
|
|
1203
1203
|
{
|
|
1204
|
-
return "0.22.0
|
|
1204
|
+
return "0.22.0";
|
|
1205
1205
|
}
|
|
1206
1206
|
}
|
|
1207
1207
|
async function fetchLatestVersion() {
|
|
@@ -19382,5 +19382,5 @@ exports.createTUIState = createTUIState;
|
|
|
19382
19382
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
19383
19383
|
exports.formatOMStatus = formatOMStatus;
|
|
19384
19384
|
exports.getCurrentVersion = getCurrentVersion;
|
|
19385
|
-
//# sourceMappingURL=chunk-
|
|
19386
|
-
//# sourceMappingURL=chunk-
|
|
19385
|
+
//# sourceMappingURL=chunk-B4IKAUT7.cjs.map
|
|
19386
|
+
//# sourceMappingURL=chunk-B4IKAUT7.cjs.map
|