@pure01fx/dsh-openai-codex-auth 0.9.0 → 0.10.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pure01fx/dsh-openai-codex-auth",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "Native ChatGPT Codex provider, device-code-first login, and same-origin Web integration for DeepSeek Harness",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -61,13 +61,30 @@
61
61
  "lib/sse.d.ts",
62
62
  "lib/usage.js",
63
63
  "lib/usage.d.ts",
64
+ "lib/cloud-http.js",
65
+ "lib/cloud-http.d.ts",
66
+ "lib/cloud-search.js",
67
+ "lib/cloud-search.d.ts",
68
+ "lib/cloud-images.js",
69
+ "lib/cloud-images.d.ts",
70
+ "lib/cloud-media.js",
71
+ "lib/cloud-media.d.ts",
72
+ "lib/cloud-vision.js",
73
+ "lib/cloud-vision.d.ts",
74
+ "lib/cloud-tools.js",
75
+ "lib/cloud-tools.d.ts",
76
+ "lib/cloud-context.js",
77
+ "lib/cloud-context.d.ts",
78
+ "lib/cloud-web-tool.js",
79
+ "lib/cloud-web-tool.d.ts",
64
80
  "client.js",
65
81
  "cordis.patch.yml",
66
82
  "assets/readme/hero.svg",
67
83
  "assets/readme/workflow.svg",
68
84
  "README.md",
69
85
  "CHANGELOG.md",
70
- "LICENSE"
86
+ "LICENSE",
87
+ "CODEX-COMPATIBILITY.md"
71
88
  ],
72
89
  "dsh": {
73
90
  "engines": {
@@ -88,30 +105,67 @@
88
105
  },
89
106
  "peerDependencies": {
90
107
  "@deepseek-ai/cordis": "^4.0.1",
108
+ "@deepseek-ai/dsh-attachment": "0.1.1-rc.2",
91
109
  "@deepseek-ai/dsh-credentials": "0.1.1-rc.2",
110
+ "@deepseek-ai/dsh-fs": "0.1.1-rc.2",
92
111
  "@deepseek-ai/dsh-host-webserver": "0.1.1-rc.2",
93
- "@deepseek-ai/dsh-llm": "0.1.1-rc.2"
112
+ "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
113
+ "@deepseek-ai/dsh-sandbox": "0.1.1-rc.2",
114
+ "@deepseek-ai/dsh-sandbox-policy": "0.1.1-rc.2",
115
+ "@deepseek-ai/dsh-shell": "0.1.1-rc.2",
116
+ "@deepseek-ai/dsh-tools": "0.1.1-rc.2"
94
117
  },
95
118
  "dependencies": {
96
119
  "@deepseek-ai/dsh-atomic-write": "0.1.1-rc.2",
97
120
  "@deepseek-ai/dsh-home-paths": "0.1.1-rc.2",
98
121
  "@deepseek-ai/schemastery": "^3.18.1",
99
122
  "https-proxy-agent": "7.0.6",
123
+ "image-size": "^2.0.2",
100
124
  "proxy-from-env": "1.1.0",
101
125
  "ws": "8.21.3"
102
126
  },
103
127
  "devDependencies": {
104
128
  "@deepseek-ai/cordis": "^4.0.1",
105
129
  "@deepseek-ai/dsh-agent": "0.1.1-rc.2",
130
+ "@deepseek-ai/dsh-attachment": "0.1.1-rc.2",
131
+ "@deepseek-ai/dsh-attachment-local": "0.1.1-rc.2",
106
132
  "@deepseek-ai/dsh-credentials": "0.1.1-rc.2",
133
+ "@deepseek-ai/dsh-fs": "0.1.1-rc.2",
107
134
  "@deepseek-ai/dsh-host-webserver": "0.1.1-rc.2",
108
135
  "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
136
+ "@deepseek-ai/dsh-sandbox": "0.1.1-rc.2",
137
+ "@deepseek-ai/dsh-sandbox-policy": "0.1.1-rc.2",
138
+ "@deepseek-ai/dsh-scope": "0.1.1-rc.2",
109
139
  "@deepseek-ai/dsh-session": "0.1.1-rc.2",
140
+ "@deepseek-ai/dsh-shell": "0.1.1-rc.2",
141
+ "@deepseek-ai/dsh-system-prompt": "0.1.1-rc.2",
142
+ "@deepseek-ai/dsh-tools": "0.1.1-rc.2",
110
143
  "@types/node": "^22.20.0",
111
144
  "@types/proxy-from-env": "1.0.4",
145
+ "sharp": "^0.35.4",
112
146
  "typescript": "^6.0.3",
113
147
  "vitest": "^4.1.8"
114
148
  },
149
+ "peerDependenciesMeta": {
150
+ "@deepseek-ai/dsh-tools": {
151
+ "optional": true
152
+ },
153
+ "@deepseek-ai/dsh-attachment": {
154
+ "optional": true
155
+ },
156
+ "@deepseek-ai/dsh-fs": {
157
+ "optional": true
158
+ },
159
+ "@deepseek-ai/dsh-shell": {
160
+ "optional": true
161
+ },
162
+ "@deepseek-ai/dsh-sandbox": {
163
+ "optional": true
164
+ },
165
+ "@deepseek-ai/dsh-sandbox-policy": {
166
+ "optional": true
167
+ }
168
+ },
115
169
  "scripts": {
116
170
  "build": "tsc",
117
171
  "test": "vitest run"