Haoran2099/focal-dsh0

focal-dsh

为 DeepSeek Harness 提供的任务隔离、隐私优先的记忆插件

AI 分析

核心用途是提供安全的长期记忆管理,支持任务隔离与隐私保护配置。适合需要在多任务间保持上下文记忆,同时对数据隐私有严格要求的用户。

套件
focal-dsh
版本
0.1.1
授權
MIT
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Haoran2099/focal-dsh

Configuration

Override the inserted row in the profile's cordis.patch.yml. A DSH patch replaces the row's whole config, so keep every setting you still need:

- id: focal-memory
  config:
    captureUserText: false
    captureToolPaths: true
    injectContext: true
    maxTasks: 32
    maxObservationsPerTask: 40
    maxContextObservations: 8
    maxContextChars: 4000

captureUserText: false replaces stored request text with a generic marker. injectContext: false keeps collection and explicit recall available but adds nothing automatically to model requests.