Home

anomalyco/opencode

Status:Indexed
Analyzed 4d ago40K+ starsTypeScript

The open source coding agent.

Back to Pull Requests
#6617Closed
Simple Review

fix: improve permission dialog responsiveness and keyboard handling

by nickembreyJan 2, 2026
View on GitHub

Summary

This PR fixes a bug where the input box in OpenCode became unresponsive when the permission dialog appeared. It ensures that keyboard events are handled only after the permission dialog is fully ready and adds a delay for rendering to prevent conflicts.

Changes

+69 additions-10 deletions

Impact Areas

UI ResponsivenessUser InteractionKeyboard Input Handling