@vellumai/vellum-gateway 0.5.2 → 0.5.4
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/package.json
CHANGED
|
@@ -257,6 +257,14 @@
|
|
|
257
257
|
"description": "Show the Google OAuth service card in Models & Services settings",
|
|
258
258
|
"defaultEnabled": false
|
|
259
259
|
},
|
|
260
|
+
{
|
|
261
|
+
"id": "settings-embedding-provider",
|
|
262
|
+
"scope": "assistant",
|
|
263
|
+
"key": "feature_flags.settings-embedding-provider.enabled",
|
|
264
|
+
"label": "Embedding Provider Settings",
|
|
265
|
+
"description": "Show the Embedding service card in Models & Services settings",
|
|
266
|
+
"defaultEnabled": false
|
|
267
|
+
},
|
|
260
268
|
{
|
|
261
269
|
"id": "quick-input",
|
|
262
270
|
"scope": "macos",
|
|
@@ -272,6 +280,14 @@
|
|
|
272
280
|
"label": "Expand Completed Steps",
|
|
273
281
|
"description": "Auto-expand completed tool call step groups instead of showing them collapsed",
|
|
274
282
|
"defaultEnabled": false
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"id": "inline-skill-commands",
|
|
286
|
+
"scope": "assistant",
|
|
287
|
+
"key": "feature_flags.inline-skill-commands.enabled",
|
|
288
|
+
"label": "Inline Skill Command Expansion",
|
|
289
|
+
"description": "Enable secure inline skill command expansion via !`command` syntax, with version-pinned approval and sandboxed execution at skill load time",
|
|
290
|
+
"defaultEnabled": true
|
|
275
291
|
}
|
|
276
292
|
]
|
|
277
293
|
}
|