hide-org / hide

🤖 Headless IDE for AI agents
https://hide.sh
MIT License
129 stars 5 forks source link

pkg/handlers: implement search #91

Closed aleh-null closed 2 months ago

aleh-null commented 2 months ago

A very simple case insensitive search. Implementation piggybacks on ListFiles() functionality, that holds file content and some meta information like line number.

TODO:

artmoskvin commented 2 months ago

Great start! 🚀