icanfinish11/dsh-context-mode ↗★ 0
dsh-context-mode
DeepSeek Harness (dsh) plugin for context-mode: in-process ctx_* tools (sandboxed code execution, FTS5 knowledge base) plus context-window routing guidance.
AI 分析
核心用途是提供安全的沙箱执行环境与本地 FTS5 高效检索。适合需要让智能体安全运行代码、进行本地知识库检索,并优化上下文路由的专业开发者。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:icanfinish11/dsh-context-modeドキュメント
README 全文を読む ↗Configuration
The plugin row id is context-mode (see cordis.patch.yml). Override
per-profile in $DSH_HOME/profiles//cordis.patch.yml:
- id: context-mode
config:
storageDir: ~/.dsh/context-mode # isolate the FTS5 store
routing: true # inject the routing section
tools:
purge: false # hide destructive tools
upgrade: false # host-hook updater (default off)