opencode
opencode copied to clipboard
fix(tui): enable app_exit during permission request
In the previous version, when a permission is requested from users, users are unable to exit the application via C-c or C-d.
By this commit, C-c and C-d directly rejects the permission request and exit the application
issue reference: https://github.com/sst/opencode/issues/6644