Ackerman0/Dsh-Prompt-Enhancement

资源 ⭐ 1 MIT coding

DeepSeek harness 提示词增强

安装

# 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。

Ackerman0/Dsh-Prompt-Enhancement 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。