summaryrefslogtreecommitdiff
path: root/packages/core/src/utils/filesearch/fileSearch.ts
AgeCommit message (Collapse)Author
2025-08-20feat(core): Handle special characters in file search paths (#6680)Sandy Tao
2025-08-18feat(filesearch): Introduce non-recursive file search strategy (#6087)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Bryant Chandler <[email protected]>
2025-08-13chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)Richie Foreman
2025-08-07perf(filesearch): Use async fzf for non-blocking file search (#5771)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06feat: Improve @-command file path completion with fzf integration (#5650)DevMassive
Co-authored-by: Jacob Richman <[email protected]>
2025-08-06feat(file-search): Add support for non-recursive file search (#5648)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]>
2025-08-05feat(core, cli): Introduce high-performance FileSearch engine (#5136)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]>