{ "name": "dsh-resume-turn", "version": "0.1.0", "description": "DSH 断点续接插件:模型回复因网络中断/超时半途失败时,自动把已生成的部分输出带进下一轮,让模型从中断处继续,而不是从零全量重跑。DSH plugin: on a mid-stream network failure, auto-resume the turn from its partial output instead of restarting from scratch.", "license": "MIT", "author": "Harris Logic", "type": "module", "main": "lib/index.js", "exports": { ".": { "default": "./lib/index.js" }, "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "files": [ "lib/index.js", "cordis.patch.yml", "LICENSE", "README.md", "README.zh.md" ], "engines": { "node": ">=22" }, "dependencies": {}, "peerDependencies": { "@deepseek-ai/dsh-llm": "*", "@deepseek-ai/schemastery": "*" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-llm": { "optional": true }, "@deepseek-ai/schemastery": { "optional": true } }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "plugin", "resume", "retry", "timeout", "network", "llm-retry", "断点续接" ], "repository": { "type": "git", "url": "git+https://github.com/Harris-Logic/dsh-resume-turn.git" }, "homepage": "https://github.com/Harris-Logic/dsh-resume-turn", "bugs": { "url": "https://github.com/Harris-Logic/dsh-resume-turn/issues" } }