dsh-plugin-gallery
其他 活跃维护

dsh-plugin-gallery

yfzhou0904/dsh-plugin-gallery

个人搭建的Harness插件资源集合,按功能类型分类整理各类可用插件,每个插件条目附基础说明与获取路径,无需跨平台检索就能快速找到适配需求的工具,降低工具选型成本。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
191 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:yfzhou0904/dsh-plugin-gallery
git clone https://github.com/yfzhou0904/dsh-plugin-gallery.git
git clone git@github.com:yfzhou0904/dsh-plugin-gallery.git
README.md main

DSH Plugin Gallery

A personal collection of plugins for DeepSeek Harness (DSH).

[!IMPORTANT]
These plugins currently target DSH 0.1.0-rc.6. DSH is prerelease software, so extension APIs and page structure may change between versions.

Gallery

Plugin Package Runtime What it does
Mobile Sidebar @yfzhou/dsh-mobile-sidebar Web client Removes the collapsed rail on small screens and adds a hamburger beside the conversation title.
Full-width Chat @yfzhou/dsh-full-width-chat Web client Lets conversations use the full available content width.
Session Cost Statusline @yfzhou/dsh-session-cost-statusline Web client Adds an estimated CNY cost before the standard session statistics.
Touch Tooltips @yfzhou/dsh-touch-tooltips Web client Suppresses tooltip bubbles on touch devices, where a tap would otherwise leave them stuck on screen.
Codex Moot Escalation @yfzhou/dsh-codex-moot-escalation Host Removes impossible escalation arguments for Codex sessions already running with unrestricted sandbox access.
Codex Subscription @yfzhou/dsh-llm-codex-subscription Host Adds a Codex provider that reuses the local Codex CLI login for ChatGPT subscription models.
Codex Usage @yfzhou/dsh-codex-usage Host + Web client Shows manual Codex subscription usage and reset time inside Codex conversations.

Installation

Install a plugin into a DSH profile using the DSH plugin command:

dsh plugin --profile web add @yfzhou/dsh-mobile-sidebar

Every gallery package is a self-contained DSH bundle. The command installs the dependency and automatically adds its cordis.bundle.yml patch to the profile's dsh.profile.bundles stack. Do not add a duplicate row to cordis.patch.yml.

For local development, pass a file: package specifier instead of a bare
path. This copies the package into the profile and installs its declared
dependencies (a bare path is treated as a pnpm link, which does not install
dependencies for packages such as Codex Usage):

dsh plugin --profile web add file:./plugins/mobile-sidebar

Upgrade installed plugins with dsh plugin --profile web update. Restart a persistent DSH service after changing its profile. Browser plugins also require a page refresh after first installation or upgrade.

Personal presets

Version-controlled personal agent compositions live under presets/. They are separate from publishable plugins because DSH discovers them as complete directories under $DSH_HOME/.agent-presets. See presets/README.md for the local symlink setup and portability notes.

Development

This is a pnpm workspace with one independently publishable package per directory.

pnpm check
pnpm pack:dry-run

The repository contains prebuilt plain-JavaScript client modules because DSH loads browser plugin entry points directly. There is no TypeScript or bundling step in this repository.

Publishing status

The packages are prepared for npm publication but are not necessarily published yet. Pin exact versions in production profiles once releases exist.

License

MIT