Files
2025-05-16 05:28:39 -07:00

18 lines
383 B
Plaintext

{
"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"]
}