dsh-turn-nav:DSH 右侧会话轮次导航栏插件

dsh-turn-nav 是由 flyHZJ 维护的 DSH 插件,采用 MIT 许可证,旨在解决多轮长会话中手动滚动定位历史消息不便的问题。该插件不替换 DSH 官方界面,而是通过 `shell.overlay` 在聊天窗口右侧显示悬浮导航栏,实现非侵入式交互。其核心功能包括:显示轮次数字圆点,悬停弹出包含用户问题摘要的卡片,点击可平滑滚动至对应轮次,并随滚动自动高亮当前位置。插件支持自动刷新导航,并能自动调用 `loadOlder()` 加载未分页的历史记录(默认上限 200 页,可调)。用户可通过 `dsh plugin` 命令从 GitHub 安装或更新,兼容 Bundle 机制。配置

Read More
DSH 插件 dsh-plugin-message-timeline-navigation:在 web 会话左侧增加消息时间线

dsh-plugin-message-timeline-navigation 是专为 DSH Web Client 开发的一款纯前端辅助插件,旨在解决长会话中手动滚动定位消息效率低的问题。该插件不修改 DSH 本体,通过叠加层在对话视图左侧显示 Codex 风格的消息时间线,每个刻度对应一个用户回合及其完整 Agent 回复。核心功能包括:悬停刻度时预览消息卡片及级联展开效果;点击刻度平滑跳转至对应消息并短暂高亮;滚动时自动高亮当前阅读回合的刻度以指示进度。该插件仅追踪用户消息以保持时间线密集且可预测。安装推荐使用 pnpm 环境并执行 `dsh plugin add` 命令。它要求 Reac

Read More
dsh-tick-rail:DSH Web 会话刻度线导航

dsh-tick-rail 是 DeepSeek Harness (DSH) Web UI 的纯客户端插件,旨在解决长会话中定位特定消息困难的问题。该插件在会话侧边生成刻度线,以用户消息为索引进行快速跳转和预览。核心功能包括:每条用户消息对应一个刻度,助手回复不占位;鼠标悬停时高亮峰值并显示消息片段;支持点击平滑滚动及完整的键盘操作(方向键移动、Enter/Space 跳转、Escape 收起)。当用户消息少于 3 条或未打开会话时,插件自动隐藏。作为 MIT 许可证的开源项目,它通过 `dsh plugin add` 命令从本地或 GitHub 安装,需重启 `dsh web` 生效。该插件

Read More
sent-msg-locator:在 DSH 会话中定位每一轮对话

sent-msg-locator 是一款由 ShanHaiFish 维护的纯 Client DSH 插件,旨在解决长会话中查找特定轮次困难的问题。它在对话区左缘提供常驻的轮次图标列,将每轮对话可视化为可点击的序号气泡。用户点击图标即可平滑滚动至对应轮次开头,当前浏览轮次会自动高亮并跟随图标列;悬停图标可查看轮次时间、用户输入摘要及状态。该插件支持静态 bundle 和动态插件两种形态,静态形态随进程自动加载,动态形态需每次重启后重新激活。插件采用 MIT 许可证,适配浅色与深色主题,且无 Host 权限(无 RPC、网络或文件系统操作),仅使用元素级 API 进行滚动定位。用户可通过 `dsh

Read More
dsh-session-nav: DeepSeek Harness Web GUI In-Session Navigation Bar

dsh-session-nav is an in-session navigation plugin for the DeepSeek Harness Web GUI, designed to address the high cost and frequent scrolling required to review specific conversations in long multi-turn sessions. Built on DSH's official dual-sided plugin mechanism, it does not intrude into the source code and is licensed under the MIT License. Its core function compresses each turn of dialogue into a navigation key: each key corresponds to a user message, with the model's reply integrated into the hover preview of that key (displaying up to 3 lines), thus centrally presenting user questions. The plugin supports hover preview, smooth click-to-jump, real-time highlighting synchronized with the current view, and can automatically invoke the official pagination API to load historical data and locate targets. Additionally, it supports adaptive dark and light themes and deduplicates messages via UUIDs. Installation requires Node.js >= 18, via `dsh plugin.

Read More
DSH Conversation Navigator: A Session Navigation Panel for the DSH Web Client

dsh-conversation-navigator is a pure JavaScript browser plugin for the DSH Web interface, designed to address the difficulty of locating and navigating within long conversations. The plugin provides a collapsible conversation outline panel organized by turns, supporting keyword filtering, step-level detail expansion, hover-to-view full text, and four interface form switches. Core features include click-to-smooth-scroll positioning, automatic highlighting of the current reading position during manual scrolling, lazy loading of historical data for backfill, and panel position memory. The plugin requires zero build setup and zero npm dependencies, adopts a color scheme consistent with the built-in trace view, adapts to light and dark themes, and automatically follows conversation switches. Installation requires execution via the official DSH CLI command, depends on a pnpm environment, and takes effect after restarting DSH Web; alternatively, files can be manually placed and configuration modified. Plugin state is partially persisted in l

Read More
dsh-codex-timeline: Turn-based Navigation and Local Search for Long DSH Web Sessions

dsh-codex-timeline is a long-session assistance plugin designed specifically for DeepSeek Harness Web (DSH), aimed at addressing the difficulty of backtracking user inputs in extended conversations. By providing a Codex-style navigation track for conversation turns and local session search functionality, this plugin helps users efficiently locate historical content without altering the model's responses. Core features include a user turn navigation track displayed on the left or right side, supporting previews, click-based navigation, and keyboard operations; local keyword search covering the complete persistent session log, ensuring that search content is not sent to the model or third parties; and fine-grained scroll control, such as step-by-step scrolling with the mouse wheel and boundary handling. The plugin is compatible with DSH 0.1.1-rc.2 and requires Node.js ^22.19.0 or >=24.0.0. Users can install it via npm or scripts.

Read More
dsh-prompt-rail: Vertical Prompt Quick-Jump Bar for DSH Web Sessions

`dsh-prompt-rail` is an MIT-licensed plugin for the DeepSeek Harness (DSH) Web session view, designed to address the difficulty of locating ordinary user prompts in long conversations. This plugin adds a vertical quick-jump bar beside the sidebar, displaying each loaded ordinary user prompt as an individual marker. It supports hover preview and click-to-scroll navigation while filtering out non-user messages such as assistant and tool messages, thereby improving search efficiency. To install, place the plugin directory in the `plugins` folder within the Harness root directory. Windows users can use a batch script for one-click installation and restart, while macOS/Linux users need to run the Node installation script and start the Web service. In the development environment, it is recommended to work in a parallel checkout.

Read More
dsh-milestone: DeepSeek Harness Session Milestone Navigation Bar

dsh-milestone is a DSH client plugin maintained by SnowCrescenter-tech, featuring a Git-style dot timeline on the right side of the session view. Each question corresponds to a dot, with hover interactions revealing metadata such as time, turn count, duration, and TTFT. Clicking allows navigation to any message. It supports full question lists, on-site and cross-session search, bookmark deep linking, and keyboard navigation. The installation command is `dsh plugin --profile demo add dsh-milestone`, requiring Node.js >= 24 and compatible with DSH 0.1.1-rc.2.

Read More