dsh-statecore
Run the following command in DeepSeek Harness:
dsh plugin install yul761/dsh-statecore
Paste the following prompt into your AI chat to install this plugin:
To install this plugin in DeepSeek Harness, run dsh plugin install yul761/dsh-statecore; its open source repository address is https://github.com/yul761/dsh-statecore.
About this plugin
When working with DeepSeek Harness on complex projects, session context often fragments and is lost as conversations deepen. dsh-statecore addresses the pain points of "memory fragmentation" and "context loss," serving not just as a simple storage but as a native memory engine equipped with evidence chain tracking. Its core capability lies in its "native" nature; by automatically ingesting human and assistant messages without requiring model cooperation, it converts conversations into auditable facts. It also supports auto-injecting memory into the model's context and ensures no critical information is lost during session compaction via its digest mechanism. Paired with native tools like remember and why, it provides structured JSON output in Code Mode, significantly boosting the credibility of debugging and reasoning. It is particularly suitable for developers and teams who need to maintain context consistency over long projects, perform complex reasoning, or require audited sources of facts. By sharing a SQLite store, it seamlessly collaborates with MCP clients, enabling the AI to make decisions based on past facts in every interaction, thereby building more intelligent and reliable agent workflows.
Screenshots
Use Cases
- Maintain long-term project context without loss, automatically summarize conversations into auditable facts, and support evidence chain tracing.
- Keep consistent knowledge bases across multi-turn conversations, auto-inject historical memory to aid decision making.
- Simulate human memory mechanisms to provide persistent fact storage and reasoning foundation for AI Agents.
Best For
- Developers needing AI with long-term memory capabilities, teams focused on code audit and fact tracing, and users of DeepSeek Harness.
- Engineers building complex Agent workflows and researchers requiring reliable context management.
- Users prioritizing data privacy and wishing to deploy a memory engine locally.
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.