Configure Aider with Claude 3.7 Sonnet Thought via GitHub Copilot API, diff edit format, dark theme, Vim mode, and optimized settings for AI-assisted coding.
This skill configures Aider with optimized settings for AI-assisted coding using Claude 3.7 Sonnet Thought via the GitHub Copilot API.
The skill sets up Aider with the following configuration:
When configuring Aider for a user:
1. Create or update the `.aider.conf.yml` file in the user's home directory or project root with the following content:
```yaml
model: openai/claude-3.7-sonnet-thought
openai-api-base: https://api.githubcopilot.com
edit-format: diff
weak-model: openai/claude-3.5-sonnet
editor-edit-format: diff
show-model-warnings: false
map-tokens: 2048
dark-mode: true
code-theme: github-dark
auto-commits: false
dirty-commits: false
attribute-author: true
vim: true
yes-always: true
editor: nvim
```
2. Ensure the user has:
- GitHub Copilot access (required for the API endpoint)
- Neovim installed (if using the editor setting)
- Aider installed (`pip install aider-chat`)
3. Verify the configuration by running `aider --version` and checking that settings are loaded correctly.
After configuration, Aider will:
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/aider-configuration-irgjhj/raw