@a9i5k4/dsh-auto-memory
主动联想记忆与 Astra 式上下文管理系统
AI 分析
适合需要跨会话记忆唤回、自动沉淀知识和技能固化的深度用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Aik358/dsh-auto-memory說明文件
閱讀完整 README ↗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.