dsh-improved-inline-edit
为 DeepSeek Harness Web 提供运行中修改要求输入条:agent 工作时在 composer 上方弹出输入框,通过 agent.steer() 将修改要求注入下一步决策而无需停止对话;输入草稿按会话持久化,消息气泡旁可撤回未被读取的注入,支持可选注入引导前缀。
A mid-run steer input for DeepSeek Harness Web: while the agent works, an input bar appears above the composer to inject modification requests into the next decision via agent.steer(), without stopping the conversation. Drafts persist per session, unread injected messages can be recalled from the bubble, and an optional guiding prefix is supported.
怎么安装
dsh plugin add github:xiaosurongjia/dsh-improved-inline-edit 简介
**简体中文(默认)** | English --- 目录 为什么做这个? 界面预览 Deep 短语池 特性 快速开始 安装 使用 更新内容 技术实现 贡献 许可证 --- 为什么做这个? 在 DSH使用过程中,你是否经历过这种时刻: _「等等,方向不对!」「先别动那个,先看看这个!」「这部分改一下再继续!」_ 然后只能: 干等 agent 跑完 —— 浪费时间 粗暴停止对话 —— 丢失进度和上下文 **dsh-improved-inline-edit** 让「中断」和「继续」不再互斥:agent 运行时,composer 上方弹出一条「修改要求」输入条,你随时输入要求发送,消息会通过官方 agent.steer() 机制无缝注入到 agent 的下一个决策步骤。 | 现有方案的问题 | 本插件的解决方案 | |:---|:---| | 打断 = 丢失上下文 | 通过 agent.steer() 无缝注入,上下文完整保留 | | 只能等任务跑完 | 随时插话,agent 下一步就响应 | | 界面杂乱 | 仅在运行时弹出,运行结束自动消失 | --- 界面预览 **2026.8.29** **新增撤回功能:** 在消息气泡旁增加「撤回」按钮,未被读取时可撤回,已读取则变灰。 **2026.8.29** **新增注入引导前缀功能(可选):** 开启时发送的消息格式:【修改要求|请基于…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 5
- 月下载
- –
- 最近更新
- 2026-08-29
- 创建于
- 2026-08-28
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
dsh-desktop
anywhere-labs/deepseek-harness-desktop
为 DeepSeek Harness (DSH) 生态打造的现代化桌面端体验
deepseek-harness-genui
pengyue-polaron/deepseek-harness-genui
Code-first React + TypeScript 任务应用,支持 Inline、Canvas、全屏与 localhost;交互状态可供 Agent 后续轮次读取,MCP 和 API 访问在用户授权后执行。
dsh-status-rotator
01Virex/dsh-status-rotator
把回合状态那句 "Deep diving..." 替换成更有梗的自定义文案,按阶段轮换,支持打字机与流动渐变。