Skip to content

Commit 9505c5b

Browse files
currentsuspectOpenClaude (mimo-v2.5-pro)
andcommitted
fix: add model descriptor and brand entry for mistral-vibe-cli-latest
The catalog entry referenced a modelDescriptorId that had no matching descriptor in src/integrations/models/mistral.ts, causing integration test failures (gateway modelDescriptorId references have model metadata, registry is valid after loading all descriptors). Co-Authored-By: OpenClaude (mimo-v2.5-pro) <openclaude@gitlawb.com>
1 parent bedbd07 commit 9505c5b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/integrations/brands/mistral.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default defineBrand({
1313
supportsPreciseTokenCount: false,
1414
},
1515
modelIds: [
16+
'mistral-vibe-cli-latest',
1617
'mistral-large-latest',
1718
'mistral-small-latest',
1819
'devstral-latest',

src/integrations/models/mistral.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ function mistralModel(
3131
export default [
3232
mistralModel('mistral-large-latest', 'Mistral Large Latest', 256_000, 32_768),
3333
mistralModel('mistral-small-latest', 'Mistral Small Latest', 256_000, 32_768),
34+
mistralModel('mistral-vibe-cli-latest', 'Vibe CLI Latest', 262_144, 32_768),
3435
mistralModel('devstral-latest', 'Devstral Latest', 256_000, 32_768),
3536
mistralModel('ministral-3b-latest', 'Ministral 3B Latest', 256_000, 32_768),
3637
mistralModel('mixtral-8x7b-32768', 'Mixtral 8x7B 32768', 32_768, 32_768),

0 commit comments

Comments
 (0)