zhangyqjiaoshou-oss/dsh-model-sync ↗★ 1
@dsh-external/dsh-model-sync
One-click / auto model sync for DeepSeek Harness providers — reconciles stored model lists against each provider's /v1/models endpoint, with a Settings page toggle and conversation-open auto-sync.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhangyqjiaoshou-oss/dsh-model-sync说明文档
阅读完整 README ↗Usage
- Open Settings → Model Sync.
- Click Sync All Models to sync immediately, or turn on Auto-sync on conversation open to refresh the model list every time you open a conversation page.
- Each provider reports
✅ N total (+added -removed); failures show❌with the reason.
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
autoSync | boolean | false | Auto-sync model lists whenever a conversation page opens |
debounceMs | number | 10000 | Minimum milliseconds between two automatic syncs |
The auto-sync switch can also be toggled in the Settings UI; changes are written to the model-sync namespace.