Skip to content
dsh.fish

Browse

88 results

Bundle

dsh-skill-indexer

DSH host bundle plugin: builds a two-level (category + skill) recall index over all local SKILL.md files and routes a natural-language intent to the best-matching skills, with three-state (hit / low-confidence / miss) fallback.

NattoCB
Bundle

@deepseek-ai/dsh-memory-connect

Cross-session memory plugin for DSH — auto-extraction, semantic recall, scheduled maintenance, LLM-powered consolidation, context explosion prevention, global Soul identity

Asher-2000
Bundle

@local/dsh-cue-bank

Cross-session memory cue bank for DeepSeek Harness: builds a persistent event-cue library (keywords, user language idiosyncrasies) and re-activates remembered event details on topic switches, mirroring human episodic recall.

itr-del
Bundle

dsh-context-tree

Reusable trajectory-tree context, exact-turn forks, and bounded cross-session recall for DeepSeek Harness

wr-web
Bundle

@heeweelee/dsh-session-plugin

DeepSeek Harness plugin: recall previously sent messages in the input box with ↑/↓, and archive (delete) a workspace session with a right-click.

Heeweelee
Bundle

@tkliuxing/dsh-hypatia

Long-term memory for DeepSeek Harness backed by Hypatia: a host-side CLI adapter, a plugin-owned SQLite control ledger, same-request recall, and narrow memory tools. Requires the `hypatia` CLI on PATH.

tkliuxing
Bundle

dsh-hindsight

Official-grade DeepSeek Harness memory plugin backed by Hindsight (vectorize-io). Add /hindsight commands and model tools that recall, remember, inspect and forget through a Hindsight memory bank.

Ryu6Zero
Bundle

dsh-hindsight-memory

Hindsight long-term memory for DeepSeek Harness: auto-recall context injection before each agent step (agent/pre-step) and auto-retain of each finished turn (session/event).

jackyytche
Bundle

dsh-memo

Memo — session memory search for DeepSeek Harness agents: cross-session full-text recall (memo_search), distilled notes (memo_remember), and corpus stats (memo_stats) over the official sessionQuery service. Zero infrastructure, local-first.

lesliechowsh
Bundle

dsh-composer-recall

Arrow-key input history for DSH 0.1.2-alpha.1: press ↑ in an empty composer (or at the start of the draft) to recall this session's prompts, ↓ to go forward, Esc to restore what you were typing.

WongYuYe
Bundle

dsh-graphmemory

Knowledge graph memory for DeepSeek Harness and OpenClaw — cross-session recall, PageRank, communities, and vector search

meyaomiao
Bundle

dsh-mem0-plugins

Mem0 persistent memory for the DeepSeek Harness web profile — automatic recall injection, tidal-coalesced memory writes, and mem0_search/add/update/delete tools against a self-hosted Mem0 server (X-API-Key). Zero-intrusion bundle plugin; no dsh source changes.

runfali
Bundle

dsh-session-recall

Cross-session full-text recall for DeepSeek Harness: the model-facing `recall` tool searches past session transcripts through ctx.sessionQuery

kittimzhe
Bundle

@stardustlc/dsh-dream

DSH 做梦插件:agent 在会话间隙回放近期对话(dream_digest)、反思并写入梦境日记(dream_save/journal/recall),高频教训幂等桥接进 AGENTS.md(dream_bridge),六工具含健康自检。多帧 zstd 会话读取,默认隐私脱敏,零运行时依赖。

STARDUSTLC666
Bundle

@dsh-external/dsh-project-memory

项目记忆(Project Memory):本地优先的项目记忆插件。每个项目一份 .dsh-memory.json(按 cwd 隔离),提供 memory_read/recall/write/update/delete 五工具、/memory 命令、设置页记忆管理 UI(编辑/删除/拖动排序/一键保存排序/状态过滤/搜索/多项目切换),全部遵循'随核心快速适配'(适配器+探测-退化-上报)与'万物皆插件'(可独立挂载/停用)。【单线 0.1.3】2026-09-11 起取消双线:只面向 DSH 最新核心(0.1.5-rc.1 及更新,桌面端 2.0.7+/2.0.9),不再为旧核做适配;含读取保序修复与「保存排序」二次确认/回读校验。同属 0.1.x 系列——**只有出现较大优化或新功能时才升 0.2.0**(本版暂不发布)。

LAYZR114
Bundle

@dsh/dsh-memory

Persistent memory system plugin for DeepSeek Harness: atomic facts, recall/remember/consolidate engines, soul.md & user.md, and a browser settings section.

masquerator-coder