add aider stuff

This commit is contained in:
2025-05-16 05:28:39 -07:00
parent 9298891565
commit e5546fedd4
2 changed files with 19 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
.aider*
.env
+17
View File
@@ -0,0 +1,17 @@
{
"model": "gpt-4-turbo",
"openai_api_key": "env:OPENAI_API_KEY",
"pretty": true,
"max_tokens": 8192,
"auto_commit": true,
"auto_stash": true,
"auto_token_budget": true,
"editor": "vim",
"message_color": "blue",
"tool_use": "auto",
"auto_lint": true,
"auto_test": true,
"test_command": "make test",
"lint_command": "make lint",
"ignore": ["research"]
}