DreamsTOF/dsh-prompt-customizer

DreamsTOF★ 0TypeScript最后同步: 2026-08-21

在 GitHub 打开

DeepSeek Harness (dsh) 系统提示词与工具定制插件:屏蔽/替换/注入/排序提示词段、黑白名单隐藏工具、预设保存/应用/导出/导入,全部通过设置面板操作。

README 摘要

dsh-prompt-customizer A DeepSeek Harness (dsh) plugin that lets you control the system prompt and the tool catalog from a settings-panel UI. Plugin-injected prompt sections (from other plugins) can pollute your system prompt. This plugin lets you block , replace , inject , and reorder prompt sections by name, and hide tools from the model catalog — all live, without touching the other plugins. Features - Prompt sections - Block a section by name (removed from the assembled system prompt). - Replace a section's text (the original text is echoed for editing). - Inject brand-new sections. - Reorder sections with ↑/↓ arrows or drag & drop (HTML5). Order is stored as a virtual 0-based index, so there are never duplicate or fractional orders. - Tools - Blacklist ( exclude ): hide the listed tools. - Whitelist ( include ): keep only the listed tools (wins over exclude). - Only the model-facing catalog is affected — tools and routes keep working. - Presets - Save the current customization as a preset (full snapshot). - Apply a preset: same-name sections are overridden, preset-only sections are added, and current sections outside the preset list are disabled by default. - Export / Import pr…

在 GitHub 查看完整 README →
工具/开发dsh-plugindsh-plugins

分类