mirror of
https://github.com/openai/codex.git
synced 2026-04-29 08:56:38 +00:00
Makes fuzzy file search use case-insensitive matching instead of smart-case in `codex-file-search`. I find smart-case to be a poor user experience -using the wrong case for a letter drops its match so significantly, it often drops off the results list, effectively making a search case-sensitive.