DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Model Aliases — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-model-aliases

Model Aliases

Provides persistent model aliases, an alias selector, and a settings page for DeepSeek Harness

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:ZhangZiFei/dsh-model-aliases#9aad9f8e309f99d61cf6d67dbdf0ddf23a3984f8
READMECompatibilityVersions
模型别名设置页面

Compatibility and provenance

Model Aliases is published as dsh-model-aliases and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/9/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

README

dsh-model-aliases

给模型配置起个好记的名字,然后在 DeepSeek Harness 会话里一键切换。

在输入框旁直接选择别名,不再分别寻找提供商、模型和推理等级:

模型别名选择器

在 设置 → 模型别名 中集中编辑:

模型别名设置页面

安装

dsh plugin --profile web add github:ZhangZiFei/dsh-model-aliases

重启当前 dsh web 进程并刷新页面,然后打开 设置 → 模型别名。

当前兼容目标为 DeepSeek Harness Web 0.1.0-rc.6。 插件已经声明 DSH Bundle,安装命令会自动把对应 Patch 加入 Web Profile,无需手工编辑 cordis.patch.yml。

你会得到

  • 一个别名代表完整模型配置——名称同时绑定提供商、模型和可选推理等级
  • 单一会话选择器——用别名选择器遮蔽默认“模型 / 推理等级”控件
  • 原生模型选择链路——所有选择仍交给 DSH ModelDirectory.select() 校验和应用
  • 持久化设置——配置写入 DSH 的 model-aliases 设置命名空间,重启后继续生效
  • 目录感知——直接选择当前会话可用的提供商、模型和模型声明的推理等级
  • 安全保留失效配置——目录中暂时不存在的别名不会丢失,但会禁用并说明原因
  • 准确显示当前状态——完整选择匹配别名时显示别名,否则显示“自定义”
  • 遵守会话限制——锁定状态下禁止切换,被寻址的子代理会话不显示选择器

使用

  1. 打开 设置 → 模型别名。
  2. 添加别名,选择提供商、模型以及可选推理等级。
  3. 调整顺序并保存。
  4. 回到会话,在输入框右侧选择需要的别名。

推理等级选择“提供商默认”时,插件不会写入虚构的默认值,而是保留适配器或提供商的原始行为。

首次使用会写入预置别名;如果保存空列表,插件也会自动恢复预置值。预置路由不在当前模型目录时会保留,但不能被选择。

设置格式

配置保存在 DSH 设置文档的 model-aliases 分节:

model-aliases:
  aliases:
    - name: 日常
      provider: deepseek
      model: deepseek-chat
    - name: 深度推理
      provider: openai
      model: o3
      reasoningEffort: high

规则:

  • 名称、提供商、模型以及存在的推理等级必须是首尾无空白的非空字符串
  • 别名名称必须唯一
  • 提供商、模型和推理等级组成的完整选择必须唯一
  • 省略 reasoningEffort 表示使用适配器或提供商默认行为

卸载

dsh plugin --profile web remove dsh-model-aliases

完成后重启当前 dsh web 进程并刷新页面。

开发

pnpm install
pnpm run build
pnpm test
pnpm pack --dry-run

构建产物位于 lib/:

  • lib/index.js:Host 插件入口
  • lib/client.js:Web Client Bundle
  • lib/types/:TypeScript 声明

反馈

发现问题或有功能建议,请提交到 GitHub Issues。

许可

MIT

Related plugins

More verified plugins in models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with a dedicated pet bubble for the current providerWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinCommandcode Provider@mars-sea/dsh-commandcode-providerUnofficial DeepSeek Harness LLM provider plugin for Command Code, ported from pi-commandcode-provider (MIT). Registers the 'commandcode' provider route with a Models-page card and live model catalog.Usage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUI