Skip to content

Conversation

shijie-oai
Copy link
Collaborator

@shijie-oai shijie-oai commented Oct 2, 2025

Summary

  • Updated fuzzy search result to include the file name.
  • This should not affect CLI usage and the UI there will be addressed in a separate PR.

Testing

Tested locally and with the extension.

Screenshot

Screenshot 2025-10-02 at 11 08 44 AM

Copy link

github-actions bot commented Oct 2, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@shijie-oai shijie-oai force-pushed the shijie/update-fuzzy-search-result branch from c63d7f3 to 0dd1caa Compare October 2, 2025 18:08
Ok(Ok((root, res))) => {
for m in res.matches {
let path = m.path;
//TODO(shijie): Move file name generation to file_search lib.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will address moving the file name logic and prettier CLI file search in separate PRs.

@shijie-oai shijie-oai force-pushed the shijie/update-fuzzy-search-result branch from 0dd1caa to ae9d122 Compare October 2, 2025 18:24
@shijie-oai shijie-oai marked this pull request as ready for review October 2, 2025 18:26
Copy link
Collaborator

@bolinfest bolinfest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why add this extra information on the server side rather than put the burden on the client to derive it if it wants it? Convenience, I assume?

@shijie-oai
Copy link
Collaborator Author

Why add this extra information on the server side rather than put the burden on the client to derive it if it wants it? Convenience, I assume?

Yes mainly convenience - also if we want to apply the same UI improvement to the CLI tool it gives us the freedom to do so too.

@shijie-oai shijie-oai changed the title [CLI] CLI-425: add file name to fuzzy search response [CLI] add file name to fuzzy search response Oct 2, 2025
@shijie-oai shijie-oai requested a review from bolinfest October 2, 2025 19:08
@shijie-oai
Copy link
Collaborator Author

I have read the CLA Document and I hereby sign the CLA

@shijie-oai
Copy link
Collaborator Author

recheck

@shijie-oai
Copy link
Collaborator Author

/recheck

@shijie-oai shijie-oai force-pushed the shijie/update-fuzzy-search-result branch from ee80f0c to 5134801 Compare October 2, 2025 21:09
github-actions bot added a commit that referenced this pull request Oct 2, 2025
@shijie-oai shijie-oai force-pushed the shijie/update-fuzzy-search-result branch from 5134801 to 6acf1da Compare October 2, 2025 23:32
@shijie-oai shijie-oai force-pushed the shijie/update-fuzzy-search-result branch from 6acf1da to 867c091 Compare October 3, 2025 00:20
@shijie-oai shijie-oai changed the title [CLI] add file name to fuzzy search response feat: add file name to fuzzy search response Oct 3, 2025
@shijie-oai shijie-oai merged commit 7be3b48 into main Oct 3, 2025
20 checks passed
@shijie-oai shijie-oai deleted the shijie/update-fuzzy-search-result branch October 3, 2025 01:19
@github-actions github-actions bot locked and limited conversation to collaborators Oct 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants