You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project Rebranding: Renamed the project from Archivista AI to Tagvico AI due to trademark requests.
Controlled Tagging & Tag Groups: Added dynamic configuration for Tag Groups (presets like Finance, Health, etc., plus custom groups) to restrict LLM suggestions to a precise vocabulary.
Exceptions Review & Approval Queue: Created a SQLite-backed workflow where unknown LLM-suggested tags are held for manual review. Users can approve them into specific tag groups or reject them.
Provider Modal & UI Polish: Replaced the bulky provider grid on the configuration page with a searchable provider/model modal featuring SVGL icons.
Integration Test Stack: Added Postgres 18, Redis 8, and Paperless-ngx services to \docker-compose.yml\ for simplified local integration testing.
Paperless Username Autodetect: Cleaned up credential lookup to fallback to the first active user when \PAPERLESS_USERNAME\ is blank.
Fixed constrained scrolling in the model picker on mobile and desktop.
Read the displayed application version dynamically from \package.json\ instead of a stale hard-coded value.