Remember server settings between sessions

- Server URLs are now saved to ~/.artdag/config.json when provided
- Subsequent commands use saved settings without needing --server/--l2
- Priority: CLI args > env vars > saved config > defaults
- Added 'artdag config' command to view/clear settings

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gilesb
2026-01-12 17:28:40 +00:00
parent 599f181f8c
commit d69ed09575
2 changed files with 108 additions and 11 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ __pycache__/
*.py[cod]
.venv/
venv/
.scripts