guntur-d/dsh-memory0

@guntur-d/dsh-memory

Persistent cross-session memory plugin for DeepSeek Harness: workspace-scoped durable facts with model-facing memory_write/list/search/forget tools and bounded prompt injection

AI 분석

核心用途是实现跨会话的持久化工作区记忆。适合需要在多次对话间保持项目背景、配置偏好等信息的长期开发任务。

패키지
@guntur-d/dsh-memory
버전
0.1.0
최근 업데이트
2026. 8. 14.

설치

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

Usage

The model calls memory_write when something durable is established (a port, a preference, a non-obvious project fact). You can prompt it explicitly:

Please remember: the staging server listens on port 3080 and the deploy script is deploy.sh

A later session in the same workspace starts with an app:memory section listing the recent memories, and can memory_list / memory_search / memory_forget (by id) on demand.