[BUG] a is not accepted as always accept permission #6783

Closed
opened 2026-02-16 18:05:16 -05:00 by yindo · 1 comment
Owner

Originally created by @rjshrjndrn on GitHub (Jan 19, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

Image

Plugins

No response

OpenCode version

1.1.25

Steps to reproduce

install opencode and try deleting a file with following config

{
  "$schema": "https://opencode.ai/config.json",
  "permission": {
    "bash": "ask",
    "edit": "allow"
  }
}

Screenshot and/or share link

No response

Operating System

No response

Terminal

kitty

Originally created by @rjshrjndrn on GitHub (Jan 19, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description <img width="625" height="356" alt="Image" src="https://github.com/user-attachments/assets/2130b17c-eca9-4d51-9b9a-2f6fa6691907" /> ### Plugins _No response_ ### OpenCode version 1.1.25 ### Steps to reproduce install opencode and try deleting a file with following config ```opencode.jsonc { "$schema": "https://opencode.ai/config.json", "permission": { "bash": "ask", "edit": "allow" } } ``` ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal kitty
yindo added the opentuibug labels 2026-02-16 18:05:16 -05:00
yindo closed this issue 2026-02-16 18:05:16 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 19, 2026):

This issue might be a duplicate of an existing issue. Please check:

  • #7954: Regression: Permission prompt keyboard shortcuts (enter/a/d) removed in Permission rework

This appears to be directly related to your issue about a not being accepted as the "always accept" permission shortcut. Issue #7954 documents that keyboard shortcuts for permission prompts were removed during a permission rework, which would explain why the a key no longer works for "always allow".

Feel free to ignore if your specific case differs from this regression.

@github-actions[bot] commented on GitHub (Jan 19, 2026): This issue might be a duplicate of an existing issue. Please check: - #7954: Regression: Permission prompt keyboard shortcuts (enter/a/d) removed in Permission rework This appears to be directly related to your issue about `a` not being accepted as the "always accept" permission shortcut. Issue #7954 documents that keyboard shortcuts for permission prompts were removed during a permission rework, which would explain why the `a` key no longer works for "always allow". Feel free to ignore if your specific case differs from this regression.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6783