@vm0/cli 9.161.2 → 9.161.3
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.161.
|
|
74086
|
+
release: "9.161.3",
|
|
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.161.
|
|
74105
|
+
version: "9.161.3",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -74549,6 +74549,12 @@ var FEATURE_SWITCHES = {
|
|
|
74549
74549
|
description: "Replace the org-manage dialog and bottom-left Preferences/Manage account entries with a single unified settings dialog. Staff-only during rollout.",
|
|
74550
74550
|
enabled: false,
|
|
74551
74551
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74552
|
+
},
|
|
74553
|
+
["agentsPageSplitSections" /* AgentsPageSplitSections */]: {
|
|
74554
|
+
maintainer: "ethan@vm0.ai",
|
|
74555
|
+
description: "Split the Agents page into separate Public and Private sections, each with its own heading and Create agent button. The Public section also shows a remaining-slot counter with a workspace cap tooltip and disables creation once the cap is reached. Staff-only during rollout.",
|
|
74556
|
+
enabled: false,
|
|
74557
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74552
74558
|
}
|
|
74553
74559
|
};
|
|
74554
74560
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -133088,4 +133094,4 @@ undici/lib/web/fetch/body.js:
|
|
|
133088
133094
|
undici/lib/web/websocket/frame.js:
|
|
133089
133095
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
133090
133096
|
*/
|
|
133091
|
-
//# sourceMappingURL=chunk-
|
|
133097
|
+
//# sourceMappingURL=chunk-V7HS3GU5.js.map
|