From bbcfe7f57175297a294d8e719694996f5a62afb8 Mon Sep 17 00:00:00 2001 From: Sean Kenneth Doherty Date: Mon, 2 Feb 2026 19:13:12 -0600 Subject: [PATCH] fix(mistral): add devstral models with correct 262K context length (#6867) --- crates/goose/src/providers/declarative/mistral.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crates/goose/src/providers/declarative/mistral.json b/crates/goose/src/providers/declarative/mistral.json index 6add0f0c..02fbc300 100644 --- a/crates/goose/src/providers/declarative/mistral.json +++ b/crates/goose/src/providers/declarative/mistral.json @@ -26,6 +26,14 @@ "name": "codestral-2508", "context_limit": 256000 }, + { + "name": "devstral-2512", + "context_limit": 262144 + }, + { + "name": "devstral-small-2505", + "context_limit": 262144 + }, { "name": "pixtral-large-2411", "context_limit": 128000