dsh plugins中文
← Back to popular plugin directory

Ctrl+C interrupts and stops the running of DSH

Maybemar/dsh-ctrl-c · themes

Ctrl+C interrupts and stops the running of DSH; DSH Web's Ctrl+C interrupts the plug-in.

★ 0GitHub stars
0Forks
2026-08-16Last updated
JavaScriptLanguage
MITLicense

Project overview

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

Install command

dsh plugin --profile web add github:Maybemar/dsh-ctrl-c
View GitHub repository ↗Back to popular plugin directory