feat: complete dsh-plugin-model-enhancer with models.dev prefill, paperclip upload, codex slider, and i18n

This commit is contained in:
2026-09-09 00:52:52 +08:00
commit 80bd332529
8 changed files with 6487 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"name": "dsh-plugin-model-enhancer",
"version": "1.0.0",
"description": "Enhance DSH model settings with image input, reasoning effort levels, and models.dev prefilling",
"type": "module",
"main": "./lib/index.js",
"exports": {
".": {
"default": "./lib/index.js"
},
"./client": "./lib/client.js",
"./cordis.patch.yml": "./cordis.patch.yml",
"./package.json": "./package.json"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
},
"client": {
"platform": "web",
"inject": [
"@deepseek-ai/dsh-client-connection",
"@deepseek-ai/dsh-client-runtime",
"@deepseek-ai/dsh-client-locale",
"@deepseek-ai/dsh-client-ui-settings",
"@deepseek-ai/dsh-client-ui-slots",
"@deepseek-ai/dsh-api-remotes"
]
}
},
"peerDependencies": {
"@deepseek-ai/cordis": "^4.0.1"
}
}