DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-infinite-context

Multi-tier memory management, progressive context compaction, semantic RAG, and model-context awareness for DeepSeek Harness.

Security & Policy
2GitHub Stars0ForksUpdated2026-09-10

Install

$ npm pack && dsh plugin --profile <name> add ./dsh-infinite-context-0.1.0.tgz

Plugin 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.

source-grounded
dsh-infinite-context is a DeepSeek Harness plugin bundle offering multi-tier memory management and progressive context compaction. It persists structured memories in SQLite, generates summaries across short/mid/long memory tiers, performs semantic deduplication and top-K context injection, and detects real local model context limits to prevent overflow.

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.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

No automated security signals have been published yet.

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
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app