Haoran2099/focal-dsh0

focal-dsh

Task-isolated, privacy-first memory for 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.