dsh-prompt-manager: A Local Prompt Library for DeepSeek Harness Web
`dsh-prompt-manager` is a local bilingual prompt management plugin developed specifically for DeepSeek Harness Web (DSH), designed to address the inconvenience of reusing prompts across sessions and the pain point of repetitive input. This plugin allows users to centrally create, edit, and search frequently used prompts in the settings, supporting favorites and sorting by usage frequency. In the chat interface, users can quickly search and select multiple prompts via the `/prompt` command or the toolbar button, which are then injected into the current session as system instructions, and newly created branch sessions automatically inherit the prompt collection from the ancestor session. The plugin features JSON backup import/export functionality, supporting data merging or replacement. Data is stored solely in the local browser's localStorage and local mirror files, ensuring privacy and security without any network upload. Installation supports npm.
Read Moredsh-prompt-manager: Breaking DSH System Prompts into Manageable, Previewable Pipelines
dsh-prompt-manager is a plugin for DeepSeek Harness (DSH), designed to address the issue of opaque system prompt assembly by providing a visual and configurable prompt pipeline management system. Its core functionalities include: executing replacement, insertion, or deletion operations on prompt segments via presets, with support for pinning, anchoring, and numerical sorting; offering end-to-end visualization from source segments and variable interpolation to the final request; enabling the review of the last 20 assembly histories; and facilitating rule editing through form-based interfaces and preset switching via the settings page. The plugin provides four Agent tools, such as `switch_prompt` and `list_prompts`, and supports hot-reloading of preset files upon modification. After installation, users can edit personalized presets in YAML format under the `$DSH_HOME/prompts/` directory. This plugin is suitable for
Read More