dsh-shortcuts:为 DeepSeek Harness WebUI 提供可自定义键盘快捷键

dsh-shortcuts 是为 DeepSeek Harness WebUI 开发的开源键盘快捷键插件,旨在解决常用操作分散于菜单、依赖鼠标导致打断输入节奏的问题。该插件基于 MIT 协议,运行于浏览器端,无网络请求且不触碰业务数据,支持 WebUI 会话级动态加载与 Desktop 宿主级静态安装两种模式。 其核心功能包括提供 34 个预置快捷键,涵盖会话、视图、剪贴板、模型、权限及系统六大分组;允许用户自由录制、清除或禁用任意组合键,并具备冲突自动检测功能。用户可通过 ⌘/ 查看快捷键速查表及诊断面板,使用 ⇧Tab 无留痕地循环切换“只读”、“工作区写入”和“完全访问”三种权限级别。

Read More
dsh-classic-coding: Opening the Monaco Editor and File Tree in the DSH Web UI

`dsh-classic-coding` is a DSH client plugin maintained by `better-er`, designed to solve the problem of frequently switching to external editors during conversational development. It provides a side overlay panel in the DSH Web UI, integrating a file tree and Monaco editor, allowing users to view, edit, and save workspace files directly without leaving the current session. Core features include: the "Classic Coding" button at the bottom of the sidebar triggers the panel; the left file tree supports lazy loading and filtering of unrelated directories; the Monaco editor supports multiple tabs, syntax highlighting, and `Ctrl+S` to save; the bottom status bar displays the path and save feedback. The panel supports closing via `Esc` or clicking the mask, and automatically adapts to light and dark themes. Additionally, file entries in the message stream can be opened directly within this panel. Installation is done via `

Read More
dsh-ui-preset-enhance: Third-party UI Enhancement Plugin for DSH WebUI

dsh-ui-preset-enhance is a third-party interface enhancement plugin for the DeepSeek Harness (DSH) WebUI, currently at version v0.1.0 Preview and licensed under MIT. This plugin aims to improve the Web client experience through a modular approach, offering interface personalization and context management features without the need to register new backend Tools or modify the core Agent-Loop. Its core capabilities include: custom backgrounds (supporting local, network-based, or preset gradients), adjustments for interface transparency and blur levels, and theme color configuration; built-in 7 Prompt preset templates with support for custom saving and quick loading; real-time viewing of current Session Token/Context pressure and window composition; as well as through D...

Read More