DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Provider Extension — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
P

dsh-provider-extension

Provider Extension

非官方 DSH Desktop 提供商扩展:提供 composer 提供商/账户/模型控制,以及按账户划分的订阅配额

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:forestbiankiii/dsh-provider-extension#69d9ed87915ca3a81b68e2c4048fd44f9ee4effb
README兼容性版本

兼容性与来源证明

Provider Extension 以 dsh-provider-extension 发布,当前版本为 0.5.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/16

版本

0.5.2stable
2026/9/16
0.5.1stable
2026/9/16
0.5.0stable
2026/9/16
查看其余 1 个版本收起版本
0.4.0stable
2026/9/15

相关插件

正在加载相关插件…

最新版
0.5.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/16
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 models-usage 分类下经过校验的插件。

Usage@linxin666/dsh-usage用于 dsh Web GUI 的使用统计插件:检测各提供商的余额和编码计划配额,并提供实时令牌使用记录,同时在侧边栏条目中显示当前会话提供商今日的使用量Whale Widgetdsh-whale-widgetDSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件:余额/今日已用/峰谷定价、自定义泡泡点击序列(文本/余额/今日/峰谷/图片/随机语句与并列加权选择)、逐行样式与字体、悬浮快捷编辑、音效与每轮消耗、自定义角色/动图/音效、吸附与翻转自定义Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。

README

Provider Extension · 提供商拓展插件

简体中文

dsh-provider-extension is an unofficial community plugin for DeepSeek Harness that owns the composer's provider seat in DSH Desktop and hosts one integration module per provider.

This project is not affiliated with or endorsed by DeepSeek. DeepSeek Harness and related names are trademarks of their respective owners.

This project was previously published as dsh-model-panel. The installer migrates an existing installation automatically.

Provider integrations

ProviderStateWhat the plugin adds
ChatGPT / Codex subscription (dsh-codex-subscription 2.x)ImplementedLists every saved account, switches the real active account, and shows each account's weekly remaining quota
Antigravity (dsh-antigravity-auth 0.1.4-rc.1)ImplementedThe provider settings page acknowledges the companion's risk notice, signs in a Google account, and lists the models that account reports
OpenAI GPT (API)Planned—
Google GeminiPlanned—
OpenCodePlanned—

Each provider gets its own module under src/client/providers/. Nothing is claimed as integrated until it is implemented and accepted in a real DSH window.

Integrations stay in their upstream projects. dsh-antigravity-auth (MIT, © suntianc) owns the Antigravity OAuth flow, its wire identity, and the LLM adapter that publishes Antigravity model routes; this plugin only drives that bundle's loopback-guarded account RPC from its provider settings page and never handles tokens. Install it with dsh plugin --profile desktop add dsh-antigravity-auth@0.1.4-rc.1.

Features

  • Uses DSH's authoritative per-session ModelDirectory; it does not create a second model catalog.
  • Replaces the shipped conversation.input.model visual seat while keeping its authoritative service and /model command.
  • Renders exactly two model-related controls: a provider/account picker followed by a model/reasoning picker.
  • Shows the chosen provider's models as accent-colored effort sliders, and the active model's declared reasoning-effort buttons.
  • Keeps models without reasoning controls selectable.
  • Choosing an ordinary provider changes the browsed catalog group; the active session model changes only after a model is chosen.
  • Reports unsupported context-window selection honestly instead of showing fake 256K/512K/1M controls.

ChatGPT / Codex subscription accounts

  • Every saved account is listed under its provider with its label, masked email, and active marker.
  • The header shows the account count instead of a model count.
  • Selecting an account calls the subscription plugin's authenticated account/select RPC, refreshes its quota indicator, and reloads the model directory. OAuth credentials never reach this plugin.
  • The active account's weekly remaining quota is read automatically when the list opens.
  • Upstream's usage endpoint only reports the active account, so another account's quota is read on demand: the plugin switches to it, reads, and immediately switches back. A failed restore is reported instead of leaving the switch silent.

Compatibility

Verified in DSH Desktop v2.0.9 against the public 0.1.2-rc.1 DSH package contracts. Those contracts are pre-release APIs, so newer Desktop versions may require a plugin update.

The current selection request is limited to:

{ provider: string, model: string, reasoningEffort?: string }

A real context budget requires Host request preparation, persistence, provider support, and compaction integration. Catalog metadata alone is not treated as a working backend capability.

Install

Requirements: DSH Desktop with an initialized desktop profile, Git, and Node.js 20 or newer.

git clone https://github.com/forestbiankiii/dsh-provider-extension.git
cd dsh-provider-extension
node scripts/profile.mjs install

The repository includes prebuilt lib/index.js and lib/client.js, so installation does not require npm install or a compiler.

The installer:

  1. removes every earlier package name (dsh-model-panel, @dshx/client-ui-model-panel) from dependencies, bundles, patch rows, and runtime copies;
  2. copies an allow-listed runtime package to ~/.dsh/local-plugins/dsh-provider-extension;
  3. declares a local file dependency in ~/.dsh/profiles/desktop/package.json;
  4. copies the runtime into the profile's node_modules for immediate resolution;
  5. adds dsh-provider-extension exactly once to dsh.profile.bundles;
  6. removes legacy/manual provider-extension and model-panel rows from the user patch so the bundle cannot be registered twice;
  7. backs up both edited profile files first.

It never edits the installed application or app.asar. If your home or profile differs:

node scripts/profile.mjs install --dsh-home D:\path\to\.dsh --profile desktop

Then fully quit and restart DSH Desktop. Reloading the page is insufficient when changing the composed plugin rows.

Update

From the cloned repository:

git pull --ff-only
node scripts/profile.mjs install

Restart DSH Desktop afterward. Re-running the installer is idempotent and creates a fresh backup.

Upgrading from dsh-model-panel needs no extra step: running the installer performs the migration, including removing the old runtime copies.

Uninstall

From the cloned repository:

node scripts/profile.mjs uninstall

Restart DSH Desktop afterward. The uninstaller removes only this plugin's exact dependency, bundle entry, legacy/manual patch rows, and runtime copies, while preserving a backup of the edited profile files.

Develop

npm ci
npm run check

npm run check performs strict TypeScript checking, component/policy/installer tests, rebuilds the DSH client-module artifact, and verifies the publishable package. The dedicated builder uses esbuild plus Lightning CSS, externalizes DSH-provided runtime modules, and wraps browser output in window.__ModuleLoader__.load(...).

UI and runtime changes must pass the real-window acceptance gate documented in CONTRIBUTING.md: install the candidate locally, let the requester try it in the current DSH Desktop window, and wait for explicit approval before any push, tag, or release.

Architecture

  • src/index.ts — empty Host carrier required by the Cordis loader.
  • src/client/index.ts — client registration and lifecycle-owned stylesheet.
  • src/client/ProviderPanel.tsx — composer triggers, popovers, sliders, and accessibility behavior.
  • src/client/providers/codex.ts — ChatGPT/Codex subscription roster, account switching, and quota reads.
  • src/client/selection.ts — pure model/effort selection policy.
  • cordis.patch.yml — bundle patch registering the provider-extension row.
  • scripts/profile.mjs — backup-first profile installer/uninstaller and rename migration.
  • lib/client.js — prebuilt browser artifact consumed by DSH.

The plugin declares sessions, remote, and remote.session because modelDirectories.directoryFor(sessionId) reads those services through the caller's Cordis context.

Privacy and security

The plugin reads only the current session's model-directory state and calls its existing load/select methods. It optionally reads the secret-free account roster exposed by dsh-codex-subscription 2.x and calls that plugin's own authenticated endpoints for account switching and quota. It does not read prompts, messages, files, or credentials, makes no independent third-party requests, and includes no telemetry. See SECURITY.md.

License

MIT