dsh-settings-search-plugin
Run the following command in DeepSeek Harness:
dsh plugin install DoiiarX/dsh-settings-search-plugin
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install DoiiarX/dsh-settings-search-plugin in the DeepSeek Harness terminal to install the plugin; source code is at https://github.com/DoiiarX/dsh-settings-search-plugin
About this plugin
As the number of plugins on a DSH client grows, the settings panel swells with configuration items. Hunting for one specific setting among dozens of tabs means clicking through each one and scrolling, which slows you down fast. dsh-settings-search-plugin solves this with a lightweight search field inside the settings panel: type a keyword, get a candidate list, click to jump straight to the target.
The index is built from three layers. The base layer is the slot ledger, so every plugin that registers a settings.section appears in search immediately with zero extra work. An optional second layer lets plugins register item-level keywords and data-settings-item anchors for precise jump-and-focus. A third layer scans the rendered DOM of any section the user has opened, caching item-level candidates even for plugins that never opted into registration. Clicking a candidate navigates to the owning section, scrolls the setting into view, and flashes a highlight outline.
It is a purely browser-side plugin: no model requests, no network writes, no namespace configuration. It suits users who run multiple DSH plugins and frequently tweak settings. Install and go, with zero intrusion into the host.
Use Cases
- Find a specific setting fast among many plugins
- Jump directly to a target item on a third-party settings page
- Auto-scroll and highlight the setting after clicking a candidate
Best For
- Users running multiple DSH plugins daily
- Power users who frequently tweak settings
- Developers who want to register searchable metadata for their plugins
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.