Skip to content
dsh.fish

Browse

392 results

Bundle

dsh-regression

Turn explicit coding-agent corrections into executable DeepSeek Harness regression tests.

chenghaoYang
Bundle

dsh-scratchpad

Scratch pad: one shared floating text surface in the middle of the screen. Other plugins open it through the client service scratchpad: read mode shows big text (scrollable, selectable, Close only); edit mode adds Save and returns the edited text to the caller via onSave. No persistence; the caller owns the text.

joao-paulo-santos
Bundle

@tezign/dsh-write-feishu-docs

Evidence-driven Feishu/Lark document writing skill for DeepSeek Harness (dsh) — turn Feishu wiki/docs/minutes/Base/chats & local files into structured docs with conclusions, evidence & actions. 飞书文档证据化编写技能插件:从业务资料到可验证、结构化、可执行的飞书成稿(战略方案/经营分析/GTM/复盘/PRD/管理汇报等)。

welay21312312321
Bundle

dsh-turn-jump

DSH web 插件:ChatGPT 同款右侧悬浮会话轮次跳转条。极简刻度线 + 悬浮提问摘要气泡 + 平滑跳转导航。A ChatGPT-style right-side floating session-turn jump bar for DeepSeek Harness (DSH) web GUI.

liuGuanYi-hub
Bundle

dsh-plugin-verdict-guard

Native DeepSeek Harness plugin: a turn that states a verdict without evidence does not end — it is steered back for proof.

sagetta1
Bundle

vision

Vision DSH bundle: give the agent screen/window vision — see tool captures via the bundled Python cvision and returns the image natively

cczzyy-cn
Bundle

dsh-ui-tool-graph

DeepSeek Harness web UI plugin: tool-call value graph over conversation trajectories — call cost/count/duration weights, bottleneck split, and next-turn optimization prompts.

rocklau
Bundle

@dsh-external/dsh-code-pipeline

DSH bundle plugin: 为 code-pipeline 预设(PTC 流水线)动态注入阶段子代理工具(subagent_plan / subagent_impl / subagent_review),各阶段 provider/model/思考等级/最大并发数可在设置页(Settings → 代码流水线)实时配置并持久化到 settings.yaml(最大并发是**同时运行**的并发上限,按 (父会话 × 阶段) 准入;0.4.0 起已移除「已创建总量」闸门——新工作流一律派发新子代理,只有同一工作流的后续轮次用 pipeline_followup 续用;运行中可动态调整,0 = 本插件不限制,但仍受宿主每会话同时存活 continuable 子代理上限 subagent.maxActiveSubagents 约束,默认 8);预设文件随项目在 preset/ 目录维护,首次启动自动安装到 $DSH_HOME/.agent-presets(见 README);三阶段统一「同一工作流续用、新工作流新派」(prompt 协议:plan/impl/review 同一工作流的后续轮次都用 pipeline_followup 续用已有子代理,第 2 轮起增量投递,不新增设置项);pipeline_followup 支持 compact=true:投递之前先压缩目标子代理自己的历史(有干扰时才用,压缩失败则什么都不投递);每阶段可配墙钟预算(80% 软警告、到点自动中断该子代理并自动索取收尾报告,按「续 / 拆 / 停」协议处置)+计划产出 Workstreams 切分表(独立工作流并行 impl、各自路径受限 diff 独立评审);0.4.2 起把「run_code 程序即上下文边界(只有 PRINT/return 的内容进历史并每步重发)、只打印蒸馏结果、验证输出有界、工作流粒度有上界」写进三段 persona 与预设;0.4.3 起安装/升级时自动同步预设(比对包内预设的内容指纹,变了就覆盖已安装副本,覆盖前留 temp 备份;指纹一致则保留用户本地改动);0.4.5 起 read 读取窗口拓宽:本预设代理(主会话 root + 阶段子代理)发出的 read,limit 低于设置项 readWidenMinLines(默认 2000 = 工具上限,等价整窗)时在宿主 tools/execute around-waterfall 执行前就地拓宽到该值,超过 2000 的治愈为 2000(0.3.7 的 limit:2500 整批失败不再发生)——嵌套 read 的结果只进 run_code 程序、不进模型历史,拓宽零 token 成本,一个程序即可拿足上下文,从机制上消除『一个文件几十行几十行地翻、每步重发全上下文』的分页模式;设置页(代码流水线 → read 读取窗口下限)可调可关(0 = 关闭),改动立即生效;0.4.6 修复设置页保存无效(save 的 useCallback 依赖数组漏了 readWidenMinLines,闭包捕获初始值导致保存永远写回旧值)并把默认下限 2000 → 500(覆盖典型源码文件大半,又不对超大文件一次拉满;2000 = 一律整窗,0 = 关闭;已保存过 2000 的安装需在设置页重存一次或删掉 settings.yaml 里的显式值以继承新默认);0.4.7 起把「读有下限」告知 agent(机械拓宽只保证单次够大,模型仍会主动写小窗串读):预设 persona 的 Step economy 新增「Reads carry a FLOOR(default 200)——别把一个文件切成连续小窗读」,三段阶段 persona 同步 NEVER chunk 指令,files 派发块注入实时下限值(设置改完下一次派发即生效,0 时注明拓宽已关闭);默认下限 500 → 200

ErrorLst
Bundle

dsh-refactor-insight

DSH refactor-insight skill plugin: turn codebase smells into an executable, priority-ordered refactoring plan (file-length, long-function, deep-nesting, god-object, high-coupling, and TODO-density heuristics plus a staged runbook).

duyanta123
Bundle

dsh-ui-digest

Turn-digest overview tab for the DeepSeek Harness (dsh) Web UI: fold every user message and its AI reply into one line — what you asked, a one-sentence summary of what the AI did, and tool-action chips.

rocklau
Bundle

dsh-zombie-gc

One-shot zombie-agent GC: at boot, find agents flagged running whose session log already ended (turn/end + session/end-seed) and settle them (agent.cancel + whenIdle) so the client never subscribes to a phantom running session.

DosterBool
Bundle

@helibeiqi/dsh-time-travel

DeepSeek Harness (DSH) 插件:可逆时间旅行与审计。为工具副作用建立「前状态快照 → 执行 → 补偿」链路,提供 rewindTo(turnId) 按轮次倒序恢复工作区,内置审计规则引擎。

helibeiqi
Bundle

dsh-done-badge

Background task completion badge for DSH: native Windows taskbar counter while the window is away, auto-clears on return.

SkuraSshly
Bundle

dsh-web-ui-notify

Desktop notifications for DeepSeek Harness approvals, questions, and turn completion — so neither DSH nor you end up waiting while you browse another tab.

bill9109
Bundle

@goodandready/dsh-lanmode

LAN and reverse-proxy access for the DeepSeek Harness Web UI: returns the settings service on pages that are not localhost, fills in the Web APIs the browser withholds on plain HTTP, and can open a listener of its own so nothing else is needed. Requires D

GooDAnDReaDY
Bundle

@ai4gensteam/dsh-agents-swarm

A source library for DeepSeek Harness: 72 feeds on an hourly timer, a reader with transcripts and translation, and a publisher that turns what it collects into a podcast, a digest, or a report

Bundle

dsh-daily-brief

Daily activity brief for DSH: per-session turns/messages/tool-call stats across live sessions. Read-only.

Equinox7379
Bundle

dsh-deliverables-toggle

Experimental DeepSeek Harness plugin plan for expandable produced-file lists in finished turns.

zheng16965
Bundle

dsh-edit-diff

Redraws line-level diffs on DeepSeek Harness file-mutation tool cards (dedup + inline emphasis), covers run_code (PTC) sub-calls and str_replace_editor, adds a per-turn changed-files card, and reveals any of those paths in the OS file manager through the plugin's own host route.

senyayume
Bundle

dsh-turn-watchdog

Turn watchdog for DSH: detects live sessions whose turn looks stuck (no turn/end within a threshold), injects a quiet warning into the prompt context and exposes a status tool. Zero runtime deps, no custom events.

Equinox7379
Bundle

@deepseek-ai/dsh-ocr-vision

Model-facing ocr_image tool that runs local RapidOCR (via a Python subprocess) and returns image text as plain text, so text-only DeepSeek models can read images

QEDQCD
Bundle

dsh-token-meter-mood

Per-turn token usage and mood emoji row under each assistant reply for the DeepSeek Harness web GUI

firekula
Bundle

dsh-turnsnap

Zero-config per-turn git checkpoints for DeepSeek Harness: every completed agent turn in a git workspace becomes one tagged [turnsnap] commit

yongshuai0314