mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 11:06:41 -07:00
update aider model and git cleanup comments
This commit is contained in:
parent
8c247f2ca0
commit
13ada6b7bd
2 changed files with 4 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
# Main model:
|
||||
|
||||
## 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:
|
||||
|
|
|
@ -34,6 +34,7 @@ let
|
|||
pull = {
|
||||
rebase = true;
|
||||
};
|
||||
# Commented out as xcode had issues with it.
|
||||
# url = {
|
||||
# "git@github.com:" = {
|
||||
# insteadOf = "https://github.com/";
|
||||
|
@ -62,8 +63,8 @@ let
|
|||
"*.metals"
|
||||
"*.metals.sbt"
|
||||
"*metals.sbt"
|
||||
"*.envrc" # there is lorri, nix-direnv & simple direnv; let people decide
|
||||
"*hie.yaml" # ghcide files
|
||||
"*.envrc"
|
||||
"*hie.yaml"
|
||||
"*.vscode"
|
||||
"result"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue