Haoran2099/focal-dsh0

focal-dsh

Task-isolated, privacy-first memory for DeepSeek Harness

AI Analysis

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

Package
focal-dsh
Version
0.1.1
License
MIT
Last updated
Aug 14, 2026

Install

$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.