dsh-user-message-navigator:为 DeepSeek Harness Web 增加用户消息导航侧栏

dsh-user-message-navigator 是面向 DeepSeek Harness Web 的 DSH 插件(版本 0.1.1,MIT 协议),旨在提升长会话中用户消息的检索效率。它提供 Codex 风格侧栏,集中列出按对话顺序排列的直接用户提示词及已接纳的引导消息,支持本地搜索、点击跳转、短暂高亮及分页加载历史,并跟随当前语言与主题。插件仅索引当前可见对话节点,排除生成上下文及压缩节点;所有操作均在浏览器本地进行,无网络请求,确保隐私。适用于频繁回看消息、多轮对话场景。安装需 DeepSeek Harness Web 0.1.1-rc.2 或更高版本,Node.js ^22.19

Read More
dsh-scroll-timeline: User Message Scroll Timeline for DSH Chat Sidebar

`dsh-scroll-timeline` is a browser-side third-party plugin for the DSH web chat interface, designed to address the need for quickly locating user messages in long conversations. It generates a vertical rail of nodes along the right edge of the sidebar, where each user message corresponds to a horizontal node, supporting hover-to-preview message content and click-to-scroll smooth navigation. The plugin is licensed under MIT, derived from `vlln/dsh-navbar`, driven by official anchor attributes without requiring additional commands or routes, and has an empty mount on the Node side. Core features include a peak bar that follows the reading position, nodes expanding at specific ratios on hover to create a magnetic effect, and automatic hiding when there are few messages or on non-chat pages. Users can install it with a single git command and enable it in the settings panel. The plugin supports width adjustment via CSS variables and is compatible with `prefers-re

Read More
dsh-message-preview: Right-side Message Navigation Bar for DeepSeek Harness Web UI

dsh-message-preview is a DSH Web UI plugin maintained by asukasec, designed to address the inconvenience of manually scrolling through long sessions to find specific messages. The plugin adds a message navigation bar on the right side of the session, indexing only user-sent messages while excluding tool notifications and background tasks. Key features include: automatic highlighting of the current reading position; hover functionality to display message sequence number, relative time, and text preview; smooth scrolling and historical message loading upon clicking navigation blocks to jump to specific positions; and support for keyboard navigation (Tab to focus, arrow keys to select, Enter to jump). The navigation blocks adapt their layout automatically, hide when fewer than two user messages are present, and default to displaying only a position indicator, expanding when the mouse approaches the right edge. Interface text automatically switches based on DSH language settings. Installation requires DeepSeek Harness 0.1.0-rc.6.

Read More
dsh-plugin-msg-nav: DSH Dialogue Node Navigation Bar Plugin

dsh-plugin-msg-nav is a lightweight navigation plugin for DeepSeek Harness (DSH), designed to address the difficulty of locating old messages in lengthy conversations. It renders a vertical node string along the right edge of the conversation area, mapping each authentic user message to an independent node. Users can hover to preview message content (the panel displays up to 10 items with scroll support) and click to smoothly jump to and highlight the corresponding message. The plugin features a smart loading mechanism: while the session projection covers all user messages, clicking on unloaded older messages will automatically fetch historical data on demand. The node string automatically hides when there are fewer than 2 user messages, the session is empty, or the view is not in conversation mode. This plugin is based on the MIT license, requires a restart or page refresh to take effect after installation, and is maintained by SherUnlocked-4869, supporting React 18.2.0 and above.

Read More
dsh-message-rail: DSH Web Left-Side Message Navigation Rail

dsh-message-rail is a DSH Web client plugin maintained by wx-yss, providing a Codex-style message navigation rail on the left side of the conversation view. Equal-distance tick marks indicate each user message, with hover previews displaying sequence numbers and timestamps, and click actions jumping to historical questions. The plugin establishes an index through an independent history API, supporting virtual scrolling and on-demand pagination loading. The installation command is `dsh plugin --profile web add dsh-message-rail`, requiring DSH 0.1.0-rc.6+ and Node.js 22+, licensed under MIT.

Read More