dsh-context-mode
by icanfinish11 · icanfinish11/dsh-context-mode
★ 0 Stars
⑂ 0 Forks
Updated: Sep 9, 2026
JavaScript
Original language: English
About
DeepSeek Harness adapter for Context Mode: in-process ctx_* tools for sandboxed code execution and an FTS5 knowledge base, plus context-window routing guidance.
Similar plugins
Project-level Local Context Engine for DeepSeek Harness: retrieval/compression/prioritization over history, code, files, user preferences and agent trajectories, producing a dynamic context window for
★ 0
dsh plugin --profile web add context-prism-dsh-pluginContext manager for DeepSeek Harness: auto-summarizes every turn into priority-sorted records, injects them plus pinned cross-session notes and custom text into each model request, and folds any-size
★ 0
dsh plugin --profile web add dsh-plugin-context-managerby catsenior507
Assembled context for DeepSeek Harness: a context tree over the session surface with per-node assemble modes (full / key / off), agent-authored presets, and a panel that decides what the model actuall
★ 0
MIT
TypeScript
Sep 11, 2026
dsh plugin --profile web add @dsh-external/dsh-client-plugin-context-assemblerCross-session event-cue memory for DeepSeek Harness: auto-extracts task/conversation cues and user language habits from every turn into a persistent global cue bank, then re-injects remembered context
★ 0
dsh plugin --profile web add dsh-cue-bankCross-session memory for the model: full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context.
★ 0
dsh plugin --profile web add dsh-plugin-recallSearch, list and read past and current sessions through the harness's own `sessionQuery` service: uses the SQLite FTS5 index where a deployment enables it, and falls back to a bounded newest-first sca
★ 0
dsh plugin --profile web add dsh-session-search-pro