mastra 1.26.1-alpha.13 → 1.26.1-alpha.3

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.
Files changed (43) hide show
  1. package/CHANGELOG.md +0 -94
  2. package/dist/analytics/index.js +1 -1
  3. package/dist/{analytics-CeDc63iC.js → analytics-BYD-0skL.js} +3 -3
  4. package/dist/{analytics-CeDc63iC.js.map → analytics-BYD-0skL.js.map} +1 -1
  5. package/dist/{api-GOhAsGMy.js → api-DUOmLi5v.js} +2 -2
  6. package/dist/{api-GOhAsGMy.js.map → api-DUOmLi5v.js.map} +1 -1
  7. package/dist/api-icxI1leL.js +2 -0
  8. package/dist/{client-Bdk2AMV6.js → client-x6vJatG_.js} +2 -2
  9. package/dist/{client-Bdk2AMV6.js.map → client-x6vJatG_.js.map} +1 -1
  10. package/dist/commands/api/target.d.ts.map +1 -1
  11. package/dist/commands/auth/credentials.d.ts +0 -1
  12. package/dist/commands/auth/credentials.d.ts.map +1 -1
  13. package/dist/commands/create/create.js +2 -2
  14. package/dist/{create-Cu2bo-Ss.js → create-DVLmjNQj.js} +5 -5
  15. package/dist/{create-Cu2bo-Ss.js.map → create-DVLmjNQj.js.map} +1 -1
  16. package/dist/{credentials-B4M5VuZS.js → credentials-BwBqBx2B.js} +1 -1
  17. package/dist/{credentials-CdxijtI9.js → credentials-CE1thn6C.js} +5 -5
  18. package/dist/credentials-CE1thn6C.js.map +1 -0
  19. package/dist/docs/SKILL.md +1 -1
  20. package/dist/docs/assets/SOURCE_MAP.json +1 -1
  21. package/dist/docs/references/docs-mastra-platform-api.md +0 -54
  22. package/dist/docs/references/reference-cli-mastra.md +4 -10
  23. package/dist/factory/assets/{engine-javascript-BXUmnQea.js → engine-javascript-PpD2Qkzj.js} +1 -1
  24. package/dist/factory/assets/index-Cj4ggw6I.js +1215 -0
  25. package/dist/factory/assets/index-DidodZtV.css +1 -0
  26. package/dist/factory/index.html +2 -2
  27. package/dist/index.js +10 -20
  28. package/dist/index.js.map +1 -1
  29. package/dist/internal/auth.js +4 -4
  30. package/dist/{orgs-Dj0nij3E.js → orgs-DOhO9kNz.js} +3 -3
  31. package/dist/{orgs-Dj0nij3E.js.map → orgs-DOhO9kNz.js.map} +1 -1
  32. package/dist/studio/assets/{core-DB7ee666.js → core-BfS3sM2m.js} +1 -1
  33. package/dist/studio/assets/{index-CeB1ARts.js → index-Ce9tYQeN.js} +2 -2
  34. package/dist/studio/assets/{main-BUC-N9Oy.js → main-DiDfYAbf.js} +230 -230
  35. package/dist/studio/assets/style-ilBTDS9y.css +1 -0
  36. package/dist/studio/index.html +2 -2
  37. package/dist/utils/dev-logger.d.ts.map +1 -1
  38. package/package.json +7 -7
  39. package/dist/api-BBNA526i.js +0 -2
  40. package/dist/credentials-CdxijtI9.js.map +0 -1
  41. package/dist/factory/assets/index-BC7qQoPP.js +0 -1233
  42. package/dist/factory/assets/index-Cytqfw98.css +0 -1
  43. package/dist/studio/assets/style-Cfbq6ACH.css +0 -1
package/CHANGELOG.md CHANGED
@@ -1,99 +1,5 @@
1
1
  # mastra
2
2
 
3
- ## 1.26.1-alpha.13
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`48ef1f1`](https://github.com/mastra-ai/mastra/commit/48ef1f1d24eedafbb07f64e659a81b52b67b8bf6), [`63796ba`](https://github.com/mastra-ai/mastra/commit/63796ba0fda60253be17535e68f6bbbf1e6ffa09), [`3c19dce`](https://github.com/mastra-ai/mastra/commit/3c19dcef8e73062a80627a4927eae3ec11145afd)]:
8
- - @mastra/core@1.62.0-alpha.12
9
- - @mastra/deployer@1.62.0-alpha.12
10
-
11
- ## 1.26.1-alpha.12
12
-
13
- ### Patch Changes
14
-
15
- - Improved the Traces page: trace actions (Evaluate Trace, Save as Dataset Item, Add tool mocks) now live in the trace panel header next to the collapse button, removed the empty gap above the traces list when no filters are applied, and replaced the auto-refetch icon button with a labeled "Auto refresh" checkbox (the subtraces toggle is now a "Subtraces" checkbox too). The trace panel now has Details and Scores tabs — Evaluate Trace switches to the Scores tab showing the trace's scores — and the span panel's Scoring tab was removed. The evaluate action is now labeled "Score trace", and the no-traces empty state no longer shows a documentation CTA. The standalone `/traces/:traceId` page was removed — those URLs now redirect to `/traces?traceId=...`, and all in-app links point to the query-param form. ([#22313](https://github.com/mastra-ai/mastra/pull/22313))
16
-
17
- - Added a score-over-time line chart above the scores table in the trace panel's Evaluations tab (formerly "Scores"), showing one line per scorer with per-scorer averages in the legend. The tab content now stretches to the panel bottom with a scrollable table card, and the trace action was renamed to "Evaluate trace". ([#22313](https://github.com/mastra-ai/mastra/pull/22313))
18
-
19
- - Improved the dev server ready message with a prompt to run mastra deploy. ([#22334](https://github.com/mastra-ai/mastra/pull/22334))
20
-
21
- - Updated dependencies [[`4ff3ee2`](https://github.com/mastra-ai/mastra/commit/4ff3ee2bff7ed07528b4817f8f49639031c72a4d), [`c24754c`](https://github.com/mastra-ai/mastra/commit/c24754c1fb6fe144e5051e536e98c8a18b0214ac), [`45dd6ee`](https://github.com/mastra-ai/mastra/commit/45dd6ee089bd7df0d0c98a10098e483fd388e04a), [`32d3583`](https://github.com/mastra-ai/mastra/commit/32d358332cb8ac2306b83b73cf3536e74dbd435e), [`aca2869`](https://github.com/mastra-ai/mastra/commit/aca2869b2031982f3c4a2f52525c9be7cf123ef8)]:
22
- - @mastra/core@1.62.0-alpha.11
23
- - @mastra/deployer@1.62.0-alpha.11
24
-
25
- ## 1.26.1-alpha.11
26
-
27
- ### Patch Changes
28
-
29
- - Fixed EU observability CLI requests to use the same Platform credentials as the US endpoint. ([#22251](https://github.com/mastra-ai/mastra/pull/22251))
30
-
31
- ## 1.26.1-alpha.10
32
-
33
- ### Patch Changes
34
-
35
- - Updated dependencies [[`b05f486`](https://github.com/mastra-ai/mastra/commit/b05f48612984d5fe2447ea2d6cdd5c604d285b97), [`7960688`](https://github.com/mastra-ai/mastra/commit/7960688828e04eaf3106e34f7758fa580257eef6)]:
36
- - @mastra/core@1.62.0-alpha.10
37
- - @mastra/deployer@1.62.0-alpha.10
38
-
39
- ## 1.26.1-alpha.9
40
-
41
- ### Patch Changes
42
-
43
- - Updated dependencies [[`eb9ecaa`](https://github.com/mastra-ai/mastra/commit/eb9ecaa89c36e889749e3b825cfc507ce7f7980b), [`3e8727e`](https://github.com/mastra-ai/mastra/commit/3e8727e11ec1a5d733acedb5c872896394be18c1)]:
44
- - @mastra/core@1.62.0-alpha.9
45
- - @mastra/deployer@1.62.0-alpha.9
46
-
47
- ## 1.26.1-alpha.8
48
-
49
- ### Patch Changes
50
-
51
- - Updated dependencies [[`aa3a85d`](https://github.com/mastra-ai/mastra/commit/aa3a85daf094c683bb97efdf4b6a696d2e474af5), [`d29d06f`](https://github.com/mastra-ai/mastra/commit/d29d06fe00bbd35b4571150ea04c59d2ed783c71), [`e6516df`](https://github.com/mastra-ai/mastra/commit/e6516dfcdae4f4ac0e7971d84359a81385ee602f), [`0b2a3d1`](https://github.com/mastra-ai/mastra/commit/0b2a3d1783875c5b97b7b36ab3d03d7360e0dde7), [`6bb5d71`](https://github.com/mastra-ai/mastra/commit/6bb5d7193fe9166b219f0fccae17db7a5ae86e65), [`57de7d6`](https://github.com/mastra-ai/mastra/commit/57de7d644ba7146edb4e9e6111ec4fa98c3a59e9), [`e8e299c`](https://github.com/mastra-ai/mastra/commit/e8e299cc6abdfc39947e2fec25803493015d3882), [`edfc548`](https://github.com/mastra-ai/mastra/commit/edfc548886bc7bae17b681f8b6b41a47eb32bcd2), [`a8a4871`](https://github.com/mastra-ai/mastra/commit/a8a4871215f51da95c47129602157ce5372f634a), [`5165cdc`](https://github.com/mastra-ai/mastra/commit/5165cdcdcf50e144bb8113278535196cc9b07065), [`6bb5d71`](https://github.com/mastra-ai/mastra/commit/6bb5d7193fe9166b219f0fccae17db7a5ae86e65), [`9ee8120`](https://github.com/mastra-ai/mastra/commit/9ee8120ce17f76b9f617489e05a283353742690a), [`d975e92`](https://github.com/mastra-ai/mastra/commit/d975e924d4936f46c386bd3dee39c671720289f6), [`1cfa878`](https://github.com/mastra-ai/mastra/commit/1cfa8784d8da0dfaa0317e5048bc48b6084a5ea5), [`c118318`](https://github.com/mastra-ai/mastra/commit/c1183181c9804303db4b511c2e2648f8b714712b), [`fc07c64`](https://github.com/mastra-ai/mastra/commit/fc07c6465043e08e99193a6751a01c56ffc2e7a1), [`542dee2`](https://github.com/mastra-ai/mastra/commit/542dee254167f974ff8cbbbfc0ce10f9a2616a7b), [`a58483c`](https://github.com/mastra-ai/mastra/commit/a58483cff1a9d41fce7c931843f48cb0ac450f64), [`a58483c`](https://github.com/mastra-ai/mastra/commit/a58483cff1a9d41fce7c931843f48cb0ac450f64), [`895e9df`](https://github.com/mastra-ai/mastra/commit/895e9dfc17d6f34299eca64e317ded9e5f5e5ef8)]:
52
- - @mastra/core@1.62.0-alpha.8
53
- - @mastra/deployer@1.62.0-alpha.8
54
-
55
- ## 1.26.1-alpha.7
56
-
57
- ### Patch Changes
58
-
59
- - Fixed Factory chat `/think` so selecting the command opens an inline thinking-level picker with the active choice marked. Direct commands can still set, inspect, and clear session reasoning overrides with the same semantics as the Mastra Code TUI. ([#22198](https://github.com/mastra-ai/mastra/pull/22198))
60
-
61
- ```text
62
- /think high
63
- /think status
64
- /think default
65
- ```
66
-
67
- - Updated dependencies [[`ae8790c`](https://github.com/mastra-ai/mastra/commit/ae8790c4bfaa088d2ab279d1dcc06f326b9fd109), [`04a815f`](https://github.com/mastra-ai/mastra/commit/04a815fc8971d29e97fcdcc5008a1eb472fc00ff), [`cced745`](https://github.com/mastra-ai/mastra/commit/cced745a056ec2225c5bc702e32d848847aa8b65)]:
68
- - @mastra/core@1.62.0-alpha.7
69
- - @mastra/deployer@1.62.0-alpha.7
70
-
71
- ## 1.26.1-alpha.6
72
-
73
- ### Patch Changes
74
-
75
- - Updated dependencies [[`c8e4cea`](https://github.com/mastra-ai/mastra/commit/c8e4ceac9a390d78c8327dff3cdb2861dd71957f), [`ed01e9a`](https://github.com/mastra-ai/mastra/commit/ed01e9a807514a904374bf687a7b8f18750f6f78), [`4e9a228`](https://github.com/mastra-ai/mastra/commit/4e9a2283d5fd6ed1b70a2751eb3dc2cbf82ada20), [`63041eb`](https://github.com/mastra-ai/mastra/commit/63041eb4c50b520a0a80e03d4cd6ea99f67715a0)]:
76
- - @mastra/core@1.62.0-alpha.6
77
- - @mastra/deployer@1.62.0-alpha.6
78
-
79
- ## 1.26.1-alpha.5
80
-
81
- ### Patch Changes
82
-
83
- - Fixed restored MastraCode threads revealing message fragments out of order during startup. ([#22160](https://github.com/mastra-ai/mastra/pull/22160))
84
-
85
- - Updated dependencies [[`65edab1`](https://github.com/mastra-ai/mastra/commit/65edab1c233d17b8f163bad12fca410d0e6f16b1), [`ab20a38`](https://github.com/mastra-ai/mastra/commit/ab20a38d0275f8d85e0f3833bd87ef487bcc609f), [`dbbfeb8`](https://github.com/mastra-ai/mastra/commit/dbbfeb85ec949dc9ebc0755e1ad262e4f5eba8db), [`3cc9d00`](https://github.com/mastra-ai/mastra/commit/3cc9d00b2b4333e0377a5e9df5eff92c17ce7630), [`733a537`](https://github.com/mastra-ai/mastra/commit/733a537489a858b5880b2e98809334fba895a221), [`9207dfa`](https://github.com/mastra-ai/mastra/commit/9207dfab8062e5fc68b751684797ff86fe0b4e70), [`12c61d2`](https://github.com/mastra-ai/mastra/commit/12c61d280c8cb208bc3c8dbcbe5dcc60cf9d1cd0), [`9a12ef3`](https://github.com/mastra-ai/mastra/commit/9a12ef3fccf3f4186db0f294f4ee1f02cf4d8db2)]:
86
- - @mastra/core@1.62.0-alpha.5
87
- - @mastra/deployer@1.62.0-alpha.5
88
-
89
- ## 1.26.1-alpha.4
90
-
91
- ### Patch Changes
92
-
93
- - Updated dependencies [[`79f04a7`](https://github.com/mastra-ai/mastra/commit/79f04a7f6c6829da541139f638f2f1d267916e08), [`fd4d5fe`](https://github.com/mastra-ai/mastra/commit/fd4d5fe4f943699b85db5e74404f190d5a6b8c2a), [`f591643`](https://github.com/mastra-ai/mastra/commit/f591643becdf0be9bddce6ba1748e64bc30d77f1), [`b1ad324`](https://github.com/mastra-ai/mastra/commit/b1ad324d657f3544b0701332aef7eb10e9a36258), [`61c566d`](https://github.com/mastra-ai/mastra/commit/61c566dd2f2cde2b23ed8f139924e530d4202214)]:
94
- - @mastra/core@1.62.0-alpha.4
95
- - @mastra/deployer@1.62.0-alpha.4
96
-
97
3
  ## 1.26.1-alpha.3
98
4
 
99
5
  ### Patch Changes
@@ -1,2 +1,2 @@
1
- import { i as setAnalytics, n as bucketApiHost, r as getAnalytics, t as PosthogAnalytics } from "../analytics-CeDc63iC.js";
1
+ import { i as setAnalytics, n as bucketApiHost, r as getAnalytics, t as PosthogAnalytics } from "../analytics-BYD-0skL.js";
2
2
  export { PosthogAnalytics, bucketApiHost, getAnalytics, setAnalytics };
@@ -1,5 +1,5 @@
1
- import { a as loadCredentials, i as getToken } from "./credentials-CdxijtI9.js";
2
- import { r as resolveCurrentOrg } from "./orgs-Dj0nij3E.js";
1
+ import { a as loadCredentials, i as getToken } from "./credentials-CE1thn6C.js";
2
+ import { r as resolveCurrentOrg } from "./orgs-DOhO9kNz.js";
3
3
  import { InvalidArgumentError } from "commander";
4
4
  import color from "picocolors";
5
5
  import { randomUUID } from "crypto";
@@ -1749,4 +1749,4 @@ var PosthogAnalytics = class PosthogAnalytics {
1749
1749
  //#endregion
1750
1750
  export { DepsService as A, validateProjectName as B, writeAPIKey as C, writeIndexFile as D, writeCodeSample as E, normalizeCreateCommandOptions as F, parseCreateLLMProvider as I, parseCreateTimeout as L, CREATE_LLM_PROVIDERS as M, configureCreateCommand as N, writeObservabilityEnv as O, getCreateMode as P, selectMatchingDistTag as R, readPackageName as S, writeClaudeMarkdown as T, checkForPkgJson as _, getPackageManager as a, getAPIKey as b, isGitInitialized as c, parseMcp as d, shouldSkipDotenvLoading as f, checkAndInstallCoreDeps as g, LLMProvider as h, setAnalytics as i, installMastraDocsMCPServer as j, FileService as k, parseComponents as l, COMPONENTS as m, bucketApiHost as n, getVersionTag as o, wrapAction as p, getAnalytics as r, gitInit as s, PosthogAnalytics as t, parseLlmProvider as u, createComponentsDir as v, writeAgentsMarkdown as w, interactivePrompt as x, createMastraDir as y, validateCreateOptionConflicts as z };
1751
1751
 
1752
- //# sourceMappingURL=analytics-CeDc63iC.js.map
1752
+ //# sourceMappingURL=analytics-BYD-0skL.js.map