docs/changelog/2026-03-16-search.mdx
This release focuses on one practical goal: making knowledge easier to find and manage. Search now returns results with better speed and relevance, and agent-level documents sit on a clearer storage foundation.
At the search layer, we added BM25 indexing with the ICU tokenizer and enabled PostgreSQL pg_search. Together, these upgrades give full-text retrieval a stronger base for both recall and ranking quality.
For agent knowledge organization, this release introduces the new agent_documents table and adds a description field to topic metadata. This makes content structure and retrieval context more explicit.
On security hardening, we added API key hash storage to improve key handling safety.