dsh-better-command
Run the following command in DeepSeek Harness:
dsh plugin install lovstudio/dsh-better-command
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install lovstudio/dsh-better-command in your DeepSeek Harness terminal to install this plugin; the source code is available at https://github.com/lovstudio/dsh-better-command
About this plugin
The default slash-menu filters in DeepSeek Harness are conservative: the command source uses ordered-subsequence matching while the skill source requires a literal name prefix, so a hyphenated skill like dsh-plugin-creator is unreachable by simply typing dshp—and official builds expose no matcher extension point to fix it.
dsh-better-command mounts a separator-transparent, abbreviation-aware ranker (published as the slashMatcher service) at runtime. Hyphens, underscores, dots, and whitespace become invisible in both names and queries; word-initial abbreviations score at boundaries—dbc hits dsh-better-command, dsh-p hits dsh-plugin-creator. Ranking follows three tiers (literal prefix, separator-stripped prefix, boundary-weighted subsequence score), with source order breaking ties. The whole computation is a per-keystroke browser-side operation that never touches a model request or the session log, and uninstalling the plugin restores the built-in filters exactly.
It is built for power users who run DeepSeek Harness' web UI with many hyphenated commands and skills and want a faster, more intuitive slash-menu navigation experience—especially within the Lovstudio plugin ecosystem.
Use Cases
- Type /dshp to instantly surface dsh-plugin-creator in the command menu
- Match dsh-better-command by typing /dbc in the skill menu
- Navigate among many hyphenated plugin commands and skills without full names
Best For
- Heavy users of the DeepSeek Harness web UI
- Plugin authors managing many hyphenated command names
- Daily users of the Lovstudio plugin ecosystem
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.