dshplugin.devDeepSeek Harness Plugins
DSH Plugins plugin logo
DeepSeek Harness Plugin

DSH Plugins

1
Published by Yihong89

DeepSeek Harness (DSH) plugins. First: dsh-usage-report — per-session token usage & estimated cost (/usage + usage_report), priced from the DeepSeek pricing table.

Sessionsdsh-plugindsh-plugins

Get this plugin

Review the source, then continue to the publisher.

dsh plugin add dsh-plugins@latest
Get this plugin
Share on X ↗

About this plugin

Source snapshot 8/13/2026

dsh-plugins

Plugins for DeepSeek Harness (DSH).

A pnpm workspace: one package per plugin under packages/.

PackageWhat it does
dsh-usage-reportPer-session token usage and estimated cost report (/usage command + usage_report tool), priced from the DeepSeek pricing table.
dsh-codebase-memoryPersistent per-workspace codebase knowledge memory — memory_store / memory_recall / memory_forget / memory_list tools, /memory command, stored in a project-file JSON store.

Install a plugin

# install the package into your profile (each plugin is a workspace package)
dsh plugin --profile web add -w 'github:Yihong89/dsh-plugins#main&path:packages/usage-report'
dsh plugin --profile web add -w 'github:Yihong89/dsh-plugins#main&path:packages/codebase-memory'

# activate by inserting the plugin row into the profile's patch layer
# (~/.dsh/profiles/web/cordis.patch.yml):
#
#   - insert:
#       - id: usage-report
#         name: 'dsh-usage-report'
#       - id: codebase-memory
#         name: 'dsh-codebase-memory'

The loader hot-reloads config changes, so no process restart is needed.

Development

pnpm install
pnpm run build   # tsc for every package
pnpm run test    # node --test for every package

License

MIT