@vm0/cli 9.175.0 → 9.175.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.
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.175.
|
|
74086
|
+
release: "9.175.1",
|
|
74087
74087
|
sendDefaultPii: false,
|
|
74088
74088
|
tracesSampleRate: 0,
|
|
74089
74089
|
shutdownTimeout: 500,
|
|
@@ -74102,7 +74102,7 @@ if (DSN) {
|
|
|
74102
74102
|
}
|
|
74103
74103
|
});
|
|
74104
74104
|
setContext("cli", {
|
|
74105
|
-
version: "9.175.
|
|
74105
|
+
version: "9.175.1",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -93730,6 +93730,7 @@ async function createOrUpdateCompose(body) {
|
|
|
93730
93730
|
// ../../packages/api-contracts/src/contracts/model-providers.ts
|
|
93731
93731
|
init_esm_shims();
|
|
93732
93732
|
var SUPPORTED_RUN_MODELS = [
|
|
93733
|
+
"claude-opus-4-8",
|
|
93733
93734
|
"claude-opus-4-7",
|
|
93734
93735
|
"claude-opus-4-6",
|
|
93735
93736
|
"claude-sonnet-4-6",
|
|
@@ -93745,6 +93746,7 @@ var SUPPORTED_RUN_MODELS = [
|
|
|
93745
93746
|
"gpt-5.4-mini"
|
|
93746
93747
|
];
|
|
93747
93748
|
var VM0_MODEL_CREDIT_MULTIPLIER = Object.freeze({
|
|
93749
|
+
"claude-opus-4-8": 1.7,
|
|
93748
93750
|
"claude-opus-4-7": 1.7,
|
|
93749
93751
|
"claude-opus-4-6": 1.7,
|
|
93750
93752
|
"claude-sonnet-4-6": 1,
|
|
@@ -93771,6 +93773,10 @@ function getVm0ModelMultiplier(model) {
|
|
|
93771
93773
|
return isSupportedRunModel(model) ? VM0_MODEL_CREDIT_MULTIPLIER[model] : void 0;
|
|
93772
93774
|
}
|
|
93773
93775
|
var VM0_MODEL_TO_PROVIDER = {
|
|
93776
|
+
"claude-opus-4-8": {
|
|
93777
|
+
concreteType: "anthropic-api-key",
|
|
93778
|
+
vendor: "anthropic"
|
|
93779
|
+
},
|
|
93774
93780
|
"claude-opus-4-7": {
|
|
93775
93781
|
concreteType: "anthropic-api-key",
|
|
93776
93782
|
vendor: "anthropic"
|
|
@@ -93838,8 +93844,9 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
93838
93844
|
},
|
|
93839
93845
|
models: [
|
|
93840
93846
|
"claude-sonnet-4-6",
|
|
93841
|
-
"claude-opus-4-
|
|
93842
|
-
"claude-opus-4-7"
|
|
93847
|
+
"claude-opus-4-8",
|
|
93848
|
+
"claude-opus-4-7",
|
|
93849
|
+
"claude-opus-4-6"
|
|
93843
93850
|
],
|
|
93844
93851
|
defaultModel: "claude-sonnet-4-6"
|
|
93845
93852
|
},
|
|
@@ -93855,8 +93862,9 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
93855
93862
|
},
|
|
93856
93863
|
models: [
|
|
93857
93864
|
"claude-sonnet-4-6",
|
|
93858
|
-
"claude-opus-4-
|
|
93859
|
-
"claude-opus-4-7"
|
|
93865
|
+
"claude-opus-4-8",
|
|
93866
|
+
"claude-opus-4-7",
|
|
93867
|
+
"claude-opus-4-6"
|
|
93860
93868
|
],
|
|
93861
93869
|
defaultModel: "claude-sonnet-4-6"
|
|
93862
93870
|
},
|
|
@@ -93877,6 +93885,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
93877
93885
|
CLAUDE_CODE_SUBAGENT_MODEL: "$model"
|
|
93878
93886
|
},
|
|
93879
93887
|
models: [
|
|
93888
|
+
"anthropic/claude-opus-4.8",
|
|
93880
93889
|
"anthropic/claude-opus-4.7",
|
|
93881
93890
|
"anthropic/claude-sonnet-4.6",
|
|
93882
93891
|
"anthropic/claude-opus-4.6",
|
|
@@ -93991,6 +94000,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
93991
94000
|
CLAUDE_CODE_SUBAGENT_MODEL: "$model"
|
|
93992
94001
|
},
|
|
93993
94002
|
models: [
|
|
94003
|
+
"anthropic/claude-opus-4.8",
|
|
93994
94004
|
"anthropic/claude-opus-4.7",
|
|
93995
94005
|
"anthropic/claude-opus-4.6",
|
|
93996
94006
|
"anthropic/claude-opus-4.5",
|
|
@@ -131179,11 +131189,13 @@ init_esm_shims();
|
|
|
131179
131189
|
var MODEL_DISPLAY_NAMES = Object.freeze({
|
|
131180
131190
|
// Anthropic direct (claude-code-oauth-token, anthropic-api-key, vm0)
|
|
131181
131191
|
"claude-sonnet-4-6": "Claude Sonnet 4.6",
|
|
131192
|
+
"claude-opus-4-8": "Claude Opus 4.8",
|
|
131182
131193
|
"claude-opus-4-6": "Claude Opus 4.6",
|
|
131183
131194
|
"claude-opus-4-7": "Claude Opus 4.7",
|
|
131184
131195
|
"claude-haiku-4-5": "Claude Haiku 4.5",
|
|
131185
131196
|
// Anthropic via OpenRouter / Vercel AI Gateway
|
|
131186
131197
|
"anthropic/claude-sonnet-4.6": "Claude Sonnet 4.6",
|
|
131198
|
+
"anthropic/claude-opus-4.8": "Claude Opus 4.8",
|
|
131187
131199
|
"anthropic/claude-opus-4.6": "Claude Opus 4.6",
|
|
131188
131200
|
"anthropic/claude-opus-4.7": "Claude Opus 4.7",
|
|
131189
131201
|
"anthropic/claude-sonnet-4.5": "Claude Sonnet 4.5",
|
|
@@ -132705,4 +132717,4 @@ undici/lib/web/fetch/body.js:
|
|
|
132705
132717
|
undici/lib/web/websocket/frame.js:
|
|
132706
132718
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
132707
132719
|
*/
|
|
132708
|
-
//# sourceMappingURL=chunk-
|
|
132720
|
+
//# sourceMappingURL=chunk-23CPS6PB.js.map
|