Michael Bolin
ff8ae1ffa1
feat: make file search cancellable ( #1414 )
...
Update `run()` to take `cancel_flag: Arc<AtomicBool>` that the worker
threads will periodically check to see if it is `true`, exiting early
(and returning empty results) if so.
2025-06-27 20:01:45 -07:00
Michael Bolin
b3ad764532
chore: change arg from PathBuf to &Path ( #1409 )
...
Caller no longer needs to clone a `PathBuf`: can just pass `&Path`.
2025-06-27 16:24:41 -07:00
Michael Bolin
64feeb3803
fix: add tiebreaker logic for paths when scores are equal ( #1400 )
...
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed
with [ReviewStack](https://reviewstack.dev/openai/codex/pull/1400 ).
* #1401
* __->__ #1400
2025-06-26 23:05:10 -07:00
Michael Bolin
296996d74e
feat: standalone file search CLI ( #1386 )
...
Standalone fuzzy filename search library that should be helpful in
addressing https://github.com/openai/codex/issues/1261 .
2025-06-25 13:29:03 -07:00