Memory 11
-
distillLoserFox
Automatic conversation distillation: background subagent reflection + skill create/update.
-
dsh-mnemonomdsh-dev
Deep Mnemon integration: local three-tier memory (Runtime Memory, retrievable Documents, supervised Memory Spaces).
-
dsh-mnememodusensus
Cross-session memory: SQLite with a human-editable Markdown mirror, background consolidation (dedup, merge, conflict resolution), and six memory tools.
-
nowledge-mem-deepseek-harnessnowledge-co
One memory layer for every AI tool and agent: Context Bundle injection, prompt-time recall, MCP tools, and turn-end DSH thread capture.
-
dsh-memoryJesse-njx
Cited memory over DSH's lossless session log: distilled facts carry `(sessionId, eventRange)` citations that expand back to the exact original log excerpt.
-
dsh-memory-vaultflymysql
Cross-session memory vault: remember / recall / forget tools, per-turn prompt injection, and a settings-page entry browser.
-
dsh-plugin-asmemoryXplore-LAB
Action-state time memory: record typed states and actions, then analyze trends, anomalies, and causality.
-
dsh-mementoPerryLink
Bounded, layered, approval-gated, auditable cross-session memory: a typed `ctx.memory` seam with a zero-dependency SQLite provider, a `memory` tool, and frozen snapshot injection; every write passes the approval gate and stays reconstructable from the session log.
-
dsh-file-memoryICCuse
File-backed working memory: memorize/recall key premises verbatim in a session notes file so they survive context compaction losslessly.
-
dsh-knowledgeICCuse
Bridge into a global Markdown knowledge base shared with the Codex kb.cmd CLI: kb_add/kb_search/kb_show/kb_timeline tools with byte-compatible frontmatter.
-
dsh-premise-guardICCuse
Post-compaction premise-drift guard: injects a one-shot notice when a compaction summary drops a critical literal anchor.
No plugins match.
Installing
# from npm (prebuilt) dsh plugin --profile web add <npm-package> # from GitHub (first run asks for allowBuilds approval — follow the hint, retry) dsh plugin --profile web add github:<owner>/<repo>
GitHub-sourced plugins run build scripts on your machine at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
Get your plugin listed
Open a PR against awesome-dsh-plugin — one line each in every README language file; the site syncs automatically. Add the dsh-plugin topic to your repo too.