dsh-ui-thinking-title:把 DSH 并发会话状态显示在浏览器标签页标题

`dsh-ui-thinking-title` 是一个 DeepSeek Harness (DSH) web 客户端插件,旨在解决多会话并行运行时浏览器标签页状态难以区分的问题。该插件实时将各会话的状态表情拼接至标签页标题开头,无需进入会话即可查看状态:当思维链正在流式输出时,根据尾部内容匹配特定表情;工具执行时显示 ⚙️;无法获取思维链时显示默认 🤔。 插件支持多会话独立计算,并提供设置页以调整启用状态、自定义表情、后缀长度、检测频率等参数,支持配置的导入导出及默认匹配表自动升级。它无第三方运行时依赖,可通过 DSH 客户端自动识别加载。安装方式包括运行时注入(免重启)或写入 profile

Read More
dsh-multiple-chat-panels: Operating Multiple Agent Sessions Side-by-Side in DeepSeek Harness

dsh-multiple-chat-panels is a DeepSeek Harness (DSH) web-side plugin maintained by WilliamShi666. It is designed to address the high cost of switching between multiple agent sessions and the issue of context loss. The plugin supports dragging multiple sessions from the left sidebar into the central area, expanding them into independent panels within a Mission Control grid, enabling side-by-side viewing and real-time interaction. Its core features include support for dark and light modes, compatibility with DeepSeek Harness v0.1.1-rc.2, and adaptability for both client-side and official layout adapters. By optimizing the drag-and-drop logic, it preserves the original conversation view, significantly improving response speed without the need to rebuild long conversation content. Installation requires executing the appropriate command based on the npm package name or repository name.

Read More