dsh pluginsEnglish
← 返回热门插件目录

Ctrl+C 中断并停止DSH的运行

Maybemar/dsh-ctrl-c · 主题

Ctrl+C 中断并停止DSH的运行; DSH Web的Ctrl+C中断插件。

★ 0GitHub 星标
0分支
2026-08-16最近更新
JavaScript开发语言
MIT许可证

项目简介

DSH Web 客户端插件:在对话生成过程中按 Ctrl+C 直接打断当前轮次 —— 效果与点击输入框上的「停止运行」按钮完全一致(底层都是调用当前会话的 cancel())。

只打断当前打开的会话。DSH 宿主对打断前排队的消息不会自动唤醒驱动,本插件会在打断成功后把仍在排队的消息按 FIFO 重新入队并自动续跑;如不需要自动续跑,在浏览器控制台执行 localStorage["dsh.ctrlC.autoResume"] = "off" 即可关闭。 Only the currently open session is interrupted; queued messages resume in FIFO order, same as the official stop button. 开发 / Development

安装命令

dsh plugin --profile web add github:Maybemar/dsh-ctrl-c
查看 GitHub 仓库 ↗返回热门插件目录