ArmyWas/dsh-failure-lens

ArmyWas★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

Deterministic DeepSeek Harness plugin that explains Windows sandbox spawn EPERM failures in context

README 摘要

dsh-failure-lens Official DeepSeek Harness community discussion · Share a privacy-trimmed real field report English · 简体中文说明见下文 A small, deterministic DeepSeek Harness Web client plugin (v0.2) that explains one high-confidence Windows sandbox failure the moment it appears in the conversation: spawn EPERM caused by a confined Node child process trying to use piped stdio. It adds a single Conversation Node immediately after the matching tool result — a compact, bilingual, keyboard/assistive-technology-readable warning row. It never replaces the built-in tool row, never patches the DOM, never alters the session log, never runs another model, never auto-approves anything, and never hides raw output. What it detects (exactly one signature) dsh-failure-lens matches only when all four of these are present in the same tool-result block: 1. Error: spawn EPERM 2. code: 'EPERM' or code: "EPERM" 3. syscall: 'spawn' or syscall: "spawn" 4. a Node child-process stack marker such as node:internal/child process The same block must also carry durable failure evidence: either isError: true or a non-zero [exit code: N] marker. Evidence is never borrowed from another block. This prevents a successful c…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdeveloper-toolsdsh-pluginsandboxtypescriptwindows

分类