@vm0/cli 9.122.1 → 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", {
|
|
@@ -113717,6 +113717,18 @@ var FEATURE_SWITCHES = {
|
|
|
113717
113717
|
description: "Enable the test-oauth connector, a synthetic OAuth 2.0 provider used only for automated tests. Off in prod.",
|
|
113718
113718
|
enabled: false
|
|
113719
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
|
+
},
|
|
113720
113732
|
["slackAgentSwitch" /* SlackAgentSwitch */]: {
|
|
113721
113733
|
maintainer: "yuma@vm0.ai",
|
|
113722
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`.",
|
|
@@ -113755,6 +113767,9 @@ var import_yaml2 = __toESM(require_dist(), 1);
|
|
|
113755
113767
|
// ../../packages/core/src/instructions-frontmatter.ts
|
|
113756
113768
|
init_esm_shims();
|
|
113757
113769
|
|
|
113770
|
+
// ../../packages/core/src/timezone.ts
|
|
113771
|
+
init_esm_shims();
|
|
113772
|
+
|
|
113758
113773
|
// src/lib/command/with-error-handler.ts
|
|
113759
113774
|
init_esm_shims();
|
|
113760
113775
|
|
|
@@ -116189,4 +116204,4 @@ undici/lib/web/fetch/body.js:
|
|
|
116189
116204
|
undici/lib/web/websocket/frame.js:
|
|
116190
116205
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
116191
116206
|
*/
|
|
116192
|
-
//# sourceMappingURL=chunk-
|
|
116207
|
+
//# sourceMappingURL=chunk-FMOSWJ6M.js.map
|