deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
English: README_EN.md
dsh(DeepSeek Harness)插件:预设常用"消息注入内容"组合(任意文本 / 技能调用),每条消息自动注入到输入框首行,一键启用、切换、停止——不需要每条消息手动输入固定的指令前缀或格式要求。
/grill-me /domain-modeling 或 "请用中文回答")/ 开头的内容视为技能调用,缺失时配置卡警告、注入时跳过预设组与选中状态保存在 dsh 全局配置文件:$DSH_HOME/settings.yaml(默认 ~/.dsh/settings.yaml),命名空间 message-injector(含 groups + selected)。跨会话、跨刷新、跨标签页保持;备份/迁移 = 复制该文件(或其中 message-injector: 片段)。请通过插件界面增删改,不要手改文件(绕过界面可能破坏格式或校验)。
dsh plugin --profile web add github:wf-ping/dsh-message-injector # 从 GitHub 安装(默认 = 最新,跟随 main)
dsh plugin --profile web add github:wf-ping/dsh-message-injector#v0.1.0 # 固定版本安装(可选)
dsh plugin --profile web add <本仓库路径> # 本地/开发时安装
首次安装均无需构建(
lib/产物已提交)。详见安装文档。
改代码后需要重新生成 lib/ 并重启生效:
pnpm install # 安装运行环境
pnpm build # 生成产物
dsh web # 启动服务
本地路径安装(软链接) —— 更新 = 改代码 + 重新构建,无需重装:
pnpm build # 重新生成 lib/
# 重启 dsh web 生效
GitHub 安装(克隆副本) —— 已装副本与本地代码无关,更新需重新拉取:
dsh plugin --profile web add github:wf-ping/dsh-message-injector # 重新拉取最新版本
# 重启 dsh web 生效
若重新 add 后仍未更新,先卸载再重装(见卸载)。
dsh plugin --profile web remove dsh-message-injector # 卸载
# 或在仓库目录内:pnpm uninstall:plugin
开发者:需求文档见
docs/zh/需求.md,开发经验(踩坑记录)见docs/zh/开发经验.md,术语表见CONTEXT.md。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。