Command history is per-browser and worker dropdown/defaults don't persist #31

Open
opened 2026-09-08 20:57:32 -04:00 by jared · 0 comments
Owner

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".

## 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".
jared added the enhancementuxfrontendpriority/low labels 2026-09-08 20:57:32 -04:00
Sign in to join this conversation.