DeepSeek Harness plugin

dsh-interrupt-send

DeepSeek Harness client plugin: a tool-row button in the composer that aborts the running turn and immediately sends the current draft as the next turn (opt-in — normal Enter still queues).

Jump to install

Source facts

Repository
Hyna-hla/dsh-interrupt-send
Latest update
Aug 14, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Hyna-hla/dsh-interrupt-send
Plugin: dsh-interrupt-send
Author: Hyna-hla

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-interrupt-send

客户端插件:在输入框工具行(发送按钮左侧)加一个 「打断发送」 按钮。

  • AI 正在思考且草稿非空时按钮才出现;
  • 点击 = 中止当前回合(session.cancel(),Host 保留已排队内容并收敛)+ 立刻把草稿作为下一条消息发出去(走输入机正常提交管线,草稿自动清空、计入撤销历史);
  • 普通回车保持原策略(排队/steer),按钮是可选的打断通道;
  • 取消失败时兜底为普通排队发送,输入不丢。

实现要点

  • 插槽:conversation.input.right(session 级 list 槽,owner share 为 InputZonesession 快照含 runninginput 快照含 draft/phase)。
  • 标准 kit:inputActions.submit() 提交草稿;useInput 未用(owner 骨架会在 store 变化时重渲染条目)。
  • RPC:ctx.sessions.binding(sessionId)?.session.cancel() —— client 侧的取消动词,返回后 Host 达取消静止态。
  • 纯客户端插件照 dsh-ambience 形态:host 仅 stub(保证组合行有效),dsh.client{platform:"web", inject:["slots","locale"], immediately:true}

构建安装

pnpm install
pnpm build
.\scripts\install-to-profile.ps1 -Name dsh-interrupt-send -SourceDir .
# 重启 DeepSeek Harness