dsh-auto-continue
Automatically sends a "continue" prompt when a reply is cut off at the output token limit, resuming long answers without manual input; aimed at self-hosted Ollama deployments with small output caps.
回答因达到单次输出 token 上限被截断时自动发送"继续"续写,无需手动操作;面向自部署 Ollama 等小输出上限场景。
How to install
dsh plugin add github:zhou1736948757-cpu/dsh-auto-continue About
dsh-auto-continue **Automatically resumes replies that get cut off at the output token limit — built for self-hosted Ollama users.** · **回答被输出上限截断时自动续写——为自部署 Ollama 用户打造。** When a model hits the per-request output token cap (max-tokens), DeepSeek Harness ends the turn and shows *"Send 'continue' to let the model resume"*. This plugin watches for exactly that event and sends the continuation **automatically** — no manual typing, no babysitting long answers. 当模型达到单次请求的输出 token 上限(max-tokens)时,DeepSeek Harness 会结束这一轮并提示"发送'继续'可让模型接着输出"。本插件监听该事件并**自动**发送续写指令——不用手动打字,不用守着长回答。 🦙 **Who is this for?*…
Recommendation signals
Meta
- License
- BSD-3-Clause
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-25
- Created
- 2026-08-25
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
DSH-EasyRewrite
Renzic-Stone/DSH-EasyRewrite
Inline-edit and recall your own user messages in dsh web — lazily and seamlessly, with a version pager and per-session draft persistence.
dsh-maze
lamost423/dsh-maze
Execution maze for DSH sessions: the agent's real path — main advance, failed or dead-end detours, backtracks, request retries and subagent branches — drawn on one wall-clock timeline, with three tracks under each lane sharing that axis (tool-call density, token pulse, context pressure) and a deterministic analysis panel below it (tool result matrix, failure-recovery chains, duration distribution); watch it grow live in a session tab, or upload up to 5 session logs for a same-axis compare.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.