opencode icon indicating copy to clipboard operation
opencode copied to clipboard

feat(tui): implement smooth scrolling for autocomplete dropdown navigation

Open HelloGGX opened this issue 1 month ago • 4 comments

This PR improves the autocomplete dropdown's scrolling behavior by implementing smooth scrolling functionality when navigating through long lists of options. Previously, when users typed "/" to access commands and had more than 10 available options, they could only see the first 10 items without any ability to scroll through the remaining options, leading to a poor user experience where many commands were inaccessible. The updated implementation now properly handles scrolling through all available options while maintaining visual feedback on the currently selected item, significantly enhancing usability when working with large sets of autocomplete options.

image

HelloGGX avatar Dec 15 '25 14:12 HelloGGX

/review

rekram1-node avatar Dec 15 '25 20:12 rekram1-node

/review

always error on generate, why?

remote: Permission to HelloGGX/opencode.git denied to github-actions[bot]. fatal: unable to access 'https://github.com/HelloGGX/opencode/': The requested URL returned error: 403 ShellError: Failed with exit code 128 exitCode: 128, stdout: "", stderr: "remote: Permission to HelloGGX/opencode.git denied to github-actions[bot].\nfatal: unable to access 'https://github.com/HelloGGX/opencode/': The requested URL returned error: 403\n",

HelloGGX avatar Dec 17 '25 02:12 HelloGGX

Our action doesn't have permission to push an updated generate run to ur fork, ig there is some permission u have configured, dw about it

rekram1-node avatar Dec 17 '25 17:12 rekram1-node