AI Agent Hub
Back to plugins
🖥️

dsh-client-ui-quickfill

Client Updated 2026.08.31

Run the following command in DeepSeek Harness:

dsh plugin install feihe027/dsh-client-ui-quickfill

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install feihe027/dsh-client-ui-quickfill in DeepSeek Harness to install this plugin; the source repository is available at https://github.com/feihe027/dsh-client-ui-quickfill.

About this plugin

Tinkering with prompts in the DSH web composer can mean retyping drafts from scratch or scrolling through a long conversation thread to find that half-finished idea from minutes ago. dsh-client-ui-quickfill brings the feel of your favourite shell straight into the AI input box: arrow-key history cycling, Ctrl+R fuzzy search, and ghost autosuggestion while you type, so every recall feels as natural as zsh or fish.

Four core capabilities work together. History recall: Alt+Up/Down cycles through past prompts even in multiline drafts, inheriting zsh up-line-or-search prefix matching; bare Up/Down works on single-line drafts. Fuzzy search: Ctrl+R (or Cmd+R) opens a subsequence-match picker with reverse-i-search stepping; Esc closes it. Ghost completion: the newest matching entry appears as a gray ghost right after the caret; Tab or Right accepts it as an undoable write. Draft protection: your caret position and partial draft are restored exactly after any switch; consecutive duplicates collapse, and Chinese pinyin IME composition passes through untouched. All data stays in browser localStorage, the cross-session global pool is off by default, so privacy-conscious users have nothing to worry about.

If you write, debug, and reuse prompts every day in the DSH web composer, this plugin turns manual archaeology into one-keystroke recall and saves you from constantly retyping or scrolling.

Use Cases

  • Recalling a previous draft with one keystroke instead of retyping when iterating on prompts all day
  • Finding a prompt version from hours ago via fuzzy search after a long working session
  • Reusing prompts across sessions from the optional local history pool
  • Cycling through history in multiline drafts without losing caret position or partial text

Best For

  • Developers who write and debug prompts at high frequency in the DSH web composer
  • Power users who prefer terminal-style keyboard shortcuts for daily productivity
  • Privacy-conscious AI tool users who want history to stay strictly on-device