dsh-session-explorer
by — · Zn-Dk/dsh-session-explorer
★ 0 Stars
⑂ 0 Forks
↓ 243 Downloads/week
Original language: English
About
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.
Compatibility
Versions
| Latest version | Published | Size |
|---|---|---|
| 0.2.0 | — | — |
| 0.2.1 | — | — |
| 0.3.0 | — | — |
| 0.4.0 | — | — |
| 0.4.1 | — | — |
| 0.4.2 | — | — |
| 0.5.0 | — | — |
Similar plugins
Search, list and read past and current sessions through the harness's own `sessionQuery` service: uses the SQLite FTS5 index where a deployment enables it, and falls back to a bounded newest-first sca
★ 0
dsh plugin --profile web add dsh-session-search-proby jinhuang712
Link and read DSH sessions: one-click @session-id reference, an @ mention menu by title, and a session_read tool that projects any session to readable text. DeepSeek Harness plugin.
★ 0
MIT
JavaScript
Aug 16, 2026
dsh plugin --profile web add dsh-session-linkRead-only side-by-side comparison of related DeepSeek Harness conversation histories, including messages, tool calls, responses, timing, and usage.
★ 0
dsh plugin --profile web add dsh-fork-diffby icanfinish11
Context window optimization for DeepSeek Harness agents. Sandboxes tool output in-process (only what you print enters the conversation), persists session memory in an FTS5 knowledge base, and enforces
★ 0
JavaScript
Sep 9, 2026
dsh plugin --profile web add dsh-context-modeCross-session memory for the model: full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context.
★ 0
dsh plugin --profile web add dsh-plugin-recallby drscrewdriver
给 DeepSeek Harness 侧边栏加一个会话内容检索——标题/内容一键切换,还能按用户/回复/工具筛选
★ 3
MIT
TypeScript
Sep 13, 2026
dsh plugin --profile web add dsh-session-search-toggle