Back to Pull RequestsView on GitHub
#6603Open
Simple Review
feat(cli): frecency file autocomplete
by galkatz373•Jan 1, 2026
Summary
This pull request enhances the file autocomplete feature in the command-line interface (CLI) by implementing frecency (frequency and recency) scoring. This means recently and frequently accessed files will now appear higher in the autocomplete suggestions, improving user efficiency when navigating files.
Changes
+120 additions-8 deletions
Impact Areas
CLI User ExperienceFile NavigationTUI Components