dsh-search-index
Sidebar session search that builds its own index instead of reusing DSH's full-text one: title to content toggle in one entry, results grouped per session with the strongest snippet and user/reply/tool tags, plus watermark-based incremental sync, archive-driven pruning of archived sessions, and a shadow rebuild that never blocks the live index.
自带独立索引的侧边栏会话搜索(不再复用 DSH 官方全文索引):一处入口在标题与内容检索间切换,结果按会话聚合,附最强命中片段与 用户/回复/工具 类型标签;水位驱动增量同步、按归档集合清理已归档会话,整理走影子索引不阻塞在用索引。
How to install
dsh plugin add dsh-search-index About
dsh-search-index DSH web 侧边栏**搜索索引**:在侧边栏底部新增 **"搜索"** 入口,浮层面板一键在 **标题搜索 ↔ 内容搜索** 间切换;内容模式按**会话聚合**展示标题与命中片段,并按 **用户 / 回复 / 工具** 分类筛选。自带**独立索引**(不依赖 DSH 官方全文索引),支持增量同步、非破坏性整理与快照导入导出。 **本包只管搜索与索引。** 会话历史的查看与清理(原"归档会话"面板)已迁至 **dsh-session-steward(会话管家)** 的「病案室」页签;本包仍会**读取**官方归档集合以把已归档会话排除出索引,但**不再写入**它——归档集合只有一个写方:会话管家。契约见 dsh-归档文件格式契约-20260914.md。 无需修改 dsh 源码、无需提 PR:dsh plugin 命令组装 + bundle patch 装配的 cordis 客户端 + 插件宿主半。 前身与本版 **前身:dsh-session-search-toggle。** 那个版本依赖 @deepseek-ai/dsh-client-runtime 的 defineStore 提供设置行座位。DSH 0.1.2 把客户端引擎包改名/重构(dsh-client-runtime → dsh-client-store),旧写法在新宿主上无法加载——…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 3
- mo. downloads
- –
- Last push
- 2026-09-21
- Created
- 2026-08-19
Links
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-bundle, dsh-plugin, dsh-plugin-market, dsh-plugins, typescript
Related plugins
billion-context
ranxianglei/billion-context
The official billion-context plugin: a context-compression plugin for small context windows (a 100K context is enough), token savings (5x fewer tokens), and month-long single sessions (billions of tokens).
dsh-chat-import
Nwflower/dsh-chat-import
Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
dsh-rewind
SiriLee/dsh-rewind
In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.