Plugins
Browse, filter, and install DeepSeek-Harness plugins.
3 plugins found
dsh-session-explorer
zn-dk/dsh-session-explorer
Message-level full-text search across DSH sessions via an FTS5 trigram index (user / assistant / steering / tool with per-kind filters), deduplicated results across fork/continued sessions, read-only context preview with auto-scroll to the focused message, one-click jump to the real session, and incremental/full index rebuild with health check; zh/en i18n follows the Host locale service.
dsh-tgrep
huuthuan-nguyen/dsh-tgrep
Shadow built-in grep with Microsoft tgrep (trigram-indexed search) for DeepSeek Harness
dsh-knowledge-sqlite
ninjasln-labs/dsh-knowledge-sqlite
Cross-session knowledge for DeepSeek Harness: ctx.knowledge service + knowledge_* tools, SQLite FTS5 trigram retrieval (CJK substring) with L1 query expansion. V1.11 contract (write/update/search/list/delete + budget + events + error codes).