From 711e2e78721ea08520bdb8b41ea8d3e0fa9300bf Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Sun, 26 Apr 2026 21:01:51 -0700 Subject: [PATCH] Add mistral/mistral-small-2603 model settings Closes #5000. Reporter got 'The LLM did not conform to the edit format' - aider had no model-settings entry for mistral/mistral-small-2603 so it fell through to default edit_format: whole, which the model didn't reliably return. Adds a single entry following the pattern of other coder-class models in the file: edit_format: diff, weak_model_name pointing at mistral/mistral-small-latest, use_repo_map enabled, reminder: sys. --- aider/resources/model-settings.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aider/resources/model-settings.yml b/aider/resources/model-settings.yml index c4d14cd0801..de93e2f7e8d 100644 --- a/aider/resources/model-settings.yml +++ b/aider/resources/model-settings.yml @@ -3126,3 +3126,9 @@ use_repo_map: true use_temperature: false accepts_settings: ["reasoning_effort"] + +- name: mistral/mistral-small-2603 + edit_format: diff + weak_model_name: mistral/mistral-small-latest + use_repo_map: true + reminder: sys