mastracode 0.29.1-alpha.0 → 0.30.0-alpha.2

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,44 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.30.0-alpha.2
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
+ - Updated dependencies [[`358a0b2`](https://github.com/mastra-ai/mastra/commit/358a0b2230898edf85855727fbbaf61067e33816), [`189200a`](https://github.com/mastra-ai/mastra/commit/189200a325314505f45590dabd6c4c02790baa29), [`a940148`](https://github.com/mastra-ai/mastra/commit/a9401483e1bfe85c18a6e73d33c5949239d65a92)]:
22
+ - @mastra/duckdb@1.5.1-alpha.0
23
+ - @mastra/playground-ui@40.0.1-alpha.2
24
+ - @mastra/core@1.50.1-alpha.2
25
+ - @mastra/client-js@1.31.1-alpha.2
26
+ - @mastra/react@1.2.4-alpha.2
27
+ - @mastra/server@1.50.1-alpha.2
28
+ - @mastra/hono@1.5.6-alpha.2
29
+
30
+ ## 0.29.1-alpha.1
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [[`e8eaf3a`](https://github.com/mastra-ai/mastra/commit/e8eaf3aea09d51c131b5d369aee459442f416efc), [`d1c930f`](https://github.com/mastra-ai/mastra/commit/d1c930f713d1de09d5f3cd665cb79a8b7ebd7ec7), [`02634f7`](https://github.com/mastra-ai/mastra/commit/02634f700051e014a125d0d10165e3c9b8414e95), [`a223279`](https://github.com/mastra-ai/mastra/commit/a223279c8658cc6cc40c554d6d3569c04823806c)]:
35
+ - @mastra/core@1.50.1-alpha.1
36
+ - @mastra/playground-ui@40.0.1-alpha.1
37
+ - @mastra/client-js@1.31.1-alpha.1
38
+ - @mastra/react@1.2.4-alpha.1
39
+ - @mastra/server@1.50.1-alpha.1
40
+ - @mastra/hono@1.5.6-alpha.1
41
+
3
42
  ## 0.29.1-alpha.0
4
43
 
5
44
  ### Patch Changes
@@ -1206,7 +1206,7 @@ function getInstallCommand(pm, version) {
1206
1206
  }
1207
1207
  function getCurrentVersion() {
1208
1208
  {
1209
- return "0.29.1-alpha.0";
1209
+ return "0.30.0-alpha.2";
1210
1210
  }
1211
1211
  }
1212
1212
  async function fetchLatestVersion() {
@@ -18418,7 +18418,7 @@ function inertSession() {
18418
18418
  };
18419
18419
  }
18420
18420
  function resolveAsset(name) {
18421
- const here = path4.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-W7GJCEAA.cjs', document.baseURI).href))));
18421
+ const here = path4.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-3QUW6DAO.cjs', document.baseURI).href))));
18422
18422
  const candidates = [
18423
18423
  path4.join(here, name),
18424
18424
  // dev: src/tui/voice/native/<name>
@@ -21897,5 +21897,5 @@ exports.createTUIState = createTUIState;
21897
21897
  exports.detectTerminalTheme = detectTerminalTheme;
21898
21898
  exports.formatOMStatus = formatOMStatus;
21899
21899
  exports.getCurrentVersion = getCurrentVersion;
21900
- //# sourceMappingURL=chunk-W7GJCEAA.cjs.map
21901
- //# sourceMappingURL=chunk-W7GJCEAA.cjs.map
21900
+ //# sourceMappingURL=chunk-3QUW6DAO.cjs.map
21901
+ //# sourceMappingURL=chunk-3QUW6DAO.cjs.map