@vm0/cli 9.122.0 → 9.122.2
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.
|
@@ -73649,7 +73649,7 @@ if (DSN) {
|
|
|
73649
73649
|
init2({
|
|
73650
73650
|
dsn: DSN,
|
|
73651
73651
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
73652
|
-
release: "9.122.
|
|
73652
|
+
release: "9.122.2",
|
|
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.122.
|
|
73671
|
+
version: "9.122.2",
|
|
73672
73672
|
command: process.argv.slice(2).join(" ")
|
|
73673
73673
|
});
|
|
73674
73674
|
setContext("runtime", {
|
|
@@ -113659,11 +113659,6 @@ var FEATURE_SWITCHES = {
|
|
|
113659
113659
|
enabled: false,
|
|
113660
113660
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
113661
113661
|
},
|
|
113662
|
-
["mobileChatListPage" /* MobileChatListPage */]: {
|
|
113663
|
-
maintainer: "ethan@vm0.ai",
|
|
113664
|
-
description: "Navigate to /chats list page from mobile menu instead of sidebar drawer",
|
|
113665
|
-
enabled: false
|
|
113666
|
-
},
|
|
113667
113662
|
["lab" /* Lab */]: {
|
|
113668
113663
|
maintainer: "ethan@vm0.ai",
|
|
113669
113664
|
description: "Show the Lab page for toggling experimental features",
|
|
@@ -113722,6 +113717,18 @@ var FEATURE_SWITCHES = {
|
|
|
113722
113717
|
description: "Enable the test-oauth connector, a synthetic OAuth 2.0 provider used only for automated tests. Off in prod.",
|
|
113723
113718
|
enabled: false
|
|
113724
113719
|
},
|
|
113720
|
+
["chatHeaderNewButton" /* ChatHeaderNewButton */]: {
|
|
113721
|
+
maintainer: "ethan@vm0.ai",
|
|
113722
|
+
description: "Replace the Invite people button in the agent chat page header with a New button that creates a new chat thread",
|
|
113723
|
+
enabled: false,
|
|
113724
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
113725
|
+
},
|
|
113726
|
+
["inlineThinkingDot" /* InlineThinkingDot */]: {
|
|
113727
|
+
maintainer: "ethan@vm0.ai",
|
|
113728
|
+
description: "Show an inline streaming cursor on the last assistant message while the agent run is still active, so users see the agent is still working even after it has produced output",
|
|
113729
|
+
enabled: false,
|
|
113730
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
113731
|
+
},
|
|
113725
113732
|
["slackAgentSwitch" /* SlackAgentSwitch */]: {
|
|
113726
113733
|
maintainer: "yuma@vm0.ai",
|
|
113727
113734
|
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`.",
|
|
@@ -113760,6 +113767,9 @@ var import_yaml2 = __toESM(require_dist(), 1);
|
|
|
113760
113767
|
// ../../packages/core/src/instructions-frontmatter.ts
|
|
113761
113768
|
init_esm_shims();
|
|
113762
113769
|
|
|
113770
|
+
// ../../packages/core/src/timezone.ts
|
|
113771
|
+
init_esm_shims();
|
|
113772
|
+
|
|
113763
113773
|
// src/lib/command/with-error-handler.ts
|
|
113764
113774
|
init_esm_shims();
|
|
113765
113775
|
|
|
@@ -116194,4 +116204,4 @@ undici/lib/web/fetch/body.js:
|
|
|
116194
116204
|
undici/lib/web/websocket/frame.js:
|
|
116195
116205
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
116196
116206
|
*/
|
|
116197
|
-
//# sourceMappingURL=chunk-
|
|
116207
|
+
//# sourceMappingURL=chunk-FMOSWJ6M.js.map
|