DSH plugin bridging agents to the Xcode headless MCP service (xcrun mcpbridge) over stdio JSON-RPC, exposing Xcode build/test/preview/simulator tools as agent tools. Zero runtime dependencies.
Cross-session long-term memory for DeepSeek Harness (dsh): durable JSON-file memory store with memory_save / memory_recall / memory_forget / memory_list model tools, installable as a dsh bundle.
memory · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jelee0145/dsh-mem
MEMFLOW memory framework for DeepSeek Harness — distributed memory architecture: every project carries its own memory/, one plugin for Hermes-like memory across all your workflows
Agent 协作 · memory · 效率 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:crwsr124/dsh-memflow
Project persistent memory and session-lessons distillation for DeepSeek Harness (DSH): an agent records a session's work summary, lessons learned, and next-action guide (memoir_record) into a per-project PROJECT_MEMORY.md plus a cross-project index (~/.dsh/dsh-memoir.json), reads it back on demand (memoir_read), auto-distills each worked turn at turn end, and has the project memory auto-injected into the system prompt of future sessions. Ships a web-GUI 'Memory' panel (project/global tabs, search, manual record/delete) over /api/dsh-memoir routes. TypeScript, mounted via the dsh.bundle.patch manifest, no dsh source changes.
Agent 协作 · memory · notifications · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Qinling-Melon-Farmers/dsh-memoir
Project-scoped memory system for DeepSeek Harness: persistent key-value memories per scope with set/get/list/delete/search tools, JSON-file storage and client RPC. · DSH 项目记忆系统:按作用域持久化的键值记忆,含增删查列搜索工具与 RPC。
finance · integrations · memory
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DamonKoy/dsh-plugins#fd97e01fb1c26454f27310dd42a6f8d7b66e8e29&path:packages/dsh-memories
Cross-session long-term memory for DeepSeek Harness: a schema-validated memory domain over ctx.storage plus model-facing remember/recall/index/forget tools and a memory protocol prompt section.
Long-term memory for DeepSeek Harness agents: user preferences, project facts, session summaries, and knowledge entries, with auto-injection at session start.
Agent 协作 · memory · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yangyongzhen/dsh-memory
Memory protocol enforcement plugin for DeepSeek Harness — forces memory_weave before tool calls, auto-ingests session turns, injects memory context into agent steps. Bridges the opencode-memory MCP server with a hard protocol gate.
Agent 协作 · integrations · memory · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:baaai123/dsh-memory-protocol
MemoryHub (mh) integration for DeepSeek Harness: loads .memoryhub checkpoint memory on session start, saves dsh sessions back into checkpoints, and registers the mh workflow skill and tools