v1.37.1 — rerank reaches the MCP
1.37.1 — rerank reaches the MCP
search (MCP) gains an optional rerank parameter — same local-LLM
reordering the CLI's --rerank had (config rerank = true /
CODEGRAPH_RERANK=1 for the CLI default). The implementation moved to
codegraph-llm so both surfaces share one function; the LLM call runs on
spawn_blocking (the embedder-probe wedge class stays impossible), and it
degrades to the original order when no local model answers.