dsh-launcher-lifetime:控制 dsh 服务的驻留方式
DSH插件`dsh-launcher-lifetime`由Ruler4396发布(MIT许可),专为配合`dsh-launcher`壳设计,用于控制dsh(node)服务的存活方式。该插件解决用户关闭窗口或从托盘退出时,服务是继续运行、最小化驻留还是直接停止的需求,提供三种驻留模式:常驻(默认)、托盘驻留、跟随窗口。 在dsh设置页中,用户可通过竖排单选即时切换模式,更改立即生效。此外,也可通过`cordis`配置文件设置`serviceLifetime`参数(0为常驻,1为托盘驻留,2为跟随窗口),此方式需重启dsh后生效。插件通过HTTP路由写入`DSH_HOME\dsh-launcher
Read Moredsh-simplify: A DSH Plugin for Reviewing and Simplifying Code Within the Scope of Changes
dsh-simplify is an MIT-licensed plugin for DeepSeek Harness, maintained by GongYuanCaiJi, designed to address the need to clean up only the modified portions of code after changes, rather than rewriting unrelated files. Ported from pi-simplify, the plugin parses the git diff to precisely identify changed files and line number ranges, restricting the Agent to performing simplification, clarity, and maintainability optimizations only within the changed lines. Its core features include strictly limiting the editing scope to the changed lines, supporting four review modes—uncommitted changes, staged changes, comparison against a specified ref, and specified files—and running existing tests before the review concludes to verify that modifications are correct. It also automatically adheres to the project's CLAUDE.md or AGENTS.md conventions. Installation requires Node.js 20.
Read Morelesliechowsh/dsh-memo: A DSH Plugin with Limited Public Documentation
The lesliechowsh/dsh-memo repository is maintained by lesliechowsh on GitHub and belongs to the DSH plugin ecosystem. Due to a README fetch failure, key information such as the plugin's positioning, classification, star count, license, installation commands, core features, usage examples, and configuration interfaces cannot currently be verified. Given the lack of official documentation, it is not recommended to construct installation commands based solely on the repository name or enable it directly without inspection. Before use, it is advised to read the repository's README to confirm installation instructions, review the license to determine permissible usage scenarios, and examine the source code for sensitive operations such as command execution, file read/write, or network requests. Additionally, DSH plugins typically run with the permissions of the current dsh process, so thorough validation in a test environment is essential before integrating into production workflows. At present, the publicly available information in this repository is insufficient to fully evaluate its...
Read MoreDSH-better-sidebar: Enhancing DeepSeek Harness with an Extensible Sidebar Workbench
DSH-better-sidebar is an interface enhancement plugin for DeepSeek Harness maintained by omdsh-dev, which integrates file editing, real terminals, Git panels, sub-agent task pages, and side conversations into a customizable right sidebar and bottom panel. It also exposes extension points, `registerTab` and `registerFileViewer`, to the ecosystem via `ctx.betterSidebar`. The article introduces its core capabilities, two installation methods (`dsh plugin add` and the npm channel), typical usage, and security considerations, making it a valuable reference for readers who develop daily in the DSH web interface as well as plugin authors.
Read More