@vm0/cli 9.140.6 → 9.140.8
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.
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.140.
|
|
74086
|
+
release: "9.140.8",
|
|
74087
74087
|
sendDefaultPii: false,
|
|
74088
74088
|
tracesSampleRate: 0,
|
|
74089
74089
|
shutdownTimeout: 500,
|
|
@@ -74102,7 +74102,7 @@ if (DSN) {
|
|
|
74102
74102
|
}
|
|
74103
74103
|
});
|
|
74104
74104
|
setContext("cli", {
|
|
74105
|
-
version: "9.140.
|
|
74105
|
+
version: "9.140.8",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -100017,7 +100017,6 @@ var gumroad = {
|
|
|
100017
100017
|
environmentMapping: {
|
|
100018
100018
|
GUMROAD_TOKEN: "$secrets.GUMROAD_ACCESS_TOKEN"
|
|
100019
100019
|
},
|
|
100020
|
-
featureFlag: "gumroadConnector" /* GumroadConnector */,
|
|
100021
100020
|
helpText: "Connect your Gumroad account to manage products, retrieve sales data, handle customers, and verify license keys",
|
|
100022
100021
|
authMethods: {
|
|
100023
100022
|
oauth: {
|
|
@@ -119953,11 +119952,6 @@ var FEATURE_SWITCHES = {
|
|
|
119953
119952
|
description: "Show the data export option in account menu",
|
|
119954
119953
|
enabled: false
|
|
119955
119954
|
},
|
|
119956
|
-
["usageAnalytics" /* UsageAnalytics */]: {
|
|
119957
|
-
maintainer: "ethan@vm0.ai",
|
|
119958
|
-
description: "Show admin-only daily credits chart and per-run records on Usage page",
|
|
119959
|
-
enabled: true
|
|
119960
|
-
},
|
|
119961
119955
|
["zeroDebug" /* ZeroDebug */]: {
|
|
119962
119956
|
maintainer: "ethan@vm0.ai",
|
|
119963
119957
|
description: "Reveal activity debug surfaces, activity log navigation, appended system prompts, and Debug preferences",
|
|
@@ -120065,11 +120059,6 @@ var FEATURE_SWITCHES = {
|
|
|
120065
120059
|
description: "Enable the Zapier connector. When disabled, Zapier is hidden from the connectors list and cannot be connected.",
|
|
120066
120060
|
enabled: false
|
|
120067
120061
|
},
|
|
120068
|
-
["gumroadConnector" /* GumroadConnector */]: {
|
|
120069
|
-
maintainer: "ethan@vm0.ai",
|
|
120070
|
-
description: "Enable the Gumroad creator commerce connector (api-token + OAuth).",
|
|
120071
|
-
enabled: true
|
|
120072
|
-
},
|
|
120073
120062
|
["codexBeta" /* CodexBeta */]: {
|
|
120074
120063
|
maintainer: "lancy@vm0.ai",
|
|
120075
120064
|
description: "Gate the codex framework via BYOK OpenAI provider in zero web. When off, the openai-api-key tile is hidden in the add-provider dialog and POST /api/zero/model-providers with type=openai-api-key returns 404. Staff-only during rollout; per-user toggle via Lab.",
|
|
@@ -120079,8 +120068,12 @@ var FEATURE_SWITCHES = {
|
|
|
120079
120068
|
["idbMessage" /* IdbMessage */]: {
|
|
120080
120069
|
maintainer: "ethan@vm0.ai",
|
|
120081
120070
|
description: "Cache chat thread messages in IndexedDB for instant cold open. When off, every thread open fetches messages from the server.",
|
|
120082
|
-
enabled:
|
|
120083
|
-
|
|
120071
|
+
enabled: true
|
|
120072
|
+
},
|
|
120073
|
+
["skeletonNoPreload" /* SkeletonNoPreload */]: {
|
|
120074
|
+
maintainer: "ethan@vm0.ai",
|
|
120075
|
+
description: "Hide the app skeleton without awaiting agents/avatar prefetch. When on, the skeleton hides as soon as the route resolves, letting components render with their own loading states.",
|
|
120076
|
+
enabled: true
|
|
120084
120077
|
}
|
|
120085
120078
|
};
|
|
120086
120079
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -121457,4 +121450,4 @@ undici/lib/web/fetch/body.js:
|
|
|
121457
121450
|
undici/lib/web/websocket/frame.js:
|
|
121458
121451
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
121459
121452
|
*/
|
|
121460
|
-
//# sourceMappingURL=chunk-
|
|
121453
|
+
//# sourceMappingURL=chunk-L5KI7KMK.js.map
|