DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-rich-context

s

dsh-rich-context

Manifest valid

Agent instruction manager for DSH — edit and template the AGENTS.md files the harness actually reads (global + per-workspace)

UI (client)hasBundlePatch

dsh-rich-context

Agent instruction manager for DeepSeek Harness — edit, refine, and route the AGENTS.md files your agents actually read, from a sidebar panel under the Skill Center.

管理 AGENTS.md——agent 实际读取的指令文件:全局/工作区编辑、自定义路径、跨工具源扫描与默认切换。

Install

dsh plugin --profile web add dsh-rich-context

Restart the dsh web process. A Context entry appears in the sidebar (under Skill Center).

What it manages

The harness reads instruction files from two scopes (verified in dsh-agent-instructions):

  • User-global: ~/.dsh/AGENTS.md — injected into every session
  • Per-workspace: <workspace-root>/AGENTS.md — scoped to that workspace's sessions

Plus custom paths — click the path in the header to route to any absolute file path.

The panel

Two tabs (segmented, bleed grammar):

  • Global — edit ~/.dsh/AGENTS.md with the monospace editor (Ctrl+S saves)
  • Workspace — pick a workspace from the dropdown, edit its root AGENTS.md

The path field in the header is click-to-edit: click it, type any absolute path, Enter to load that file instead. The editor follows.

Source scanning + default switching

On the Global tab, the AGENTS.md sources section scans 10 tool directories (.dsh, .codex, .claude, .omp, .pi, .cursor, .aider, .gemini, .copilot, .continue — plus home root) for AGENTS.md and CLAUDE.md files. Each detected file lists with its line count and a Set as default button — clicking it symlinks ~/.dsh/AGENTS.md to that file, so the harness transparently reads whichever tool's instructions you designate as the single source of truth. Reset restores a plain file.

Architecture

src/host.js            Node half — /api/rich-context/{state,file,template,sources,default}
                       routes. Scans tool dirs, manages symlinks, reads/writes
                       AGENTS.md files. Node builtins only.
src/client.bundle.js   Browser half — pure DOM overlay (no React dependency):
                       sidebar entry + panel with tabs, editor, source scanner.

License

MIT

Similar plugins

dsh-custom-instructions

by lyke-61

Codex-style custom instructions for DeepSeek Harness: edit ~/.dsh/AGENTS.md from a settings panel - applies to every chat and model. 类 Codex 自定义指令:在设置里编辑全局指令,所有会话所有模型生效。

Manifest valid

0

MIT

JavaScript

Aug 16, 2026

dsh plugin --profile web add dsh-custom-instructions

by andrepontesmelo

The DSH productivity suite: plugins + agent skills for the DeepSeek Harness, installable in one command.

Manifest valid

0

MIT

JavaScript

Sep 11, 2026

dsh plugin --profile web add @andrepontesmelo/dsh-suite

by jonah791

Agent-driven long-term memory for DeepSeek Harness: scoped memory (global + per-workspace), layered entries (fact/knowle

Manifest valid

3

MIT

TypeScript

Sep 7, 2026

dsh plugin --profile web add dsh-agent-memory

by luyy9apples

Approval-gated workspace instructions and shared project memory for DeepSeek Harness

Manifest valid

0

MIT

TypeScript

Sep 2, 2026

dsh plugin --profile web add dsh-workspace-memory

by Yiipu

a DSH (DeepSeek Harness) Cordis plugin that bridges a session's activity into agentmemory, a local, self-hosted memory daemon.

Memory & ContextManifest valid

4

MIT

JavaScript

Sep 4, 2026

dsh plugin --profile web add dsh-agentmemory

by badai147

在 DeepSeek Harness Web 设置面板中编辑 ~/.dsh/AGENTS.md 全局规则的插件

Development & InfrastructureTerminal & ClientsManifest valid

11

MIT

JavaScript

Sep 8, 2026

dsh plugin --profile web add dsh-global-rules