All plugins

DSH / BUNDLE / BUNDLES

dsh-repro

v0.1.0EvilIrving / dsh-reproe51736ba58

External Git bundleBundlesBundles & other modulesCommunity · Topic auto-analysis
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-repro

Export a minimal, secret-scrubbed, replayable problem bundle for DeepSeek Harness via the /repro command.

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add EvilIrving/dsh-repro --ref e51736ba583830462e0cca4d808ec3e0b7001bcd

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIHost onlyNot inspected
Model toolsNot inspectedNot inspected
Profile stateNot inspectedNot inspected

README / EN

Package documentation

Export a minimal, secret-scrubbed, replayable problem bundle for the DeepSeek Harness.

LIMITATIONS

Known limitations

- **Bundle write bypasses the sandboxed `ctx.fs` seam** — v1 uses `node:fs/promises` directly; routing the write through `ctx.fs` (so a sandboxed deployment constrains the output path) is deferred. - **Replay CLI is out of scope** — `dsh repro run <bundle>` is a separate process-level seam (`boot/cmdline` + `cmdlineArgs`), not `/repro`; v1 only exports. - **No oversized-artifact inlining** — spill artifacts are referenced by locator, never inlined; any file-byte inlining would need a size policy.