Overview
dsh-context-proxy
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 this bundle from GitHub
The CLI validates the bundle, invokes native DSH, then reports completion.
npx dshpub add EvilIrving/dsh-context-proxy --ref 1e1965f51ace195272697ff55b9dc8d43798e6a6Capabilities
What it contributes
README / EN
Package documentation
Thin on-demand context-retrieval layer for the DeepSeek Harness.
LIMITATIONS
Known limitations
- **`context_grep` line parse is `path:line:text`** — a spill path containing a newline (not expressible in the durable locator) would confuse the parser; absolute spill paths never contain one. - **Fallback text scan is literal, not regex** — when no spill path is supplied, `context_grep` falls back to `sessionQuery`'s literal, case-insensitive, whitespace-flexible scan, not a regex search. - **Bundle writing is not sandboxed** — nothing here writes files; retrieval only reads through the seams.
