dsh-model-groups
文件与数据 活跃维护

dsh-model-groups

roclee2692/dsh-model-groups

可按提供商、厂商维度对可用大模型进行分组归类,支持快速切换适配不同任务的模型,无需重复配置接口信息,简化多模型协作流程,降低多模型调用成本。

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

DSH Model Groups

Independent client plugin targeting DeepSeek Harness 0.1.1-rc.2. Uses the existing modelDirectories service and overrides only the conversation.input.model slot. Uninstalling restores the built-in model picker; /model remains owned by the built-in plugin.

Platforms keep their original provider IDs; expandable manufacturer groups are presentation only. Unknown model IDs remain under Other/platform routing. Thinking controls come from the selected model's host metadata, not a hardcoded set of capabilities. No credentials are handled by this plugin.

The dialog uses the browser's native top layer to avoid clipping by theme containers. The original community skin and marketplace are not replaced.

Install with the DSH profile plugin mechanism. Pin a compatible release and verify in an isolated profile before upgrading. This does not promise compatibility with arbitrary future DSH releases.

After installing the package into the desired profile, add dsh-model-groups to that profile's dsh.profile.bundles, OR insert the entry from cordis.patch.yml into its profile patch. Do not do both. Do not disable the built-in model-selection plugin: it supplies the shared directory service and /model command.

Validation: npm test. Integration checks on DSH 0.1.1-rc.2 covered manufacturer disclosure, exact provider/model routing, native top-layer placement and Escape dismissal. The plugin was also loaded from an installed macOS EAC profile and inspected through that live server in Chromium. Native WKWebView-specific regression and future DSH versions are not certified.

Provenance: this is a separate client extension, not an official DSH plugin and not a replacement skin. It uses the open-source DSH slot and model-directory APIs. The existing EAC community marketplace remains unchanged.