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
og outline <file|dir> — show block structure (name, type, line) for indexed files without content. Reads manifest metadata directly, no embedder load. Supports --json output.
--context/-C N — configurable content preview lines (default 5). No width truncation; terminal wraps naturally.
--regex/-e PATTERN — post-search filter applied to content and block name.
BM25 synonym expansion (src/synonyms.rs) — ~120-entry vocabulary table expands query terms at search time (e.g., auth → authenticate login session token). No model or index rebuild required.
Changed
--no-content replaces --compact/-c (avoids ambiguity with ColGrep's -c flag).
--threshold is now the primary flag; --min-score alias removed (v0.0.x, no compatibility obligation).
doc_max_length bumped from 512 to 1024 tokens — large functions no longer truncated. Model supports up to 2048.