Ackerman0/Dsh-Prompt-Enhancement

Resource ⭐ 1 MIT coding

DeepSeek Harness(DSH)Web GUI 的独立「提示词增强」插件:在输入框底行、模型选择器左侧提供一个按钮, 点击后用提示词工程专家框架把你当前输入的草稿真正改写、补充成更清晰具体的提示词, 弹窗确认后由你决定是否替换输入框。宿主侧内置直连模型的快速增强接口(秒级),并带本地离线兜底。

catalog description:DeepSeek harness 提示词增强

Install

# 1. 把本目录链接进 web profile(等价于 pnpm add link:<本目录> 并登记 bundle)
dsh plugin --profile web add link:$(pwd)

# 2.(一次性)让 Web 设置界面能读写本插件的开关:
#    在 dsh 安装目录的 @deepseek-ai/dsh-host-apiproxy/lib/index.js 中,
#    把 "prompt-enhance" 加入 WEB_SETTINGS_NAMESPACES 数组,然后重启 dsh。
#    不做这一步时开关界面显示不可用,可改为直接编辑
#    ~/.dsh/settings.yaml 中的 prompt-enhance.enabled: true / false。

Add Ackerman0/Dsh-Prompt-Enhancement to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.