icanfinish11/dsh-context-mode0

dsh-context-mode

DSH 上下文模式插件,提供进程内 ctx_* 工具(沙箱代码执行、FTS5 知识库)以及上下文窗口路由引导。

AI 分析

核心用途是提供安全的沙箱执行环境与本地 FTS5 高效检索。适合需要让智能体安全运行代码、进行本地知识库检索,并优化上下文路由的专业开发者。

包名
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)