From 3103585d71b9d73067bb60e486b86dd54f6a9d2b Mon Sep 17 00:00:00 2001 From: Elias Ahokas Date: Wed, 17 Jun 2026 23:52:03 +0300 Subject: [PATCH] modify aider conf models and add architect mode --- .aider.conf.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.aider.conf.yml b/.aider.conf.yml index cf10442..9e347d5 100644 --- a/.aider.conf.yml +++ b/.aider.conf.yml @@ -1,15 +1,16 @@ model: openrouter/deepseek/deepseek-v4-pro weak-model: openrouter/qwen/qwen3-coder -editor-model: openrouter/qwen/qwen3-coder + +architect: true edit-format: diff auto-commits: true dirty-commits: false -auto-test: true +auto-test: false test-cmd: "pytest tests/ -x" +gitignore: true +show-model-warnings: true + read: - SPEC.md - ARCH.md - CONVENTIONS.md - - TESTS.md -gitignore: true -show-model-warnings: true \ No newline at end of file