mastracode 0.30.0-alpha.3 → 0.30.1-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 CHANGED
@@ -1,5 +1,49 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.30.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`fe1bda0`](https://github.com/mastra-ai/mastra/commit/fe1bda06f6af92a694a51712db747cda1e7185f0)]:
8
+ - @mastra/core@1.50.2-alpha.0
9
+ - @mastra/client-js@1.31.2-alpha.0
10
+ - @mastra/react@1.2.5-alpha.0
11
+ - @mastra/playground-ui@40.0.2-alpha.0
12
+ - @mastra/server@1.50.2-alpha.0
13
+ - @mastra/hono@1.5.7-alpha.0
14
+
15
+ ## 0.30.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 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))
20
+
21
+ **What changed for users**
22
+ - Clicking a thread in the sidebar navigates to its page instead of swapping content in place
23
+ - /chat is now a draft page: composing there creates the thread on first send and then navigates to /threads/:id
24
+ - The new-thread button opens the /chat draft page instead of immediately creating an empty thread
25
+ - Cloning a thread lands on the new thread's URL; deleting the active thread returns to /chat
26
+ - Thread history now loads through a cached query with a skeleton loading state instead of a blank flash
27
+ - Fixed a race where switching threads from the sidebar could show an empty transcript instead of the thread's history
28
+
29
+ ### Patch Changes
30
+
31
+ - Improved MastraCode web chat routing and composer layout. ([#19062](https://github.com/mastra-ai/mastra/pull/19062))
32
+
33
+ - Fixed GitHub plugins so their dependencies are installed when plugins are installed or updated. ([#19013](https://github.com/mastra-ai/mastra/pull/19013))
34
+
35
+ - 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))
36
+
37
+ - 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)]:
38
+ - @mastra/core@1.50.1
39
+ - @mastra/duckdb@1.5.1
40
+ - @mastra/playground-ui@40.0.1
41
+ - @mastra/memory@1.22.2
42
+ - @mastra/client-js@1.31.1
43
+ - @mastra/hono@1.5.6
44
+ - @mastra/react@1.2.4
45
+ - @mastra/server@1.50.1
46
+
3
47
  ## 0.30.0-alpha.3
4
48
 
5
49
  ### 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.1-alpha.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-PDKOA3U6.js.map
21862
+ //# sourceMappingURL=chunk-PDKOA3U6.js.map