add declerative devin conf (#39)
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Hari 2026-04-02 16:52:46 -04:00 committed by GitHub
parent 029ad0af21
commit 1860fa6dcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 36 additions and 0 deletions

9
config/devin/config.json Normal file
View file

@ -0,0 +1,9 @@
{
"shell": {
"setup_complete": true
},
"theme_mode": "dark",
"agent": {
"model": "gpt-5-4-xhigh-priority"
}
}