插件
浏览、筛选并安装 DeepSeek-Harness 插件。
共 8 个插件
dsh-permission-rules
perrylink/dsh-permission-rules
Claude Code 风格的声明式权限规则:按序 allow/deny/ask 的 YAML 规则,在 tools/pre-execute 瀑布上匹配工具名、参数、工作区路径与 agent 身份,带完整会话日志审计、干跑模式与热重载。
dsh-lark-link
amlyczz/dsh-lark-link
DeepSeek Harness 的高可靠飞书/Lark 桥接:扫码一键认证、卡片化命令与意图确认、at-least-once 零丢失出站队列、多媒体出入站、/doctor 会话日志 ZIP,并复用 DSH Web GUI 把会话归入正确工作区。
dsh-web-mobile-fix
acidgr/dsh-web-mobile-fix
Web UI 移动端布局修复:窄屏下设置面板全屏化、插件导航单行排满、侧边栏全屏、弹层居中、会话日志按钮图标化。
dsh-web-preview-float
wjnct55555/dsh-web-preview-float
Web UI 悬浮预览与代码窗口:Google AI Studio 风格的 iframe 预览(宽幅比/分辨率预设、一键放大),VS Code 风格代码窗支持直接编辑,保存需确认并写入会话日志。
dsh-session-repair-ui
semidia/dsh-session-repair-ui
Session repair button in the conversation header: detects & fixes session-log corruption — tool-call id swaps, empty call ids (`message must have tool source`), unknown event types from disabled plugins (marks `ignorable`), torn zstd tails, missing final-frame newlines; ghost-style UI, auto-backup before writes.
dsh-timesheet
zoahdev/dsh-timesheet
从 dsh 会话日志做基于 turn 的时间跟踪:总计、按天/项目/供应商/来源汇总、工具调用数、失败率与首 token 延迟——CLI + agent 可调用 timesheet 工具,dsh-timesheet/v1 报告,零运行时依赖。
dsh-disk-audit
zoahdev/dsh-disk-audit
dsh 数据目录磁盘占用审计:总大小、按目录拆分、最大文件、超大文件告警(会话日志可达数百 MB)与清理建议——CLI + agent 可调用 disk_audit 工具,dsh-disk-audit/v1 报告,零运行时依赖、只读。
dsh-single-instance-guard
tang-mm95/dsh-single-instance-guard
检测到其他存活的 dsh 实例占用同一 DSH_HOME 数据目录时中止启动,防止并发写会话日志导致的历史损坏。