dsh-longtext-input
在输入框工具栏新增「长文本」按钮:在编辑器浮层里写或粘贴正文,保存后写入 <工作区>/.dsh-longtext/<时间戳>_<标题>.md,并把该文件的 @ 路径引用追加到输入框,让正文不进入对话。
Adds a Long text button to the composer tool row: write or paste the body in an editor overlay, and on save it is written to <workspace>/.dsh-longtext/<timestamp>_<title>.md and an @ path reference to that file is appended to the composer, leaving the conversation free of the long text itself.
怎么安装
dsh plugin add github:levodoubt/dsh-longtext-input 简介
dsh-longtext-input DeepSeek Harness 长文本输入插件:把超长内容写进工作区文件,输入框只留一个 @ 引用。 简体中文 | English MIT License 在输入框工具栏加一个**「长文本」**按钮,点开编辑器,保存后: 写入 <工作区>/.dsh-longtext/<YYYYMMDDHHmmss>_<标题>.md 输入框追加 @.dsh-longtext/<文件名>.md 用途是**保持聊天界面简洁**:粘贴报错日志、会议记录、文档草稿这类超长内容时,正文留在文件里,聊天记录不被一大坨文字撑满。 DSH 的输入框本身没有长度上限,所以本插件的定位不是"绕过限制",而是**把长正文请出对话流**。 效果 其中,背景画面与毛玻璃效果由其它插件产生,与本插件无关。 行为 | 项 | 规则 | | ------- | ------------------------------------------ | | 文件名 | 14位本地时间_标题.md,如 20260712153045_会议记录.md | | 标题为空 | 20260712153045.md(省略 _标题) | | 标题清洗 | 去掉 / \ < > : " \| ? * 与控制字符,空白→_,去首尾 _/.,最长 60 字符 | | 落盘位置 | 当前会话工作目录下的 .dsh-lo…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-12
- 创建于
- 2026-09-12
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, deepseek-harness-plugin, deepseek-harness-plugins, dsh, dsh-plugin, longtext, plugin
同类推荐
dsh-desktop
anywhere-labs/deepseek-harness-desktop
为 DeepSeek Harness (DSH) 生态打造的现代化桌面端体验
dsh-codex-ui
MichengAI/dsh-codex-ui
为 DeepSeek Harness 网页端重构 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航。