@vm0/cli 9.140.1 → 9.140.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.
|
@@ -74046,26 +74046,20 @@ function _init2(options = {}, getDefaultIntegrationsImpl) {
|
|
|
74046
74046
|
import * as os3 from "os";
|
|
74047
74047
|
var DSN = process.env.SENTRY_DSN ?? "https://268d9b4cd051531805af76a5b3934dca@o4510583739777024.ingest.us.sentry.io/4510832047947776";
|
|
74048
74048
|
var OPERATIONAL_ERROR_PATTERNS = [
|
|
74049
|
-
// Authentication errors (user needs to login)
|
|
74050
74049
|
/not authenticated/i,
|
|
74051
|
-
// Resource not found (user typo or deleted resource)
|
|
74052
74050
|
/not found/i,
|
|
74053
74051
|
/agent not found/i,
|
|
74054
74052
|
/version not found/i,
|
|
74055
74053
|
/checkpoint not found/i,
|
|
74056
74054
|
/session not found/i,
|
|
74057
|
-
// File errors (user provided wrong path)
|
|
74058
74055
|
/file not found/i,
|
|
74059
74056
|
/environment file not found/i,
|
|
74060
|
-
// Validation errors (user input issues)
|
|
74061
74057
|
/invalid format/i,
|
|
74062
74058
|
/invalid.*config/i,
|
|
74063
|
-
// Rate limiting (expected operational condition)
|
|
74064
74059
|
/rate limit/i,
|
|
74065
74060
|
/concurrent run limit/i,
|
|
74066
74061
|
/insufficient.*credit/i,
|
|
74067
74062
|
/no model provider/i,
|
|
74068
|
-
// Network issues (transient, not bugs)
|
|
74069
74063
|
/network error/i,
|
|
74070
74064
|
/network issue/i,
|
|
74071
74065
|
/fetch failed/i,
|
|
@@ -74073,7 +74067,6 @@ var OPERATIONAL_ERROR_PATTERNS = [
|
|
|
74073
74067
|
/timeout/i,
|
|
74074
74068
|
/ECONNREFUSED/i,
|
|
74075
74069
|
/ETIMEDOUT/i,
|
|
74076
|
-
// Permission/access errors (operational, not bugs)
|
|
74077
74070
|
/forbidden/i,
|
|
74078
74071
|
/access denied/i
|
|
74079
74072
|
];
|
|
@@ -74090,7 +74083,7 @@ if (DSN) {
|
|
|
74090
74083
|
init2({
|
|
74091
74084
|
dsn: DSN,
|
|
74092
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74093
|
-
release: "9.140.
|
|
74086
|
+
release: "9.140.2",
|
|
74094
74087
|
sendDefaultPii: false,
|
|
74095
74088
|
tracesSampleRate: 0,
|
|
74096
74089
|
shutdownTimeout: 500,
|
|
@@ -74109,7 +74102,7 @@ if (DSN) {
|
|
|
74109
74102
|
}
|
|
74110
74103
|
});
|
|
74111
74104
|
setContext("cli", {
|
|
74112
|
-
version: "9.140.
|
|
74105
|
+
version: "9.140.2",
|
|
74113
74106
|
command: process.argv.slice(2).join(" ")
|
|
74114
74107
|
});
|
|
74115
74108
|
setContext("runtime", {
|
|
@@ -118725,7 +118718,7 @@ var zeroUsageRunsContract = c41.router({
|
|
|
118725
118718
|
403: apiErrorSchema,
|
|
118726
118719
|
500: apiErrorSchema
|
|
118727
118720
|
},
|
|
118728
|
-
summary: "Get per-run
|
|
118721
|
+
summary: "Get per-run usage records for the org"
|
|
118729
118722
|
}
|
|
118730
118723
|
});
|
|
118731
118724
|
|
|
@@ -119944,7 +119937,7 @@ var FEATURE_SWITCHES = {
|
|
|
119944
119937
|
["chatManualHistory" /* ChatManualHistory */]: {
|
|
119945
119938
|
maintainer: "linghan@vm0.ai",
|
|
119946
119939
|
description: "Enable manual chat history loading from a Load history button at the top of a thread. When off, chat stays in the latest-50/no-history mode.",
|
|
119947
|
-
enabled:
|
|
119940
|
+
enabled: true
|
|
119948
119941
|
},
|
|
119949
119942
|
["chatMessageStartButton" /* ChatMessageStartButton */]: {
|
|
119950
119943
|
maintainer: "linghan@vm0.ai",
|
|
@@ -121384,4 +121377,4 @@ undici/lib/web/fetch/body.js:
|
|
|
121384
121377
|
undici/lib/web/websocket/frame.js:
|
|
121385
121378
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
121386
121379
|
*/
|
|
121387
|
-
//# sourceMappingURL=chunk-
|
|
121380
|
+
//# sourceMappingURL=chunk-227GLSPR.js.map
|