dsh-web-network-optimizer:DSH 网页端网络优化与连接守护

dsh-web-network-optimizer 是 DSH 的一个 MIT 许可插件,旨在解决网页端因网络波动、缓存策略及生命周期问题导致的断连无感知和重复传输痛点。其核心功能包括连接守护、响应压缩及智能浏览器缓存策略。连接守护通过心跳探测和状态指示圆点(绿/灰/红)实时监控连接,支持自动重连与手动强制重连;响应压缩优先使用 Brotli,以 Gzip 兜底;缓存策略针对静态资源使用不可变缓存,对插件代码采用 No-cache 加 ETag 机制,以平衡加载速度与更新及时性。插件还提供流量账本面板,展示各插件的流量、压缩节省及缓存命中情况,并具备缓存自检指引以辅助清理异常缓存。安装后可在

Read More
dsh-selection-ask: One-click quote of selected dialogue text to composer

dsh-selection-ask is a DeepSeek Harness (DSH) web plugin maintained by lzbaclz, designed to optimize the context reuse experience. Users simply need to select specific text in the conversation interface, and a "Ask DeepSeek" button will appear next to the selection. Clicking this button automatically fills the selected content into the composer in Markdown blockquote format, eliminating the need for manual copy-pasting. The plugin only processes text in conversation records, using the `inputActions.setDraft` API to write drafts, ensuring security. Version 0.1.0 is available under the MIT license, with pre-built packages provided for installation without local building. Installation requires adding the plugin via the `dsh plugin` command from a GitHub or local link, and enabling it may prompt a restart.

Read More
dsh-history: View, Search, and Jump to Your Sent Messages in Ultra-Long DSH Sessions

dsh-history is a DSH Web plugin developed by chenproton, designed to address the difficulty of locating user-sent messages in long sessions. Released under the MIT license, its core features include listing all user messages in the current session (covering unloaded old pages and compressed/overwritten history), supporting time-based sorting, real-time search filtering, one-click text copying, and providing auto-positioning functionality. When a user clicks on a message, the plugin automatically loads missing history, waits for page rendering, smoothly scrolls to the target location, and highlights it before closing the panel. To ensure a seamless experience, the plugin supports pre-fetching message lists in the background for instant loading and displays status labels such as "locatable" and "unloaded." Before installation, users must ensure the DSH environment is functioning properly and that the Node version is at least 20. Users can add the plugin package via command line, clone and install directly from GitHub,

Read More
dsh-conversation-outline: Add a right-side navigation bar for long DSH Web conversations

`dsh-conversation-outline` is a MIT-licensed client-side plugin for the DeepSeek Harness (DSH) web interface, designed to solve the problem of quickly locating historical issues in long conversations. It provides a navigation bar on the right edge, displaying all questions in chronological order as vertical bars. Core features include: hover previews showing the beginning words, turn badges, and timestamps of questions; clicking a vertical bar switches to the Chat view and scrolls to the corresponding message, accompanied by a flashing prompt for easy identification; case-insensitive question search and paginated loading of historical conversations; and real-time tracking, where new questions appear instantly. The plugin supports bilingual Chinese and English, runs with zero dependencies, requires no additional network calls or telemetry, and can be installed via GitHub, npm (if published), or local source code, with Node.js as a requirement.

Read More