dsh-workspace-inspector:DSH Web 客户端右侧概览面板

dsh-workspace-inspector 是一款由 GIGHT111 维护的 DeepSeek Harness (DSH) Web 客户端插件,旨在解决长会话中信息分散难以追踪的问题。该插件跨平台支持 macOS、Windows 和 Linux,通过右侧面板集中展示当前会话的 Token 用量(含输入、缓存、输出及占比)、上下文压力(预估 token 数及窗口占用率)、全部历史消息目录(支持折叠、摘要显示及点击跳转高亮),以及工作区文件树(支持懒加载、文件打开及刷新)。 插件以较低优先级遮蔽默认详情面板,会话存在时自动开启,支持通过按钮关闭或重新打开。安装需确认环境已安装 dsh 及 p

Read More
dsh-chat-tools:DSH Web 客户端的对话布局、提问历史与 Markdown 大纲

dsh-chat-tools 是 DSH Web 客户端插件(v0.1.0, MIT),旨在优化长对话阅读效率。其核心功能包括:1)右上角控件支持按百分比调节对话列宽度及居中/靠左布局,设置自动本地保存;2)提问历史菜单带序号,支持通过按钮或快捷键(Ctrl+↑/↓)快速跳转,记录按会话 ID 持久化,未加载内容点击后分页加载;3)为 Markdown 标题生成大纲横条,覆盖对话区及 better-sidebar 文件预览区,鼠标悬停显示完整大纲,点击可定位标题。安装需手动执行 `dsh plugin --profile web add dsh-chat-tools`,在 `cordis.pa

Read More
dsh-session-deeplink: Accessing and Sharing DSH Sessions via URL

dsh-session-deeplink is a web client plugin for DeepSeek Harness (DSH) designed to enable direct access and sharing of sessions via URLs. This plugin allows users to open a specific session through a link like `/?session=<id>` and automatically synchronizes the session ID in the browser's address bar when switching sessions, while preserving other query parameters. It operates entirely on the client side, adding no load to the host server. For installation, it is recommended to install it via npm packages to the web profile, or it can be pulled from GitHub. When using pnpm 10+, authorization for building must be granted in the configuration file. The plugin is currently developed based on DSH 0.1.0-rc.6, and as DSH is in a developer preview stage, future versions may require updates. Before use,

Read More