dsh-hindsight
Official-grade DeepSeek Harness memory plugin backed by Hindsight (vectorize-io). Add /hindsight commands and model tools that recall, remember, inspect and forget through a Hindsight memory bank.
AI Analysis
核心用途是提供语义记忆库,支持通过命令行或模型工具进行记忆的召回、存储、查看和删除。适合需要赋予 AI 助手长期跨会话记忆能力的复杂任务。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Ryu6Zero/dsh-hindsightREADME
Read the full README ↗Usage
/hindsight status # bank stats, memory/link/doc counts
/hindsight recall 记忆架构决策 # semantic recall, shows text + ID
/hindsight list # recent memories
/hindsight remember 记住X # queue content for async extraction
/hindsight forget # soft-delete (invalidate) one memory
The agent can do all of the above on its own in a conversation via the model tools — just ask it to "check memory" or "remember that...".