GooDAnDReaDY/dsh-model-sync0

@goodandready/dsh-model-sync

Automatic model catalog synchronization for API-key DeepSeek Harness providers.

AI 分析

核心用途是自动同步 API 密钥提供商的模型目录。适合已配置或内置的 API 密钥提供商,不适用于 OAuth、订阅和仅工具路由。

パッケージ
@goodandready/dsh-model-sync
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/23

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-model-sync

ドキュメント

README 全文を読む ↗

@goodandready/dsh-model-sync

Automatic model catalog synchronization for API-key providers in DeepSeek Harness.

The plugin is designed for:

  • API-key providers already configured in DSH;
  • API-key providers available in the built-in DSH catalog but not configured yet;
  • future custom API-key provider routes.

OAuth, subscription, and tool-only routes are intentionally outside the scope.

Status

Runtime, scheduler, HTTP API, reconciliation, and Settings UI are implemented. Release and staging verification remain before publication.

Development

See the project documentation under docs/ for architecture, research, testing, and release notes.

API and safety

GET /dsh-model-sync/status reports provider state without secrets.

POST /dsh-model-sync/run defaults to a read-only dry-run:

{ "provider": "openai", "dryRun": true }

Apply is explicit:

{ "provider": "openai", "dryRun": false, "removeMissing": false }