插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 16 个插件
dsh-win-gitbash
buhuikongpan/dsh-win-gitbash
面向 Windows 的 Git Bash 工具:通过 Git for Windows 自带的 bash 执行命令,支持超时、沙箱、输出截断与后台任务,替代卡顿的 pwsh 工具与仅限 WSL 的 bash 工具。
dsh-capability-panel
pure-craft/dsh-capability-panel
看清 agent 此刻真正能触达哪些技能与工具——真实的在上下文状态(已加载/已截断/已挤出),并按会话开关。
dsh-at-any
hatsuyuki0103/dsh-at-any
Codex 风格的 `@file` 文件引用:输入框里搜索并引用工作区所有格式的文件(.java、.vue、PDF、图片、无扩展名、隐藏文件),无索引上限。dsh-at-file 的替代品。
dsh-sidebar-mode
meredith2328/dsh-sidebar-mode
把默认 agent 预设切换嵌入「新会话」按钮:点按即选,长名称自动省略号截断。
dsh-cache-precision
cheng-cheng9669/dsh-cache-precision
把内置缓存命中率原位显示为 3 位小数,并加宽底部统计行避免内容被截断。
dsh-rollback
domitor-syh/dsh-rollback
TRAE 式「回退到本轮对话发起前」插件:按轮次建立检查点(10 轮滑动窗口),同时回滚工作区文件与原位截断模型上下文,保持同一 session id。回退只能由人发起:/rollback 命令或每轮的 Web 回退按钮(被中断的轮次也可用),弹窗逐条列出受影响文件及其动作(恢复/找回/删除/跳过)。
dsh-token-saver
shaw529/dsh-token-saver
为 DeepSeek Harness 设计的 token 节省插件:不损失任务效果。默认 conservative 档对工具结果做无损头尾裁剪与 grep 折叠;balanced 档在压力阈值委托 dsh-compaction-basic;aggressive 档以 LLM-summary 引擎子类化替换官方压缩。8 个合成场景累计节省 97.6% 输入 tokens,所有削减走 dsh 事件流,model-visible = logged 不变式仍成立。
dsh-shell-card-plus
antnesswcm/dsh-shell-card-plus
用自定义 Shell 命令卡片替换 DSH Web 原版 bash/pwsh 工具行:长命令自动换行带行号不再截断,并提供独立的复制命令/复制输出按钮。
dsh-wide-stats-footer
thomasvvugt/dsh-wide-stats-footer
解除输入框统计行的宽度限制:较长的轮次与 token 统计行横跨输入框全宽居中显示,不再以省略号截断。
dsh-context-compressor
rootkiller6788/dsh-context-compressor
An Agent-safe context compressor for DeepSeek Harness. It semantically preserves critical tool outputs such as errors, file paths, JSON payloads and command results, instead of mechanically truncating the context.
dsh-redaction
l-ingqin12/dsh-redaction
Preventive content policy for DeepSeek Harness tool results: rewrite matched text with regex rules, or drop/truncate unpredictable payloads by field path before they are normalised, rendered, or persisted. The upstream counterpart to dsh-plugin-redact.
dsh-redaction (dsh-plugin-content-policy)
l-ingqin12/dsh-redaction
工具结果的预防式内容策略:改写命中文本,并按字段路径整段丢弃或截断,让未经审查的载荷在结果被规范化/渲染/落盘之前就进不去。随包为真空操作,不含任何内置的类别或域名黑名单。
dsh-plugin-runcat-inventory
runcat-tommy/dsh-plugin-runcat-inventory
DSH 插件总览(逃咪):以表格视图管理已安装插件,支持状态过滤、HMR 热生效的启停开关、配置查看/复制、卸载与 npm 更新提醒。
dsh-toolkit (dsh-at-file)
simon-world/dsh-toolkit
DSH 的 @ 文件引用工具:注册 at_file_read 工具,把工作区内文件内容注入会话,含目录穿越防护与 50KB 截断(MIT)。
dsh-continue-on-limit
qwert702/dsh-continue-on-limit
dsh 网页端输出上限自动继续:本地模型输出到上限出现提示时,自动发送「继续」让回复接上;双源截断检测、防死循环保护,完全无 UI。
dsh-shell
qianwenxue1/dsh-shell
DeepSeek Harness 的 dsh-shell:在 Windows 运行 cmd / PowerShell(POSIX 运行类 bash),带超时、输出截断与 cwd 白名单。