mastracode 0.15.1-alpha.1 → 0.15.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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Added opt-in temporal-gap markers for observational memory. When enabled via `observationalMemory.temporalMarkers: true`, the agent receives a `<system-reminder type="temporal-gap">` before any user message that arrives more than 10 minutes after the previous one, so it can anchor responses in real elapsed time. Markers are persisted, surfaced to the observer, and rendered by the MastraCode TUI on reload. ([#15605](https://github.com/mastra-ai/mastra/pull/15605))
8
+
9
+ - Improved model ID display in the Mastra Code TUI status line. Fireworks model IDs are now shown in compact form (e.g. fireworks/kimi-k2.6 instead of the full fireworks-ai/accounts/fireworks/models/... path). Version separators in model names are also normalized (e.g. kimi-k2p6 is displayed as kimi-k2.6). ([#15631](https://github.com/mastra-ai/mastra/pull/15631))
10
+
11
+ - Updated dependencies [[`f112db1`](https://github.com/mastra-ai/mastra/commit/f112db179557ae9b5a0f1d25dc47f928d7d61cd9), [`21d9706`](https://github.com/mastra-ai/mastra/commit/21d970604d89eee970cbf8013d26d7551aff6ea5), [`0a0aa94`](https://github.com/mastra-ai/mastra/commit/0a0aa94729592e99885af2efb90c56aaada62247), [`ed07df3`](https://github.com/mastra-ai/mastra/commit/ed07df32a9d539c8261e892fc1bade783f5b41a6), [`96f6fb2`](https://github.com/mastra-ai/mastra/commit/96f6fb2dc9ed0980091e66f727542394ba5b300d), [`01a7d51`](https://github.com/mastra-ai/mastra/commit/01a7d513493d21562f677f98550f7ceb165ba78c), [`6e9ab07`](https://github.com/mastra-ai/mastra/commit/6e9ab07b7120e0f4ed1e117c45db0f94840f4afd)]:
12
+ - @mastra/core@1.27.0
13
+ - @mastra/tavily@1.0.1
14
+ - @mastra/memory@1.17.0
15
+
16
+ ## 0.15.1-alpha.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`ed07df3`](https://github.com/mastra-ai/mastra/commit/ed07df32a9d539c8261e892fc1bade783f5b41a6)]:
21
+ - @mastra/core@1.27.0-alpha.2
22
+
3
23
  ## 0.15.1-alpha.1
4
24
 
5
25
  ### Patch Changes
@@ -906,7 +906,7 @@ function getInstallCommand(pm, version) {
906
906
  }
907
907
  function getCurrentVersion() {
908
908
  {
909
- return "0.15.1-alpha.1";
909
+ return "0.15.1";
910
910
  }
911
911
  }
912
912
  async function fetchLatestVersion() {
@@ -14054,5 +14054,5 @@ exports.createTUIState = createTUIState;
14054
14054
  exports.detectTerminalTheme = detectTerminalTheme;
14055
14055
  exports.formatOMStatus = formatOMStatus;
14056
14056
  exports.getCurrentVersion = getCurrentVersion;
14057
- //# sourceMappingURL=chunk-FH5KDT5L.cjs.map
14058
- //# sourceMappingURL=chunk-FH5KDT5L.cjs.map
14057
+ //# sourceMappingURL=chunk-CU7JVMZI.cjs.map
14058
+ //# sourceMappingURL=chunk-CU7JVMZI.cjs.map