全部插件

DSH / BUNDLE / BUNDLES

dsh-context-proxy

v0.1.0EvilIrving / dsh-context-proxy1e1965f51a

外部 Git 组合包组合包组合包与其他模块社区 · Topic 自动分析
在 GitHub 打开
运行时构成
HOSTCLIENTUITOOLDATAFLOW

概览

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.

社区 · Topic 自动分析 — 通过 GitHub dsh-plugin Topic 自动发现。静态检查在不执行第三方代码的前提下,验证了固定公开版本的根目录 bundle 契约与已提交文件;这不等于人工审核、安全审计、运行时冒烟测试、发布者身份验证或官方背书。

安装

从 GitHub 安装此组合包

CLI 会验证组合包、调用原生 DSH 安装,成功后才上报完成。

npx dshpub add EvilIrving/dsh-context-proxy --ref 1e1965f51ace195272697ff55b9dc8d43798e6a6

能力

它贡献了什么

HostCordis loadable未核对
Client / UIHost only未核对
Model tools未核对未核对
Profile state未核对未核对

README / ZH

插件文档

Thin on-demand context-retrieval layer for the DeepSeek Harness.

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.