What feature would you like to see?
I've noticed that searches that code performs (at least when using GPT-5) prefer to use ripgrep and they are case-sensitive, which sometimes creates problems, especially when looking through documentation as the agent will usually search for something like test and the search won't find instances of Test.
Either the agent should do at least two searches in this case or just use case-insensitive search; the latter solution is simpler and guarantees no false negatives, at the cost of lower search specificity.
What feature would you like to see?
I've noticed that searches that code performs (at least when using GPT-5) prefer to use ripgrep and they are case-sensitive, which sometimes creates problems, especially when looking through documentation as the agent will usually search for something like
testand the search won't find instances ofTest.Either the agent should do at least two searches in this case or just use case-insensitive search; the latter solution is simpler and guarantees no false negatives, at the cost of lower search specificity.