DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Trans Md — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
T

dsh-trans-md

Trans Md

DeepSeek Harness 的长回复 Markdown 转写器:超过 15 行的回复会写入工作区子目录下的 .md 文件,而不是让聊天内容过多。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:passerby325799/dsh-trans-md#0622ce09d7634c185b938987b5439a4ef42d4d0d
README兼容性版本

兼容性与来源证明

Trans Md 以 dsh-trans-md 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/23

版本

0.1.0stable
2026/9/23

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/23
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

dsh-trans-md

Long replies become Markdown files — for DeepSeek Harness (dsh).

Very long assistant replies can be truncated mid-stream by the transport. dsh-trans-md moves the bulk of long replies into a workspace Markdown file and keeps the chat reply short. It also saves tokens: content written to a file as a tool argument is paid for once, while a long chat reply stays in context and is re-sent on every later request.

Install

dsh plugin --profile web add github:<owner>/dsh-trans-md

Restart dsh (or reload the profile), then the rule is active for new turns.

What it does

The plugin contributes one system-prompt section (order 40) stating a single rule:

  • If a user-facing final reply would exceed 15 lines, write the full content to docs/<prefix>-<topic>.md in the current workspace instead of sending it in chat.
  • The chat reply becomes a short digest (at most 10 lines) plus the file path.
  • Replies under 15 lines are sent normally in chat.
  • Writing the file and also pasting its body into chat is explicitly disallowed.
  • Investigation depth is unchanged — only the delivery location changes.

It registers no tools, no UI, and makes no network requests. The docs/ directory is created on first use.

Configuration

All fields are optional; the defaults are shown.

KeyDefaultMeaning
enabledtrueTurn the rule off without uninstalling.
maxLines15Line threshold above which a reply goes to a file.
docsDir"docs"Workspace-relative directory for the files.
filePrefix"notes"Prefix for generated filenames.
ruleFile—Path to a Markdown file that replaces the built-in rule text entirely.
workspaceRoot—Optional absolute base path; when omitted the process working directory is used.

Set them through the profile patch:

- id: dsh-trans-md
  name: dsh-trans-md
  config:
    maxLines: 20
    docsDir: notes

Custom rule text

Point ruleFile at any Markdown file to replace the built-in instruction. A non-empty file wins entirely; an empty or unreadable file silently falls back to the built-in text, so a bad path never breaks prompt assembly. Content is capped at 4000 characters.

Scope and limits

  • This is a prompt-level instruction, not a hard interception. It makes the behaviour the strongly preferred default; it cannot guarantee it in every turn. A hard guarantee would require an output hooks layer, which this plugin deliberately does not add.
  • The rule applies to the final user-facing reply. Intermediate narration between tool calls is exempt.
  • Styles apply to the main conversation only.

Requirements

  • DeepSeek Harness with a systemPrompt service available. If that service is absent the plugin mounts and contributes nothing rather than failing profile load.
  • No runtime dependencies.

License

MIT

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Univer Officedsh-univer-officeDSH × Univer 集成,内置协作 Gateway 和 Viewer:内联预览、实时浮动 Worktree 窗口,以及 DeepSeek Harness 中的会话结束审查操作。