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
fix(context): ensure minimum number of search results
Adds MIN_RESULTS constant to guarantee at least 3 results are returned when
searching for related code context, even if they don't meet the similarity
threshold. This improves the quality of contextual responses by preventing
cases where too few results would be returned.
Also adds score normalization for symbol-based search and debug logging for
generated messages.
0 commit comments