opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix(tui): enable app_exit during permission request

Open assagman opened this issue 2 weeks ago • 0 comments

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

assagman avatar Jan 02 '26 09:01 assagman