feat: add config system with --config argument and priority-based configuration

Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-15 16:31:57 -03:00
parent 5689c3e5ef
commit 067cba703b
4 changed files with 180 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ utoipa = { version = "5.4.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
uzers = "0.12.1"
which = "8.0.0"
xdg = "2.5.2"
[dev-dependencies]
tempfile = "3.3.0"