@mastra/playground-ui 20.0.0-alpha.6 → 20.0.0-alpha.7

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,11 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 20.0.0-alpha.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Changed the Editor tab URL from /agents/:agentId/playground to /agents/:agentId/editor in Mastra Studio ([#14795](https://github.com/mastra-ai/mastra/pull/14795))
8
+
3
9
  ## 20.0.0-alpha.6
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -38930,7 +38930,7 @@ function AgentPageTabs({
38930
38930
  showPlayground && /* @__PURE__ */ jsxRuntime.jsx(
38931
38931
  TabLink,
38932
38932
  {
38933
- href: `/agents/${agentId}/playground`,
38933
+ href: `/agents/${agentId}/editor`,
38934
38934
  active: activeTab === "versions",
38935
38935
  icon: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.GitBranch, {}),
38936
38936
  label: "Editor"