@vellumai/vellum-gateway 0.3.21 → 0.3.23

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/vellum-gateway",
3
- "version": "0.3.21",
3
+ "version": "0.3.23",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "bun run --watch src/index.ts",
@@ -41,6 +41,14 @@
41
41
  "description": "Enable X (Twitter) skill section in the system prompt",
42
42
  "defaultEnabled": true
43
43
  },
44
+ {
45
+ "id": "collect-usage-data",
46
+ "scope": "assistant",
47
+ "key": "feature_flags.collect-usage-data.enabled",
48
+ "label": "Collect usage data",
49
+ "description": "Send crash reports and error diagnostics to help improve the app",
50
+ "defaultEnabled": true
51
+ },
44
52
  {
45
53
  "id": "user-hosted-enabled",
46
54
  "scope": "macos",