Files
kilocode/packages/core/script
marius-kilocode 02e92bcc6d fix(cli): speed up local recall searches and improve match ranking
Resolve message roles through a covering recall index instead of reading
message rows, pass session ids as one json_each parameter per page, detect
non-ASCII candidates by character against byte length instead of a GLOB
pattern, and cache the per-directory scope check during a search.

Rank whole-word matches above matches inside longer words, return flagged
partial matches with their missing terms when no session contains every
term, and match small typos against session titles only.
2026-09-15 09:47:37 +02:00
..