icanfinish11/dsh-context-mode0

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.

包名
dsh-context-mode
版本
0.1.0
许可证
NOASSERTION
最近更新
2026年9月9日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:icanfinish11/dsh-context-mode

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)