DevViking-Persike/dsh-subscriptions ↗★ 0
dsh-subscriptions
DeepSeek Harness plugin: use your own Claude and ChatGPT/Codex subscriptions as model providers, over each vendor OAuth flow
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DevViking-Persike/dsh-subscriptions说明文档
阅读完整 README ↗Configuration
Every field is optional.
| Field | Default | Meaning |
|---|---|---|
routes | ['claude', 'codex'] | Which subscriptions to mount. |
controlPort | 1458 | Loopback port for the sign-in endpoints. |
claudeModels / codexModels | shipped catalogs | A supplied array replaces the default. |
claudeCredentialPath / codexCredentialPath | under ~/.dsh | Where each credential is stored. |
claudeImportFrom / codexImportFrom | — | Seed once from a CLIProxyAPI auth file. |
streamIdleTimeoutMs | 300000 | Budget between reads before the transport gives up. |
defaultContextWindow | 200000 | Context assumed for a model absent from the catalog. |
maxTokens | 32000 | Output cap when neither request nor catalog states one. |
retryPolicy | normal, 3 retries | Merged over the default. |
- id: dsh-subscriptions
name: 'dsh-subscriptions'
config:
routes: ['claude']
controlPort: 1458