Aik358/dsh-auto-memory63

@a9i5k4/dsh-auto-memory

主动联想记忆与 Astra 式上下文管理系统

AI 分析

适合需要跨会话记忆唤回、自动沉淀知识和技能固化的深度用户。

套件
@a9i5k4/dsh-auto-memory
版本
2.4.2
授權
BSD-3-Clause
最近更新
2026年9月12日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Aik358/dsh-auto-memory

Configuration

Config file ~/.dsh/dsh-auto-memory.json (everything adjustable in the Settings GUI, zh/en UI and panel font size included):

{
  "userMemoryDir": "~/.dsh/memory",
  "memoryRoot": "~/.dsh/memory/workspaces",
  "injectEnabled": true,
  "injectBudgetChars": 2400,
  "recentDaysInjected": 1,
  "reflectEnabled": true,
  "autoConsolidate": true,
  "autoConsolidateCooldownMinutes": 30,
  "autoConsolidateDailyMax": 8,
  "unattendedMode": false,
  "unattendedAuto": false,
  "unattendedAutoHours": ["22:00-08:00"],
  "memoryHubEnabled": true,
  "externalSources": { "workbuddy-user": true, "claude-global": true },
  "dayBoundaryMinutes": 450
}

Full key reference lives in the Settings page — every switch has a description, and every welcome-tour switch maps 1:1 to settings.