Bundle
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 plugin that injects an editable section into the global system prompt, with a settings page to customize it.
johnvictorio
Bundle
AI 不缺聪明,缺纪律:交付前自检、跑偏纠偏、系统化调试、多 agent 接力。4 个单文件 SKILL,装上即拷进 ~/.dsh/skills/。
luxueliu
Bundle
Static trust audit for DeepSeek Harness plugins: capabilities, injected prompts, token cost, provenance, and a reproducible 0-100 trust score
liuwenji007
Bundle
Prompt polish ✨ — a DeepSeek Harness WebUI plugin that adds a one-click button to rewrite rough input into a structured, professional prompt, written back into the input box.
gaowei-AFK
Bundle
Always-on ADHD-friendly output for every DeepSeek Harness session: action first, numbered steps, task-progress restated. Host systemPrompt, not a skill catalog item.
NecromanAlbert
Bundle
个人 DSH 扩展集:单轮 token 预告(tokprev)、跨会话 token 统计(tokstats,含 host 聚合半边)与 composer 草稿提示词 AI 重写(promptopt,含 host 旁路模型调用)等插件的集合包
PlusQi
Bundle
DeepSeek Harness (dsh) plugin: manage named roles, each with a preset system prompt. The active role is injected into the system prompt (replacing it before the conversation starts, appending afterwards). Ships a host service plus a Web client UI.
awol2005ex3
Bundle
开口即成文 · Speak-to-prompt for DeepSeek Harness:云端 ASR 语音识别 + 提示词优化 + 填入草稿/自动发送,跨平台 macOS / Windows。
bitterSmilezzz
Bundle
Declutter the DeepSeek Harness chat: hide agent execution-log rows (Think / context injection / tool calls), tighten message spacing and font sizes, wrap messages in rounded-corner bubbles, and inject an editable "reply concisely" instruction into the system prompt.
hellofuture2068
Bundle
DeepSeek Harness (DSH) plugin: a ✨ button next to the composer that rewrites your draft into a clearer, more specific prompt using your current model — and reads the current session's context first, so references like “this” or “continue” resolve against the work in progress.
naitoupi
Bundle
DSH 插件:让 AI 回答输出中文全角标点(用户直接复制回答内容也是全角)。监听 llm/stream 瀑布,在模型输出流上做智能半角→全角转换,跳过代码块/行内代码/数字小数点/URL/时间/markdown 链接,并注入 system prompt 提示模型输出全角。
addie-ace
Bundle
DSH plugin: agent-schedulable recurring timer tasks with veto. When a task fires, the owning session (or its blocking subagent) is prompted and may veto (timer_veto tool or marker file); the command runs only when nobody vetoes.
0gl20shk0sbt36
Bundle
LibreOffice (UNO) powered high-fidelity office engine for DSH — create & edit docx/xlsx/pptx via prompts, with human-in-the-loop review.
MarchLiu
Bundle
Custom modes and custom prompts for DeepSeek Harness (dsh): edit a mode's system prompt on the settings page (it takes effect on the next model step), pick its base mode, switch plugin rows one by one, and keep several assistants side by side — coding, ch
BOWLUNA
Bundle
DSH (DeepSeek Harness) web plugin: adds a “PPT 制作” entry to the composer “+” menu that kicks off a bundled, self-contained PPT orchestration prompt — one menu pick, one short message, no repeated approval prompts.
kitterfast
Bundle
Add mood-aware Japanese kaomoji to DeepSeek Harness (dsh) replies; prompt-injection plugin with a curated library from kaomojiya.org.
TianJie52009
Bundle
In-place prompt editing, branching and history rewrite for DeepSeek Harness
perdakovich
Bundle
本地 Markdown 记忆:通过 memory_md_* 工具把值得长期保留的内容写进 ~/.dsh/memory-md/,让助手跨会话记住你。
s867968286
Bundle
全局提示词配置:在对话视图新增一个标签页,写进去的内容会加在每个会话系统提示词的最前面,保存后下一条消息即生效。
ZZJQ678
Bundle
Third-party DeepSeek Harness plugin: per-workspace custom prompt configured from a slash command and injected into the model context at session start.
linbin-mk
Bundle
Keep DSH tool results cache-prefix safe: truncate a result before it first enters the session surface, and never rewrite a tool result a provider request has already delivered.
DoctorxPriestess
Bundle
Pin a persona prompt section that never competes for the AGENTS.md instruction budget
harmless0819-dev
Bundle
DSH Web 提示词工作台:把输入框里的草稿整理成一条可直接执行的命令(引擎 fork 自 WestFox-AwA/dsh-prompt-optimizer,BSD-3-Clause,署名保留;界面与交互为本项目自有)
Ethereal-ljq