feat: add API key color assignment, auto-persist, AGENTS.md

This commit is contained in:
jim
2026-05-04 10:33:46 -05:00
parent 34e5745e99
commit 5e62b58261
3 changed files with 213 additions and 32 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ namespace URLNotesGrabberCORE
if (string.IsNullOrWhiteSpace(dbPath))
dbPath = Path.Combine(Directory.GetCurrentDirectory(), "..", "..", "..", "tl.db");
ApiKeyPool.Initialize(config, dbPath, apiExplicitlySet ? apiSectionName : null);
ApiKeyPool.Initialize(config, dbPath, "appsettings.json", apiExplicitlySet ? apiSectionName : null);
// Setup Dual Logging
bool enableFileLogging = settings.GetValue("EnableFileLogging", true);