@objectstack/platform-objects 7.2.1 → 7.3.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/dist/apps/index.js +12 -0
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +12 -0
- package/dist/apps/index.mjs.map +1 -1
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7827,6 +7827,11 @@ var STUDIO_APP = {
|
|
|
7827
7827
|
icon: "hammer",
|
|
7828
7828
|
active: true,
|
|
7829
7829
|
isDefault: false,
|
|
7830
|
+
// Studio is the metadata-authoring host, so its ambient copilot is
|
|
7831
|
+
// pinned to the schema-architect agent. Resolved by the ambient chat
|
|
7832
|
+
// endpoint via `app.defaultAgent` — no UI-side `?agent=` override
|
|
7833
|
+
// needed. Every other app falls back to the data-query agent.
|
|
7834
|
+
defaultAgent: "metadata_assistant",
|
|
7830
7835
|
branding: {
|
|
7831
7836
|
primaryColor: "#6366f1"
|
|
7832
7837
|
// Indigo-500 — distinct from Setup's slate
|
|
@@ -7870,6 +7875,13 @@ var STUDIO_APP = {
|
|
|
7870
7875
|
label: "All Metadata Types",
|
|
7871
7876
|
componentRef: "metadata:directory",
|
|
7872
7877
|
icon: "layers"
|
|
7878
|
+
},
|
|
7879
|
+
{
|
|
7880
|
+
id: "nav_packages",
|
|
7881
|
+
type: "component",
|
|
7882
|
+
label: "Packages",
|
|
7883
|
+
componentRef: "developer:packages",
|
|
7884
|
+
icon: "package"
|
|
7873
7885
|
}
|
|
7874
7886
|
]
|
|
7875
7887
|
},
|