dsh-memory-plugin
Run the following command in DeepSeek Harness:
dsh plugin install ly028716/dsh-memory-plugin
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install ly028716/dsh-memory-plugin in your DeepSeek Harness terminal to install the plugin; the full source is available at https://github.com/ly028716/dsh-memory-plugin
About this plugin
Every new session in DeepSeek Harness starts from scratch: your preferred agent, go-to model, active project, and recent tasks all need to be re-stated. dsh-memory-plugin exists to fix that. It quietly accumulates a picture of how you work across sessions, so the next time you open a terminal, your assistant already knows your preferences.
The plugin tracks several dimensions automatically: call frequency of common tools such as read, write, edit, glob, and grep; your preferred agents, LLMs, language settings, and code style; active projects with their tags and access history; and session-level details like discussion topics and completed tasks. A built-in recommendation engine uses this accumulated data to suggest the best-fit model and agent configurations on demand. All memory is persisted as a local JSON file with import, export, and clear-Memory API support, giving you full ownership of your data. A web visualization viewer lets you browse your accumulated memory through charts, timelines, and summary cards, and eight real-time recommendation metrics are available for inspection.
The plugin is well suited for developers who use DSH frequently and juggle multiple projects or toolchains. If you want your AI assistant to gradually adapt to your workflow while keeping every byte of data local, cloud-free, and deletable on demand, this lightweight and transparent memory layer is a practical fit.
Use Cases
- Switching between multiple projects while the assistant retains each project's context and preferences
- Receiving model and agent recommendations in a new session based on historical tool usage patterns
- Reviewing tool frequency, project history, and session timelines through the web viewer
Best For
- Developers who frequently use DSH across multiple projects and toolchains
- Efficiency-focused users who want their AI assistant to adapt to their workflow
- Privacy-sensitive users who demand fully local, cloud-free data control
Related Plugins
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.
An opinionated, zero-infrastructure file-based memory protocol: human-readable markdown files plus a bounded always-loaded index, curation discipline, and no database or embeddings.