mastracode 0.18.1-alpha.1 → 0.18.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,14 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed a bug where clicking Approve on a plan from `/plan` mode would show the system reminder twice and sometimes hang instead of starting build execution. Approving now reliably triggers the build agent with a single reminder. ([#16521](https://github.com/mastra-ai/mastra/pull/16521))
8
+
9
+ - Updated dependencies [[`6ba46dc`](https://github.com/mastra-ai/mastra/commit/6ba46dc1ac04af635d0f59377d7384ca6af44cd1), [`3e63fca`](https://github.com/mastra-ai/mastra/commit/3e63fca7aa41269b2a9518effdd09b8ab8f1ff04), [`bc386e0`](https://github.com/mastra-ai/mastra/commit/bc386e08249dd30f3e66cf59de0c151a8dc26afb)]:
10
+ - @mastra/core@1.33.1
11
+
3
12
  ## 0.18.1-alpha.1
4
13
 
5
14
  ### Patch Changes
@@ -997,7 +997,7 @@ function getInstallCommand(pm, version) {
997
997
  }
998
998
  function getCurrentVersion() {
999
999
  {
1000
- return "0.18.1-alpha.1";
1000
+ return "0.18.1";
1001
1001
  }
1002
1002
  }
1003
1003
  async function fetchLatestVersion() {
@@ -15456,5 +15456,5 @@ Would you like to update now?`;
15456
15456
  };
15457
15457
 
15458
15458
  export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
15459
- //# sourceMappingURL=chunk-UBDF4DF5.js.map
15460
- //# sourceMappingURL=chunk-UBDF4DF5.js.map
15459
+ //# sourceMappingURL=chunk-NGJXCCTA.js.map
15460
+ //# sourceMappingURL=chunk-NGJXCCTA.js.map