dsh-auto-continue
回答因达到单次输出 token 上限被截断时自动发送"继续"续写,无需手动操作;面向自部署 Ollama 等小输出上限场景。
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.
怎么安装
dsh plugin add github:zhou1736948757-cpu/dsh-auto-continue 简介
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?*…
推荐参考
信息
- 协议
- BSD-3-Clause
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-25
- 创建于
- 2026-08-25
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
DSH-EasyRewrite
Renzic-Stone/DSH-EasyRewrite
在 dsh web 中内联编辑与撤回自己的消息——惰性、无痕,带版本翻页器与会话级草稿持久化。
dsh-maze
lamost423/dsh-maze
执行迷宫:把智能体真实的执行过程——主干推进、失败或扑空的支路、折返、请求重试与子代理分支——画在同一根墙钟时间轴上;泳道下方是与它共用时间轴的三条数据轨道(工具调用密度、Token 脉冲、上下文压力),再下方是确定性的执行分析面板(工具结果矩阵、失败恢复链、耗时分布);可在会话页签里实时生长,也可上传最多 5 个 session log 做同轴对比。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。