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(web): don't include sources in grep tool when groupByRepo=true
When `groupByRepo=true`, the LLM only sees a repo-level summary and
never references individual files. Previously, all matched files were
still streamed to the client as sources, causing 1000+ individual
setSources() calls and cascading re-renders that froze the UI.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments