AI·에이전트

Aider .aider.conf.yml 추천 셋업

· · 추천 1 · 댓글 3 · 조회 124
model: anthropic/claude-sonnet-4-7
weak-model: anthropic/claude-haiku-4-5
auto-commits: false
test-cmd: npm test && npm run lint
auto-test: true
edit-format: diff

특히 weak-model이 이득. 단순 작업은 Haiku 4.5로 돌려서 토큰 절약
auto-test=true면 매 수정 후 테스트 자동 돌림