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.
安装
$
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)