feat(ui): add phase-1 skills toggles in settings (v1.7.5)

This commit is contained in:
2026-04-28 08:49:19 -07:00
parent 4d1541412b
commit 58945a4324
3 changed files with 112 additions and 3 deletions

2
app.py
View File

@@ -56,7 +56,7 @@ syslog_handler.setFormatter(
log.addHandler(syslog_handler)
# --- Configuration ---
VERSION = "1.7.4"
VERSION = "1.7.5"
OLLAMA_BASE = "http://localhost:11434"
SEARXNG_BASE = "http://localhost:8888"
BASE_DIR = Path(__file__).parent