Home

anomalyco/opencode

Status:Indexed
Analyzed 4d ago40K+ starsTypeScript

The open source coding agent.

Back to Pull Requests
#6603Open
Simple Review

feat(cli): frecency file autocomplete

by galkatz373Jan 1, 2026
View on GitHub

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