@vm0/cli 9.140.4 → 9.140.5
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.5",
|
|
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.5",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -120075,6 +120075,11 @@ var FEATURE_SWITCHES = {
|
|
|
120075
120075
|
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.",
|
|
120076
120076
|
enabled: false,
|
|
120077
120077
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
120078
|
+
},
|
|
120079
|
+
["idbMessage" /* IdbMessage */]: {
|
|
120080
|
+
maintainer: "ethan@vm0.ai",
|
|
120081
|
+
description: "Cache chat thread messages in IndexedDB for instant cold open. When off, every thread open fetches messages from the server.",
|
|
120082
|
+
enabled: false
|
|
120078
120083
|
}
|
|
120079
120084
|
};
|
|
120080
120085
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -121451,4 +121456,4 @@ undici/lib/web/fetch/body.js:
|
|
|
121451
121456
|
undici/lib/web/websocket/frame.js:
|
|
121452
121457
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
121453
121458
|
*/
|
|
121454
|
-
//# sourceMappingURL=chunk-
|
|
121459
|
+
//# sourceMappingURL=chunk-HVQOD7F3.js.map
|