dsh-search-index
自带独立索引的侧边栏会话搜索(不再复用 DSH 官方全文索引):一处入口在标题与内容检索间切换,结果按会话聚合,附最强命中片段与 用户/回复/工具 类型标签;水位驱动增量同步、按归档集合清理已归档会话,整理走影子索引不阻塞在用索引。
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 plugin add dsh-search-index 简介
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),旧写法在新宿主上无法加载——…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 3
- 月下载
- –
- 最近更新
- 2026-09-21
- 创建于
- 2026-08-19
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh, dsh-bundle, dsh-plugin, dsh-plugin-market, dsh-plugins, typescript
同类推荐
billion-context
ranxianglei/billion-context
billion-context官方版:上下文压缩插件,兼顾小窗口(100k上下文足矣)省token(省5倍token)和超长会话(数月级别几十亿token单会话)。
dsh-chat-import
Nwflower/dsh-chat-import
把 13 家 coding agent(Claude Code、Codex、ChatGPT、Cursor、Gemini、opencode 等)的完整对话历史导入为可续聊的 DeepSeek Harness 会话,并支持反向导出回 Claude Code。
dsh-rewind
SiriLee/dsh-rewind
同一会话窗口内的 in-place 对话回退(不 fork,Claude Code /rewind 语义):每条消息的 ↶ 按钮把模型上下文回退到任意用户消息,可选用磁盘持久化的 before-backups 还原工作区文件。
dsh-recall-plugin
limbo947/dsh-recall-plugin
消息撤回:在用户消息旁加「撤回」按钮,把对话历史(官方会话 fork)与项目文件(逐消息影子 git 快照)一并回退到该消息发送之前,带差异预览确认面板。