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