@vm0/cli 9.120.0 → 9.121.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/{chunk-CVXG5BRK.js → chunk-2T6OHTAD.js} +9 -3
- package/{chunk-CVXG5BRK.js.map → chunk-2T6OHTAD.js.map} +1 -1
- package/index.js +9 -9
- package/package.json +1 -1
- package/zero.js +25 -21
- package/zero.js.map +1 -1
|
@@ -73649,7 +73649,7 @@ if (DSN) {
|
|
|
73649
73649
|
init2({
|
|
73650
73650
|
dsn: DSN,
|
|
73651
73651
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
73652
|
-
release: "9.
|
|
73652
|
+
release: "9.121.1",
|
|
73653
73653
|
sendDefaultPii: false,
|
|
73654
73654
|
tracesSampleRate: 0,
|
|
73655
73655
|
shutdownTimeout: 500,
|
|
@@ -73668,7 +73668,7 @@ if (DSN) {
|
|
|
73668
73668
|
}
|
|
73669
73669
|
});
|
|
73670
73670
|
setContext("cli", {
|
|
73671
|
-
version: "9.
|
|
73671
|
+
version: "9.121.1",
|
|
73672
73672
|
command: process.argv.slice(2).join(" ")
|
|
73673
73673
|
});
|
|
73674
73674
|
setContext("runtime", {
|
|
@@ -113522,6 +113522,12 @@ var FEATURE_SWITCHES = {
|
|
|
113522
113522
|
description: "Show Run History tab on schedules page and Chat-from-schedule button on activity detail",
|
|
113523
113523
|
enabled: false,
|
|
113524
113524
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
113525
|
+
},
|
|
113526
|
+
["slackAgentSwitch" /* SlackAgentSwitch */]: {
|
|
113527
|
+
maintainer: "yuma@vm0.ai",
|
|
113528
|
+
description: "Per-user agent override in the org-aware Slack app. When enabled for an org, members can choose which agent replies to their Slack mentions / DMs via `/zero switch` (opens an agent picker modal) or the Switch button on the App Home tab. The help text for `/zero help` also lists the switch subcommand. Selecting an alternate agent persists a row in `slack_user_agent_preferences` so the preference follows the user across every Slack workspace joined under the same org, and subsequent mention / DM replies from a non-default agent carry a `Sent via <agent>` footer so it's clear which agent produced the reply. When gated off, the modal, slash subcommand, App Home button, and help line are hidden AND any existing DB preferences are ignored at read time \u2014 every user falls back to the org default agent with no footer. Staff-only during the rollout window defined by `enabledOrgIdHashes`.",
|
|
113529
|
+
enabled: false,
|
|
113530
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
113525
113531
|
}
|
|
113526
113532
|
};
|
|
113527
113533
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -115989,4 +115995,4 @@ undici/lib/web/fetch/body.js:
|
|
|
115989
115995
|
undici/lib/web/websocket/frame.js:
|
|
115990
115996
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
115991
115997
|
*/
|
|
115992
|
-
//# sourceMappingURL=chunk-
|
|
115998
|
+
//# sourceMappingURL=chunk-2T6OHTAD.js.map
|