[PR #2409] fix: file fuzzy search #10303

Closed
opened 2026-02-16 18:14:55 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/2409

State: closed
Merged: Yes


All of the completion providers already do ordering, if there is only 1 provider we don't need to reshuffle again.

The most noticeable improvement here is for @ w/ file searches. Because the BE already uses rg to filter/sort w/ the user query, resorting with fuzzy gives worse results

Fixes: #2388

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2409 **State:** closed **Merged:** Yes --- All of the completion providers already do ordering, if there is only 1 provider we don't need to reshuffle again. The most noticeable improvement here is for @ w/ file searches. Because the BE already uses rg to filter/sort w/ the user query, resorting with fuzzy gives worse results Fixes: #2388
yindo added the pull-request label 2026-02-16 18:14:55 -05:00
yindo closed this issue 2026-02-16 18:14:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10303