@vm0/cli 9.111.11 → 9.111.13
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.
|
@@ -34652,7 +34652,7 @@ if (DSN) {
|
|
|
34652
34652
|
Sentry.init({
|
|
34653
34653
|
dsn: DSN,
|
|
34654
34654
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
34655
|
-
release: "9.111.
|
|
34655
|
+
release: "9.111.13",
|
|
34656
34656
|
sendDefaultPii: false,
|
|
34657
34657
|
tracesSampleRate: 0,
|
|
34658
34658
|
shutdownTimeout: 500,
|
|
@@ -34671,7 +34671,7 @@ if (DSN) {
|
|
|
34671
34671
|
}
|
|
34672
34672
|
});
|
|
34673
34673
|
Sentry.setContext("cli", {
|
|
34674
|
-
version: "9.111.
|
|
34674
|
+
version: "9.111.13",
|
|
34675
34675
|
command: process.argv.slice(2).join(" ")
|
|
34676
34676
|
});
|
|
34677
34677
|
Sentry.setContext("runtime", {
|
|
@@ -73434,7 +73434,14 @@ var zeroVoiceChatContextAppendContract = c45.router({
|
|
|
73434
73434
|
// ../../packages/core/src/contracts/tasks.ts
|
|
73435
73435
|
init_esm_shims();
|
|
73436
73436
|
var c46 = initContract();
|
|
73437
|
-
var taskTypeSchema = external_exports.enum([
|
|
73437
|
+
var taskTypeSchema = external_exports.enum([
|
|
73438
|
+
"chat",
|
|
73439
|
+
"schedule",
|
|
73440
|
+
"slack",
|
|
73441
|
+
"email",
|
|
73442
|
+
"voice_chat",
|
|
73443
|
+
"agent"
|
|
73444
|
+
]);
|
|
73438
73445
|
var taskAgentSchema = external_exports.object({
|
|
73439
73446
|
id: external_exports.string(),
|
|
73440
73447
|
name: external_exports.string(),
|
|
@@ -73453,6 +73460,8 @@ var taskItemSchema = external_exports.object({
|
|
|
73453
73460
|
scheduleId: external_exports.string().optional(),
|
|
73454
73461
|
slackThreadSessionId: external_exports.string().optional(),
|
|
73455
73462
|
emailThreadSessionId: external_exports.string().optional(),
|
|
73463
|
+
voiceChatSessionId: external_exports.string().optional(),
|
|
73464
|
+
agentRunId: external_exports.string().optional(),
|
|
73456
73465
|
createdAt: external_exports.string(),
|
|
73457
73466
|
updatedAt: external_exports.string()
|
|
73458
73467
|
});
|
|
@@ -73803,13 +73812,13 @@ var FEATURE_SWITCHES = {
|
|
|
73803
73812
|
["autoSkill" /* AutoSkill */]: {
|
|
73804
73813
|
maintainer: "lancy@vm0.ai",
|
|
73805
73814
|
description: "Enable automatic skill creation in agent prompts",
|
|
73806
|
-
enabled: false
|
|
73807
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73815
|
+
enabled: false
|
|
73808
73816
|
},
|
|
73809
73817
|
["sandboxReuse" /* SandboxReuse */]: {
|
|
73810
73818
|
maintainer: "liangyou@vm0.ai",
|
|
73811
73819
|
description: "Enable sandbox reuse (keep-alive) across conversation turns",
|
|
73812
|
-
enabled: false
|
|
73820
|
+
enabled: false,
|
|
73821
|
+
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73813
73822
|
}
|
|
73814
73823
|
};
|
|
73815
73824
|
function isFeatureEnabled(key, ctx) {
|
|
@@ -76202,4 +76211,4 @@ undici/lib/web/fetch/body.js:
|
|
|
76202
76211
|
undici/lib/web/websocket/frame.js:
|
|
76203
76212
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
76204
76213
|
*/
|
|
76205
|
-
//# sourceMappingURL=chunk-
|
|
76214
|
+
//# sourceMappingURL=chunk-INHTSSEU.js.map
|