dsh-enhanced-plugins:为 DSH 添加可选扩展功能

dsh-enhanced-plugins 是适用于 DeepSeek Harness (DSH) 的增强套件,旨在通过公开插件扩展点为 DSH 添加可选功能,而不修改核心代码。该套件包含七个独立 Cordis 功能包和 Windows Launcher,支持全量安装或基于稳定 Feature ID 的选择性安装。主要功能包括 Windows 桌面入口、声音提醒与桌面宠物、社区插件管理、MCP 服务器管理、模型输入类型声明、最后消息编辑、子代理开关及官方 Team 监控。 安装需 Node.js 22.19+ 及 DSH 0.1.2-alpha.2 环境,Windows 特定功能需 Win10

Read More
dsh-sleep-send: Adding Scheduled Sending to DSH Web Input Fields

`dsh-sleep-send` is a Cordis client plugin for DSH Web, designed to address the need for "compose messages in advance and send them later." It adds a scheduled-send button and configuration panel on the right side of the input box, allowing messages to be queued for intelligent time slots (e.g., 12:00-14:00, 18:00-08:00 the next day) or custom-specified dates and times, with automatic sending at the scheduled moment. The plugin is a pure ESM zero-dependency package that runs in browser environments, prioritizing the cordis timer service and falling back to browser timers when unavailable. Core features include multi-task queue management, real-time countdown display, and localStorage-based persistent storage, which automatically restores unexpired tasks after page refresh, resends tasks expiring within 15 minutes, and discards those expiring earlier. The plugin also incorporates an anti-accidental-overwrite mechanism.

Read More
dsh-recall-unread: Recall Interrupt Messages Not Yet Read by the Model

dsh-recall-unread is a DSH client plugin maintained by hg1048596-pixel, displaying the steering recall unread strip above the input box and supporting single and full message recall. It only works when messages are still in the inbox and have not been read by the model. For static installation, copy the plugin/ directory to ~/.dsh/profiles/web/node_modules/ and configure cordis.patch.yml for zero-configuration activation. Licensed under MIT, v1.1.0.

Read More