mastracode 0.30.0-alpha.3 → 0.30.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 CHANGED
@@ -1,5 +1,37 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.30.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Added URL-driven thread pages to the MastraCode web UI. Each conversation now lives at its own /threads/:threadId URL, so threads can be deep-linked, refreshed, and navigated with the browser's back/forward buttons. ([#19062](https://github.com/mastra-ai/mastra/pull/19062))
8
+
9
+ **What changed for users**
10
+ - Clicking a thread in the sidebar navigates to its page instead of swapping content in place
11
+ - /chat is now a draft page: composing there creates the thread on first send and then navigates to /threads/:id
12
+ - The new-thread button opens the /chat draft page instead of immediately creating an empty thread
13
+ - Cloning a thread lands on the new thread's URL; deleting the active thread returns to /chat
14
+ - Thread history now loads through a cached query with a skeleton loading state instead of a blank flash
15
+ - Fixed a race where switching threads from the sidebar could show an empty transcript instead of the thread's history
16
+
17
+ ### Patch Changes
18
+
19
+ - Improved MastraCode web chat routing and composer layout. ([#19062](https://github.com/mastra-ai/mastra/pull/19062))
20
+
21
+ - Fixed GitHub plugins so their dependencies are installed when plugins are installed or updated. ([#19013](https://github.com/mastra-ai/mastra/pull/19013))
22
+
23
+ - Fixed GitHub plugin setup when running Mastra Code from a source-built bundle and installing plugins that require a different pnpm version. ([#19067](https://github.com/mastra-ai/mastra/pull/19067))
24
+
25
+ - Updated dependencies [[`e900f25`](https://github.com/mastra-ai/mastra/commit/e900f25dfe2c9237f15b26cb109ac55aa9de3000), [`358a0b2`](https://github.com/mastra-ai/mastra/commit/358a0b2230898edf85855727fbbaf61067e33816), [`e8eaf3a`](https://github.com/mastra-ai/mastra/commit/e8eaf3aea09d51c131b5d369aee459442f416efc), [`d1c930f`](https://github.com/mastra-ai/mastra/commit/d1c930f713d1de09d5f3cd665cb79a8b7ebd7ec7), [`189200a`](https://github.com/mastra-ai/mastra/commit/189200a325314505f45590dabd6c4c02790baa29), [`02634f7`](https://github.com/mastra-ai/mastra/commit/02634f700051e014a125d0d10165e3c9b8414e95), [`27492f2`](https://github.com/mastra-ai/mastra/commit/27492f24ee4960afefb1268a4d38201cd0779566), [`a940148`](https://github.com/mastra-ai/mastra/commit/a9401483e1bfe85c18a6e73d33c5949239d65a92), [`a223279`](https://github.com/mastra-ai/mastra/commit/a223279c8658cc6cc40c554d6d3569c04823806c)]:
26
+ - @mastra/core@1.50.1
27
+ - @mastra/duckdb@1.5.1
28
+ - @mastra/playground-ui@40.0.1
29
+ - @mastra/memory@1.22.2
30
+ - @mastra/client-js@1.31.1
31
+ - @mastra/hono@1.5.6
32
+ - @mastra/react@1.2.4
33
+ - @mastra/server@1.50.1
34
+
3
35
  ## 0.30.0-alpha.3
4
36
 
5
37
  ### Patch Changes
@@ -1178,7 +1178,7 @@ function getInstallCommand(pm, version) {
1178
1178
  }
1179
1179
  function getCurrentVersion() {
1180
1180
  {
1181
- return "0.30.0-alpha.3";
1181
+ return "0.30.0";
1182
1182
  }
1183
1183
  }
1184
1184
  async function fetchLatestVersion() {
@@ -21858,5 +21858,5 @@ Would you like to update now?`;
21858
21858
  };
21859
21859
 
21860
21860
  export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
21861
- //# sourceMappingURL=chunk-XE6OP46S.js.map
21862
- //# sourceMappingURL=chunk-XE6OP46S.js.map
21861
+ //# sourceMappingURL=chunk-4B7ZVBCX.js.map
21862
+ //# sourceMappingURL=chunk-4B7ZVBCX.js.map