Update work state docs for RAG bugfixes + topbar redesign

This commit is contained in:
gramps
2026-07-14 15:33:59 -07:00
parent b0554e69ec
commit 34cd87b810
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ Scope: Active roadmap items and backlog.
- **At-Rest Encryption (v0.20.0)** — AES-256-GCM encrypts all query-derived text at rest. crypto.py with auto-keygen, key stored as `heartbeat_interval_ms` in settings. All 12 storage paths wired (SQLite: messages, conversations, memories, upload_context; Qdrant: RAG chunks, ingest, upload). 200 tests pass.
- **v0.21.0** — Scrollbar/DOM fixes, perplexity persistence per message, all service URLs env-overridable, single-node deployment docs, DOM pairing bugfix, hardware.py Qdrant URL bugfix.
- **v0.22.0** — B4 RAG Corpus Management UI: paginated browse, semantic search, source filter, edit with re-embed, single-point delete, bulk flush. `routers/rag_admin.py` expanded with 4 new endpoints; `CLAUDE.md``ai.md` rename.
- **v0.22.0+** — RAG bugfixes (collection name mismatch, `vectors_count``points_count`, unindexed `order_by` crash, embeds server URL). Topbar redesign (stats to bottom strip, toggles to ⋮ hamburger, palette next to version, mobile-responsive).
## Backlog