dsh-word-complete
Run the following command in DeepSeek Harness:
dsh plugin install tuogusa/dsh-word-complete
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install tuogusa/dsh-word-complete (source at https://github.com/tuogusa/dsh-word-complete), then restart DSH and hard-refresh the browser (Ctrl+Shift+R) to activate.
About this plugin
Retyping the same project name, file path, or technical idiom over and over in a DSH Web conversation is tedious and error-prone. dsh-word-complete brings Notepad++-style word completion straight into your input box: as soon as the prefix you are typing (2+ characters for Latin, 1+ for CJK) appears anywhere earlier in the session, up to eight prefix-matched suggestions float above the caret. Navigate with ↑/↓, confirm with Enter, dismiss with ESC—the muscle memory transfers directly from code editors. Suggestions are drawn entirely from words the user and assistant actually used in the current conversation, ordered by exact match first, then fewest extra characters, then frequency, so the most relevant hit always sits on top. For a fresh session with an empty in-memory list it gracefully falls back to a locally persisted index built from past sessions, so you never stare at a blank popup. The plugin respects the context: it stays silent when the token is preceded by /, a space, or a backslash (slash commands, file paths, URLs), pauses during IME composition, and reopening on Backspace right after insertion lets you refine the word you just placed. The popup tracks the caret character by character and flips below when there is not enough room above. If you spend long stretches in the DSH Web GUI typing custom module names, API endpoints, or domain-specific jargon, this plugin trims repetitive keystrokes and makes the dialogue feel as fluid as typing in a familiar IDE.
Use Cases
- Repeatedly typing the same project names, module identifiers, or API paths in DSH Web conversations, cutting repetitive keystrokes and typos
- Mixed CJK-Latin technical terms (e.g. dsh_workspace, token_count) recur frequently and need quick reuse
- A fresh session leverages the locally persisted word index to instantly recall terms from previous conversations
Best For
- Developers who constantly type custom terms, file paths, or module names in the DSH Web GUI
- Power users who prefer Notepad++-style keyboard flow (↑/↓ + Enter) for text entry
- Tool enthusiasts who want zero-config, context-aware completion without an external dictionary
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.