DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-remember

A

dsh-remember

Manifest valid★ 1

Cross-session long-term memory plugin for DeepSeek Harness

UI (client)hasBundlePatch

dsh-remember

ci npm license

中文

Cross-session long-term memory for the DeepSeek Harness(dsh).

While you're away, it looks back at your recent sessions and distills the useful experience into a set of plain Markdown files. Every conversation after that starts with a summary of those memories, and the model greps the originals when it needs details.

No vector database, no external service — memories are just files under ~/.dsh-memory/ that you can open, search, and manage with git.

Features

  • Automatic extraction — idle sessions are scanned, redacted, and distilled in the background
  • Automatic consolidation — new experience is merged incrementally; stale, never-cited entries are pruned
  • Automatic recall — every prompt carries a memory summary (configurable token cap); the model searches on demand
  • Readable and controllable — a sidebar status panel, a memory viewer, and a settings page; pause anytime
  • Translatable — one-click translation of the memory files with incremental caching
  • Portable — gzip bundle export/import with content-hash dedup

Screenshots

The memory entry at the bottom of the sidebar opens the status panel.

Sidebar entry and status panel

The memory viewer: overview (stats, most-cited, records), summary, and registry.

Overview Summary

Index

Install

From npm:

dsh plugin --profile <name> add dsh-remember

From source:

git clone https://github.com/Arborsm/dsh-remember.git
cd dsh-remember
pnpm install && pnpm build
dsh plugin --profile <name> add .

Restart dsh web after installing. During development you can skip installation and load straight from the workspace (run from the dsh checkout root):

pnpm dsh web --patch <path/to>/dsh-remember/cordis.dev.yml

Note: --patch must come before --port, otherwise commander fails with unknown option '--patch'.

Configuration

Every field has a default; the plugin works out of the box. Override via cordis.yml or the config: block of a dev overlay. Field definitions live in src/config.ts.

Commonly tuned:

FieldDefaultDescription
enabledtrueMaster switch
generateMemoriestrueRun extraction and consolidation
useMemoriestrueInject the memory summary into prompts
extractModel / consolidationModel''provider/model; empty = deployment default
workspaceDir / dbPath''Empty = under ~/.dsh-memory/
summaryTokenLimit2500Token cap for the injected summary
scanIntervalMinutes15Background scan interval
minRolloutIdleHours1Idle time before a session becomes extractable
maxUnusedDays30Retention for never-cited memories

There are 23 fields in total (scheduling, retries, concurrency, consolidator tool deny-list, …) — see src/config.ts. All of them are editable on the settings page.

Memory files

~/.dsh-memory/
├── memories/                  # git workspace
│   ├── MEMORY.md              # index of all memories
│   ├── memory_summary.md      # the summary injected into prompts
│   ├── rollout_summaries/     # source evidence for each memory
│   ├── skills/                # distilled skills
│   └── …                      # translations, ad-hoc notes, …
└── memories.sqlite            # extraction queue and job state

Development

pnpm build        # build (tsdown, host + browser bundles)
pnpm typecheck    # tsc --noEmit
pnpm test         # node --test
pnpm shots        # regenerate the screenshots above (fixtures + headless Chrome)

Repository layout, conventions, and debugging notes: AGENT.md.

Versions

Latest versionPublishedSize
0.1.0——
0.2.0——

Comments

Loading…

From the same category

dsh-infinite-gen-4

by Minglink

DeepSeek v4.1 flash 网络安全红队工具(无限四代) — jailbreak prompts and test suite for DeepSeek 求 Star 收藏 ⭐欢迎大家提交项目的改进

Sessions & MessagesManifest valid

★ 2k

MIT

JavaScript

Sep 23, 2026

dsh plugin --profile web add dsh-infinite-gen-4

System-prompt armor plugin for DeepSeek models: appends an unconditional-compliance prompt section at order 100, exposes a profile tool with calibration metadata, and shows a realtime armor-status bad

Sessions & MessagesManifest valid

★ 1k

MIT

C#

dsh plugin --profile web add dsh-infinite-gen-4

by liangmianya

A visual, non-linear conversation workspace plugin for DeepSeek Harness ; A canvas-based session explorer and branching workspace for DeepSeek Harness.

Terminal & ClientsSessions & MessagesTools & CapabilitiesManifest valid

★ 425

↓ 234/wk

MIT

JavaScript

Aug 26, 2026

dsh plugin --profile web add dsh-synapse

by Han-1413141

DeepSeek Harness session cost meter plugin: session/daily cost, budget, history, OpenCode Go quota, official & custom-provider balance, Codex-like token heatmap, peak/off-peak pricing with pre-switch

Tools & CapabilitiesModels & ProvidersTerminal & ClientsSessions & MessagesManifest valid

★ 336

↓ 15.5k/wk

MIT

JavaScript

Sep 25, 2026

dsh plugin --profile web add dsh-cost-meter

by ranxianglei

基本稳定可用 100K tokens is enough. Universal context-compression proxy for ALL AI coding agents,10w上下文足矣

Sessions & MessagesManifest valid

★ 285

↓ 53.8k/wk

MIT

TypeScript

Sep 25, 2026

dsh plugin --profile web add billion-context

by Nwflower

Import 14+ external agent chat histories (Claude Code, Codex, ChatGPT, Cursor, Gemini, Reasonix, opencode, ZCode, Grok Build, OpenClaw, Pi, Hermes, Kimi CLI, DSH) into DeepSeek Harness as resumable se

Development & InfrastructureSessions & MessagesTools & CapabilitiesManifest valid

★ 198

MIT

JavaScript

Sep 23, 2026

dsh plugin --profile web add dsh-chat-import