dsh-codex-subscription 1.14.4 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compatibility.json +2 -14
- package/lib/client.js +4329 -1049
- package/lib/index.js +661 -279
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-codex-subscription",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Use ChatGPT and Codex subscriptions in DeepSeek Harness with OAuth, quota, safe resets, web search, images, and Fast mode",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -75,21 +75,21 @@
|
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@deepseek-ai/cordis": "4.0.1 || 4.0.2",
|
|
78
|
-
"@deepseek-ai/dsh-api-remotes": "0.1.
|
|
79
|
-
"@deepseek-ai/dsh-client-connection": "0.1.
|
|
80
|
-
"@deepseek-ai/dsh-client-locale": "0.1.
|
|
81
|
-
"@deepseek-ai/dsh-client-ui-conversation": "0.1.
|
|
82
|
-
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.
|
|
83
|
-
"@deepseek-ai/dsh-client-ui-primitives": "0.1.
|
|
84
|
-
"@deepseek-ai/dsh-client-ui-settings": "0.1.
|
|
85
|
-
"@deepseek-ai/dsh-client-ui-slots": "0.1.
|
|
86
|
-
"@deepseek-ai/dsh-client-ui-tool": "0.1.
|
|
87
|
-
"@deepseek-ai/dsh-credentials": "0.1.
|
|
88
|
-
"@deepseek-ai/dsh-llm": "0.1.
|
|
89
|
-
"@deepseek-ai/dsh-llm-pi-ai": "0.1.
|
|
90
|
-
"@deepseek-ai/dsh-settings": "0.1.
|
|
91
|
-
"@deepseek-ai/dsh-tools": "0.1.
|
|
92
|
-
"@deepseek-ai/dsh-web": "0.1.
|
|
78
|
+
"@deepseek-ai/dsh-api-remotes": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
79
|
+
"@deepseek-ai/dsh-client-connection": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
80
|
+
"@deepseek-ai/dsh-client-locale": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
81
|
+
"@deepseek-ai/dsh-client-ui-conversation": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
82
|
+
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
83
|
+
"@deepseek-ai/dsh-client-ui-primitives": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
84
|
+
"@deepseek-ai/dsh-client-ui-settings": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
85
|
+
"@deepseek-ai/dsh-client-ui-slots": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
86
|
+
"@deepseek-ai/dsh-client-ui-tool": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
87
|
+
"@deepseek-ai/dsh-credentials": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
88
|
+
"@deepseek-ai/dsh-llm": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
89
|
+
"@deepseek-ai/dsh-llm-pi-ai": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
90
|
+
"@deepseek-ai/dsh-settings": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
91
|
+
"@deepseek-ai/dsh-tools": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
92
|
+
"@deepseek-ai/dsh-web": "0.1.2-rc.1 || 0.1.5-alpha.1",
|
|
93
93
|
"@deepseek-ai/schemastery": "3.18.1 || ^3.18.2",
|
|
94
94
|
"@earendil-works/pi-ai": "0.82.1",
|
|
95
95
|
"react": "^18.2.0",
|