Quick Command history lives in localStorage (50 items), so it differs per browser/device and is invisible to teammates; the selected worker and execution mode reset on every reload. Keyboard submit is Ctrl+Enter only, which is not indicated anywhere near the textarea.
Suggested fix
Persist last worker/mode in localStorage; optionally add a server-side "my recent commands" derived from executions; add a hint "Ctrl+Enter to run".
## Overview
Quick Command history lives in `localStorage` (50 items), so it differs per browser/device and is invisible to teammates; the selected worker and execution mode reset on every reload. Keyboard submit is Ctrl+Enter only, which is not indicated anywhere near the textarea.
## Suggested fix
Persist last worker/mode in localStorage; optionally add a server-side "my recent commands" derived from executions; add a hint "Ctrl+Enter to run".
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Overview
Quick Command history lives in
localStorage(50 items), so it differs per browser/device and is invisible to teammates; the selected worker and execution mode reset on every reload. Keyboard submit is Ctrl+Enter only, which is not indicated anywhere near the textarea.Suggested fix
Persist last worker/mode in localStorage; optionally add a server-side "my recent commands" derived from executions; add a hint "Ctrl+Enter to run".