focal-dsh
Task-isolated, privacy-first memory for DeepSeek Harness
AI 分析
核心用途是提供安全的长期记忆管理,支持任务隔离与隐私保护配置。适合需要在多任务间保持上下文记忆,同时对数据隐私有严格要求的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Haoran2099/focal-dshドキュメント
README 全文を読む ↗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.