dsh-infinite-context
Multi-tier memory management, progressive context compaction, semantic RAG, and model-context awareness for DeepSeek Harness.
Install
$ npm pack && dsh plugin --profile <name> add ./dsh-infinite-context-0.1.0.tgzPlugin Overview & Capabilities
AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.
Key Capabilities
- Three-tier memory pyramid (short raw turns, mid summaries, long consolidated summaries)
- Token-pressure driven progressive compaction preserving recent messages
- Persistent memory storage using Node SQLite (`node:sqlite`)
- Semantic retrieval and per-turn top-K relevant memory injection (RAG)
- Three-layer deduplication (exact, normalized fuzzy, cosine semantic)
- Model context awareness and active probing for Ollama, llama-server, and LM Studio
- Built-in manual tools for search, status, indexing, auditing, forgetting, and forced compression
Useful For
- Preventing context overflow in long-running agent sessions and workflows
- Maintaining long-term conversational memory and structured project context across DSH restarts
- Accurately sizing context budgets when running local models with constrained or declared context windows
Who It Fits
- DeepSeek Harness developers working on complex multi-turn workflows
- Users running local models via Ollama, llama.cpp, or LM Studio within DSH
Documented Limitations
- Requires Node.js >= 22.19.0 with built-in SQLite support (`node:sqlite`)
- Full transformer embeddings require optional peer dependency `@huggingface/transformers`
- Requires DSH profile patch configuration via `dsh.bundle`
DSH Compatibility
Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.
Security Signals
Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.
Source & Registry Notes
Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.
- Source repository
- chocobo77/dsh-infinite-context
- Registry source
- GitHub · dsh-plugin topic
- Registry classification
- Plugin Bundle
- Source checked
- c4025fb · 2026-09-20
This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.
Repository Activity
- GitHub stars
- 2GitHub stars
- Forks
- 0
- Open issues
- 0
- Last commit
- 2026-09-10
- Last release
- No release detected
Related DSH Plugins
Ranked by overlapping capabilities, use cases, plugin type, categories, and DSH profile.
Composable three-tier memory control plane for DeepSeek Harness with runtime context, searchable documents, and pluggable long-term memory.
View plugin →Traceable, searchable, cross-session knowledge graph memory engine for DeepSeek Harness.
View plugin →Long-term spatiotemporal memory, zero-LLM whitebox reasoning, and knowledge flywheel integration for DeepSeek Harness via AEIS.
View plugin →Memory library for building stateful agents
View plugin →