All plugins

DSH / BUNDLE / BUNDLES

dsh-context-proxy

v0.1.0EvilIrving / dsh-context-proxy1e1965f51a

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

Overview

dsh-context-proxy

Thin on-demand context-retrieval layer for DeepSeek Harness: context_query / context_slice / context_grep tools over the sessionQuery and subprocess seams.

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-context-proxy --ref 1e1965f51ace195272697ff55b9dc8d43798e6a6

Capabilities

What it contributes

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

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.