modify aider conf models and add architect mode

This commit is contained in:
Elias Ahokas
2026-06-17 23:52:03 +03:00
parent 1aa2118958
commit 3103585d71

View File

@@ -1,15 +1,16 @@
model: openrouter/deepseek/deepseek-v4-pro model: openrouter/deepseek/deepseek-v4-pro
weak-model: openrouter/qwen/qwen3-coder weak-model: openrouter/qwen/qwen3-coder
editor-model: openrouter/qwen/qwen3-coder
architect: true
edit-format: diff edit-format: diff
auto-commits: true auto-commits: true
dirty-commits: false dirty-commits: false
auto-test: true auto-test: false
test-cmd: "pytest tests/ -x" test-cmd: "pytest tests/ -x"
gitignore: true
show-model-warnings: true
read: read:
- SPEC.md - SPEC.md
- ARCH.md - ARCH.md
- CONVENTIONS.md - CONVENTIONS.md
- TESTS.md
gitignore: true
show-model-warnings: true