update aider model and git cleanup comments

This commit is contained in:
Salar Rahmanian 2025-10-05 15:58:12 -07:00
parent 8c247f2ca0
commit 13ada6b7bd
2 changed files with 4 additions and 3 deletions

View file

@ -18,7 +18,7 @@
# Main model: # Main model:
## Specify the model to use for the main chat ## Specify the model to use for the main chat
model: anthropic/claude-sonnet-4-20250514 model: anthropic/claude-sonnet-4-5-20250929
######################## ########################
# API Keys and settings: # API Keys and settings:

View file

@ -34,6 +34,7 @@ let
pull = { pull = {
rebase = true; rebase = true;
}; };
# Commented out as xcode had issues with it.
# url = { # url = {
# "git@github.com:" = { # "git@github.com:" = {
# insteadOf = "https://github.com/"; # insteadOf = "https://github.com/";
@ -62,8 +63,8 @@ let
"*.metals" "*.metals"
"*.metals.sbt" "*.metals.sbt"
"*metals.sbt" "*metals.sbt"
"*.envrc" # there is lorri, nix-direnv & simple direnv; let people decide "*.envrc"
"*hie.yaml" # ghcide files "*hie.yaml"
"*.vscode" "*.vscode"
"result" "result"
]; ];