@vellumai/vellum-gateway 0.5.0 → 0.5.1
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
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"key": "feature_flags.contacts.enabled",
|
|
24
24
|
"label": "Contacts",
|
|
25
25
|
"description": "Show the Contacts tab in Settings for viewing and managing contacts",
|
|
26
|
-
"defaultEnabled":
|
|
26
|
+
"defaultEnabled": true
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"id": "email-channel",
|
|
@@ -256,6 +256,14 @@
|
|
|
256
256
|
"label": "Quick Input",
|
|
257
257
|
"description": "Enable the Quick Input popover on right-click of the menu bar icon",
|
|
258
258
|
"defaultEnabled": false
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"id": "expand-completed-steps",
|
|
262
|
+
"scope": "macos",
|
|
263
|
+
"key": "expand_completed_steps",
|
|
264
|
+
"label": "Expand Completed Steps",
|
|
265
|
+
"description": "Auto-expand completed tool call step groups instead of showing them collapsed",
|
|
266
|
+
"defaultEnabled": false
|
|
259
267
|
}
|
|
260
268
|
]
|
|
261
269
|
}
|