mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 03:27:43 +01:00
This commit implements the file search extension for Linux with the GNOME desktop environment by employing the engine that powers GNOME's desktop search - Tracker. It also fixes an edge case bug that the search and exclude path configuration entries will not work. For example, say I set the search path to ["~/Dcouments"], and I have a file named "Documents_foobarbuzz" under my home directory, this file is not in the specified search path but Coco would return it because we verified this by checking string prefix. Claude Code found this when I asked it to write unit tests. Thank both tests and Claude Code.