dsh-turnsnap
Zero-config per-turn git checkpoints for DeepSeek Harness: every completed agent turn in a git workspace becomes one tagged [turnsnap] commit
367 results
Zero-config per-turn git checkpoints for DeepSeek Harness: every completed agent turn in a git workspace becomes one tagged [turnsnap] commit
对话上下文桥接:为大语言模型(LLM)/AI 智能体的对话做跨会话上下文桥接的 DSH 插件,把一次对话的共识编译为可移植三层快照,一键引入新对话。
Automatically resumes replies cut off at the output token limit — built for self-hosted Ollama users with small output caps. · 回答被输出上限截断时自动发送"继续"续写,面向自部署 Ollama 小上限场景。
Markdown view: markdown rendering for DSH client plugins, exposed through the client service mdView. A thin facade over the harness MarkdownText primitive (GFM, math, footnotes, highlighted code) plus README-ism handling: raw <img> tags and document-relative targets resolved against the repo.
Baidu cloud OCR (PaddleOCR-VL + Unlimited-OCR) for DeepSeek Harness Web: drag images/PDFs in, OCR to markdown, write results as local files.
Git 面板:看改动、暂存、提交、推送、切分支、翻历史,不用记命令。Visual Git panel for DeepSeek Harness: stage, commit, push, switch branches, browse history.
A GitHub-connected visual git panel for DeepSeek Harness — guided flow (branch → commit → push → PR → review → merge), commit graph with PR/CI badges, one-click GitHub login, and structured git tools for the agent.
Self-contained power control for DSH: sidebar power button with an upward 重启/关机 menu plus a Windows-shutdown-style overlay. Own restart & shutdown engine (no dependency on other plugins), MIT licensed.
dsh turn-guard plugin: per-step timeout for agent turns. Watches session/event step boundaries; when the agent carries __pluginConfig.turnGuard.stepMs, a step running longer than that limit is cancelled via agent.cancel({kind:'hook'}). No config = no intervention (same as web session).
Ponytail (lazy-senior-dev) as an always-on DSH plugin: injects the spec every response and mirrors the five companion skills into ~/.dsh/skills. Attribution: github.com/DietrichGebert/ponytail (MIT).
DeepSeek Harness plugin: per-tool call-count and result-byte caps, enforced before the body runs and after it returns, failing loud rather than truncating
Workspace Overview GitHub tab: an About card, the repository README rendered as markdown, and the default-branch commit history with per-file patches, all for the workspace's github.com remote.
DSH 质量套件插件:模型编辑 TS 源后自动 tsc --noEmit 诊断(code_check 工具)+ /code-review 多镜头本地代码审查命令(吸收自 a179-sanae/dsh-code-check 与 JasonFreeLab/dsh-command-code-review)
独立于 DSH 进程的后台任务(schtasks 托管):bgjob_submit/bgjob_status 工具、网页「后台任务监控」实时面板、可选完成后通知创建者 agent(notify 参数);支持可选 dsh 沙箱(read-only/workspace-write)约束后台任务文件效果。关 DSH 亦不影响任务运行。
DSH (DeepSeek Harness) 插件:大模型请求报错时按规则休眠后自动重试。支持 HTTP 状态码 / 机器码 / provider 返回字段=值 三种命中形态,每条规则独立配置休眠时长与最大重试次数;会话框内显示重试卡片,GUI 设置页实时编辑规则。
DSH 插件 v0.3.1:max-tokens 自动续写 + 429/限流自动恢复(agent/status 挂点、完整 user message、429 熔断)。嘻嘻,我一定要用 DeepSeek harness
Structured git tools for DeepSeek Harness agents: deterministic porcelain parsing (Chinese/UTF-8 paths, Windows) plus a diff-before-commit policy gate that refuses blind commits.
Prompt history navigation for DeepSeek Harness (dsh) web: browse previously submitted prompts in the conversation composer with the Up/Down arrow keys, shell-style.
Enforce configurable git commit / push / PR conventions for DeepSeek Harness agents
Compile Windows .bat/.cmd launchers into real .exe shells inside DeepSeek Harness: renders the icon, emits the C# wrapper, compiles with csc.exe (or dotnet), and installs Start Menu / Desktop shortcuts.
Limit concurrent DeepSeek Harness subagent turns and delegation runs
Patient auto-retry for DeepSeek Harness: honor the upstream gateway's retry_after_seconds on a 429 capacity cooldown instead of giving up after two fast retries, and wait out the mislabeled modality 400 a saturated gateway replays from its client-error circuit. Optional floating countdown badge included.
DeepSeek Harness web plugin: an ambient balance/limit reading under the composer, showing upstream-reported DeepSeek balance and OpenCode Go usage, plus a day’s spend folded from the balance deltas the host samples.
Wake-word voice input for DeepSeek Harness: an always-on, low-power keyword spotter wakes the agent, then local ASR turns what you say next into a submitted message. No API key, no cloud, no typing.