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
breaking: rename search modes to :vector/:keyword, evaluation UX overhaul
dashboard: the Ask page URL shape changed from /arcana/ask (with a client-side mode toggle) to /arcana/ask/<sub_tab>. The old URL still lands on the Advanced sub-tab by default, so existing bookmarks keep working.
module names changed. Custom behaviour implementers need to update their @behaviour declarations from Arcana.Agent.* to Arcana.Pipeline.. Code that used Arcana.Agent. still works via the deprecated facade.
Features
breaking: rename search modes to :vector/:keyword, evaluation UX overhaul (f1c59da)
config: global config defaults and unified opts merging (11880e1)
dashboard: ChunkResults component, Loop grounding via LLMJudge (b3dba78)
dashboard: compact Loop settings and simpler collection opts (daa4cd8)
dashboard: markdown answers, live trace polish, role-aware temps (7836d37)