dsh-startup-guard:在 DSH 启动前修复会话日志、预检插件组合并隔离崩溃源
dsh-startup-guard 是面向 DeepSeek Harness (DSH) 的第三方启动守卫插件,由 aokamoaki 维护,采用 MIT 许可证。它旨在解决插件缺失、日志损坏或运行时错误导致的启动卡顿问题,通过启动前检查与兜底机制提升系统稳定性。 核心功能包括:修复 session.jsonl 日志损坏并备份原件;生成插件清单及源码快照以建立回滚基线;校验并回滚解析失败的 bundle;检测组合配置错误(如 ID 重复、YAML 致命形态)并支持自动禁用;在 vm 沙箱中校验 client 产物;以及在子进程环境中执行宿主插件 apply() 冒烟测试以识别启动异常。该插件采
Read Moredsh-mobile-shell: A Mobile Shell Extension for DeepSeek Harness Web
dsh-mobile-shell is a mobile-end shell plugin for DeepSeek Harness Web, designed to address the cramped desktop layout on narrow screens. On screens smaller than 1024px, the plugin automatically hides the left rail, converts the table of contents into a side-sliding drawer, gives the conversation area full width, transforms the settings panel into a bottom sheet, and adapts to the mobile status bar. Additionally, it offers session status metric displays (such as TTFT and token usage), custom model Reasoning Effort configuration, chat font size adjustment, attachment collapsing, and bilingual support in Chinese and English. The plugin's built-in marketplace supports category filtering, sorting, and README viewing. Although a one-click install feature is available, manual installation via the `dsh` command is recommended for stability. On wide screens, the layout remains unchanged. The plugin is licensed under the MIT license.
Read Moredsh-codex-provider: Integrating OpenAI Codex into DSH via Device Code OAuth
dsh-codex-provider is a DeepSeek Harness (DSH) community plugin developed by Hu9956, designed to address users' desire to invoke the OpenAI Codex model via the DSH web interface without using an OpenAI API Key, while leveraging ChatGPT Plus/Pro subscription credits. Built on the DSH "everything is a plugin" philosophy, this plugin integrates with OpenAI accounts through a device code OAuth authorization flow, automatically handles the rotation and refresh of access tokens and refresh tokens, and activates the built-in `openai-codex` model routing within DSH. The plugin's main features include support for device code login, importing local Codex CLI login states, and providing a provider management interface.
Read More