Bug Fixes
- Search: Fix
concept/conceptsparameter mismatch in/api/search/by-concept(#1916) - Search: Add FTS5 keyword fallback when ChromaDB is unavailable (#1913, #2048)
- Database: Add periodic
clearFailed()to purge stale pending messages (#1957) - Database: Add WAL checkpoint schedule and
journal_size_limitto prevent unbounded growth (#1956) - Worker: Mark messages as failed (with retry) instead of confirming on non-XML responses (#1874)
- Worker: Include
activeSessionsin/healthendpoint for queue liveness monitoring (#1867) - Docker: Fix nounset-safe
TTY_ARGSexpansion inrun.sh - Search: Cache
isFts5Available()at construction time (Greptile review)
Closed Issues
#1908, #1953, #1916, #1913, #2048, #1957, #1956, #1874, #1867