dsh-codex-subscription 1.14.4 → 2.0.1
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/README.en.md +34 -15
- package/README.md +33 -13
- package/THIRD_PARTY_NOTICES.md +1 -1
- package/compatibility.json +5 -11
- package/lib/client.js +4611 -1251
- package/lib/index.js +662 -279
- package/package.json +33 -34
- package/README.zh-CN.md +0 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-codex-subscription",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
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",
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"cordis.patch.yml",
|
|
16
16
|
"README.md",
|
|
17
17
|
"README.en.md",
|
|
18
|
-
"README.zh-CN.md",
|
|
19
18
|
"DIRECTORY.md",
|
|
20
19
|
"compatibility.json",
|
|
21
20
|
"LICENSE",
|
|
@@ -75,21 +74,21 @@
|
|
|
75
74
|
},
|
|
76
75
|
"peerDependencies": {
|
|
77
76
|
"@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.
|
|
77
|
+
"@deepseek-ai/dsh-api-remotes": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
78
|
+
"@deepseek-ai/dsh-client-connection": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
79
|
+
"@deepseek-ai/dsh-client-locale": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
80
|
+
"@deepseek-ai/dsh-client-ui-conversation": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
81
|
+
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
82
|
+
"@deepseek-ai/dsh-client-ui-primitives": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
83
|
+
"@deepseek-ai/dsh-client-ui-settings": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
84
|
+
"@deepseek-ai/dsh-client-ui-slots": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
85
|
+
"@deepseek-ai/dsh-client-ui-tool": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
86
|
+
"@deepseek-ai/dsh-credentials": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
87
|
+
"@deepseek-ai/dsh-llm": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
88
|
+
"@deepseek-ai/dsh-llm-pi-ai": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
89
|
+
"@deepseek-ai/dsh-settings": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
90
|
+
"@deepseek-ai/dsh-tools": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
91
|
+
"@deepseek-ai/dsh-web": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
|
|
93
92
|
"@deepseek-ai/schemastery": "3.18.1 || ^3.18.2",
|
|
94
93
|
"@earendil-works/pi-ai": "0.82.1",
|
|
95
94
|
"react": "^18.2.0",
|
|
@@ -97,23 +96,23 @@
|
|
|
97
96
|
},
|
|
98
97
|
"devDependencies": {
|
|
99
98
|
"@deepseek-ai/cordis": "4.0.2",
|
|
100
|
-
"@deepseek-ai/dsh-api-remotes": "0.1.
|
|
101
|
-
"@deepseek-ai/dsh-client-connection": "0.1.
|
|
102
|
-
"@deepseek-ai/dsh-client-locale": "0.1.
|
|
103
|
-
"@deepseek-ai/dsh-client-ui-conversation": "0.1.
|
|
104
|
-
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.
|
|
105
|
-
"@deepseek-ai/dsh-client-ui-primitives": "0.1.
|
|
106
|
-
"@deepseek-ai/dsh-client-ui-settings": "0.1.
|
|
107
|
-
"@deepseek-ai/dsh-client-ui-slots": "0.1.
|
|
108
|
-
"@deepseek-ai/dsh-client-ui-tool": "0.1.
|
|
109
|
-
"@deepseek-ai/dsh-credentials": "0.1.
|
|
110
|
-
"@deepseek-ai/dsh-invariants": "0.1.
|
|
111
|
-
"@deepseek-ai/dsh-llm": "0.1.
|
|
112
|
-
"@deepseek-ai/dsh-llm-pi-ai": "0.1.
|
|
113
|
-
"@deepseek-ai/dsh-settings": "0.1.
|
|
114
|
-
"@deepseek-ai/dsh-session": "0.1.
|
|
115
|
-
"@deepseek-ai/dsh-tools": "0.1.
|
|
116
|
-
"@deepseek-ai/dsh-web": "0.1.
|
|
99
|
+
"@deepseek-ai/dsh-api-remotes": "0.1.5-rc.1",
|
|
100
|
+
"@deepseek-ai/dsh-client-connection": "0.1.5-rc.1",
|
|
101
|
+
"@deepseek-ai/dsh-client-locale": "0.1.5-rc.1",
|
|
102
|
+
"@deepseek-ai/dsh-client-ui-conversation": "0.1.5-rc.1",
|
|
103
|
+
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.5-rc.1",
|
|
104
|
+
"@deepseek-ai/dsh-client-ui-primitives": "0.1.5-rc.1",
|
|
105
|
+
"@deepseek-ai/dsh-client-ui-settings": "0.1.5-rc.1",
|
|
106
|
+
"@deepseek-ai/dsh-client-ui-slots": "0.1.5-rc.1",
|
|
107
|
+
"@deepseek-ai/dsh-client-ui-tool": "0.1.5-rc.1",
|
|
108
|
+
"@deepseek-ai/dsh-credentials": "0.1.5-rc.1",
|
|
109
|
+
"@deepseek-ai/dsh-invariants": "0.1.5-rc.1",
|
|
110
|
+
"@deepseek-ai/dsh-llm": "0.1.5-rc.1",
|
|
111
|
+
"@deepseek-ai/dsh-llm-pi-ai": "0.1.5-rc.1",
|
|
112
|
+
"@deepseek-ai/dsh-settings": "0.1.5-rc.1",
|
|
113
|
+
"@deepseek-ai/dsh-session": "0.1.5-rc.1",
|
|
114
|
+
"@deepseek-ai/dsh-tools": "0.1.5-rc.1",
|
|
115
|
+
"@deepseek-ai/dsh-web": "0.1.5-rc.1",
|
|
117
116
|
"@deepseek-ai/schemastery": "3.18.2",
|
|
118
117
|
"@earendil-works/pi-ai": "0.82.1",
|
|
119
118
|
"@heroicons/react": "2.2.0",
|
package/README.zh-CN.md
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# DSH Codex Subscription
|
|
2
|
-
|
|
3
|
-
本项目现在默认使用简体中文 README:
|
|
4
|
-
|
|
5
|
-
- [打开完整中文说明](README.md)
|
|
6
|
-
- [Open the complete English README](README.en.md)
|
|
7
|
-
|
|
8
|
-
旧的 `README.zh-CN.md` 地址会继续保留,已有书签和外部链接无需修改。
|
|
9
|
-
|
|
10
|
-
安装:
|
|
11
|
-
|
|
12
|
-
```powershell
|
|
13
|
-
dsh plugin --profile web add dsh-codex-subscription
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
遇到问题请使用[使用问题表单](https://github.com/WSL043/dsh-codex-subscription/issues/new?template=install-problem.yml)。
|