Tags: markmdev/reflex
Tags
Reduce log bloat: remove duplicate fields from LogEntry Prompt, Messages, and Excluded carried redundant data in every log line. Replace Messages with MessageCount, drop Prompt and Excluded entirely. Update route.go caller and rewrite logs display with status indicators, reasoning, and larger scanner buffer.
Balance routing prompt — prefer precision over recall
The old prompt told the LLM to over-include ("when in doubt, include it").
This led to aggressive suggestions where tangentially related docs and
skills were injected constantly.
New rules: match against read_when hints, prefer fewer high-relevance
items, leave it out when in doubt. Empty results are explicitly noted
as valid and common.