feat(tui): implement smooth scrolling for autocomplete dropdown navigation
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.
/review
/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",
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