@michengai/dsh-codex-ui 0.2.101 → 0.2.103
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/CHANGELOG.md +47 -0
- package/CHANGELOG.zh-CN.md +47 -0
- package/README.md +2 -3
- package/README.zh-CN.md +1 -2
- package/{dist → lib}/client.js +2583 -763
- package/{dist → lib}/index.mjs +556 -19
- package/package.json +45 -27
- /package/{dist → lib}/index.d.mts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@michengai/dsh-codex-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.103",
|
|
4
4
|
"description": "以 Codex 风格重构 DSH Web 侧栏的独立客户端插件",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -17,20 +17,20 @@
|
|
|
17
17
|
"homepage": "https://github.com/MichengAI/dsh-codex-ui#readme",
|
|
18
18
|
"type": "module",
|
|
19
19
|
"packageManager": "pnpm@11.22.0",
|
|
20
|
-
"main": "
|
|
21
|
-
"types": "
|
|
20
|
+
"main": "lib/index.mjs",
|
|
21
|
+
"types": "lib/index.d.mts",
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
|
-
"types": "./
|
|
25
|
-
"default": "./
|
|
24
|
+
"types": "./lib/index.d.mts",
|
|
25
|
+
"default": "./lib/index.mjs"
|
|
26
26
|
},
|
|
27
27
|
"./client": {
|
|
28
|
-
"default": "./
|
|
28
|
+
"default": "./lib/client.js"
|
|
29
29
|
},
|
|
30
30
|
"./package.json": "./package.json"
|
|
31
31
|
},
|
|
32
32
|
"files": [
|
|
33
|
-
"
|
|
33
|
+
"lib",
|
|
34
34
|
"assets",
|
|
35
35
|
"cordis.patch.yml",
|
|
36
36
|
"CHANGELOG.md",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"@deepseek-ai/dsh-client-ui-layout",
|
|
50
50
|
"@deepseek-ai/dsh-client-locale",
|
|
51
51
|
"@deepseek-ai/dsh-client-ui-conversation",
|
|
52
|
+
"@deepseek-ai/dsh-client-ui-workspace",
|
|
52
53
|
"@deepseek-ai/dsh-client-ui-settings-general"
|
|
53
54
|
],
|
|
54
55
|
"platform": "web"
|
|
@@ -61,15 +62,16 @@
|
|
|
61
62
|
},
|
|
62
63
|
"peerDependencies": {
|
|
63
64
|
"@deepseek-ai/cordis": ">=4.0.1 <5.0.0",
|
|
64
|
-
"@deepseek-ai/dsh-client-locale": ">=0.1.0-rc.
|
|
65
|
-
"@deepseek-ai/dsh-client-runtime": ">=0.1.0-rc.
|
|
66
|
-
"@deepseek-ai/dsh-client-ui-conversation": ">=0.1.0-rc.
|
|
67
|
-
"@deepseek-ai/dsh-client-ui-layout": ">=0.1.0-rc.
|
|
68
|
-
"@deepseek-ai/dsh-client-ui-primitives": ">=0.1.0-rc.
|
|
69
|
-
"@deepseek-ai/dsh-client-ui-settings": ">=0.1.0-rc.
|
|
70
|
-
"@deepseek-ai/dsh-client-ui-settings-general": ">=0.1.0-rc.
|
|
71
|
-
"@deepseek-ai/dsh-client-ui-sidebar": ">=0.1.0-rc.
|
|
72
|
-
"@deepseek-ai/dsh-client-ui-slots": ">=0.1.0-rc.
|
|
65
|
+
"@deepseek-ai/dsh-client-locale": ">=0.1.0-rc.5 <0.2.0",
|
|
66
|
+
"@deepseek-ai/dsh-client-runtime": ">=0.1.0-rc.5 <0.2.0",
|
|
67
|
+
"@deepseek-ai/dsh-client-ui-conversation": ">=0.1.0-rc.5 <0.2.0",
|
|
68
|
+
"@deepseek-ai/dsh-client-ui-layout": ">=0.1.0-rc.5 <0.2.0",
|
|
69
|
+
"@deepseek-ai/dsh-client-ui-primitives": ">=0.1.0-rc.5 <0.2.0",
|
|
70
|
+
"@deepseek-ai/dsh-client-ui-settings": ">=0.1.0-rc.5 <0.2.0",
|
|
71
|
+
"@deepseek-ai/dsh-client-ui-settings-general": ">=0.1.0-rc.5 <0.2.0",
|
|
72
|
+
"@deepseek-ai/dsh-client-ui-sidebar": ">=0.1.0-rc.5 <0.2.0",
|
|
73
|
+
"@deepseek-ai/dsh-client-ui-slots": ">=0.1.0-rc.5 <0.2.0",
|
|
74
|
+
"@deepseek-ai/dsh-client-ui-workspace": ">=0.1.0-rc.5 <0.2.0",
|
|
73
75
|
"@michengai/dsh-agency-agents": ">=0.1.3 <0.2.0",
|
|
74
76
|
"@michengai/dsh-skills-manager": ">=0.1.7 <0.2.0",
|
|
75
77
|
"react": "^18.2.0"
|
|
@@ -83,17 +85,30 @@
|
|
|
83
85
|
}
|
|
84
86
|
},
|
|
85
87
|
"devDependencies": {
|
|
86
|
-
"@deepseek-ai/cordis": "4.0.
|
|
87
|
-
"@deepseek-ai/dsh-
|
|
88
|
-
"@deepseek-ai/dsh-
|
|
89
|
-
"@deepseek-ai/dsh-
|
|
90
|
-
"@deepseek-ai/dsh-client-
|
|
91
|
-
"@deepseek-ai/dsh-client-
|
|
92
|
-
"@deepseek-ai/dsh-client-
|
|
93
|
-
"@deepseek-ai/dsh-client-
|
|
94
|
-
"@deepseek-ai/dsh-client-
|
|
95
|
-
"@deepseek-ai/dsh-client-ui-
|
|
96
|
-
"@deepseek-ai/dsh-client-ui-
|
|
88
|
+
"@deepseek-ai/cordis": "4.0.2",
|
|
89
|
+
"@deepseek-ai/dsh-api-session-controller": "0.1.2-rc.1",
|
|
90
|
+
"@deepseek-ai/dsh-api-workspace-controller": "0.1.2-rc.1",
|
|
91
|
+
"@deepseek-ai/dsh-attachment": "0.1.2-rc.1",
|
|
92
|
+
"@deepseek-ai/dsh-client-connection": "0.1.2-rc.1",
|
|
93
|
+
"@deepseek-ai/dsh-client-locale": "0.1.2-rc.1",
|
|
94
|
+
"@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
|
|
95
|
+
"@deepseek-ai/dsh-client-store": "0.1.2-rc.1",
|
|
96
|
+
"@deepseek-ai/dsh-client-test-runtime": "0.1.2-rc.1",
|
|
97
|
+
"@deepseek-ai/dsh-client-ui-chat": "0.1.2-rc.1",
|
|
98
|
+
"@deepseek-ai/dsh-client-ui-conversation": "0.1.2-rc.1",
|
|
99
|
+
"@deepseek-ai/dsh-client-ui-layout": "0.1.2-rc.1",
|
|
100
|
+
"@deepseek-ai/dsh-client-ui-primitives": "0.1.2-rc.1",
|
|
101
|
+
"@deepseek-ai/dsh-client-ui-renderer": "0.1.2-rc.1",
|
|
102
|
+
"@deepseek-ai/dsh-client-ui-session": "0.1.2-rc.1",
|
|
103
|
+
"@deepseek-ai/dsh-client-ui-settings": "0.1.2-rc.1",
|
|
104
|
+
"@deepseek-ai/dsh-client-ui-settings-general": "0.1.2-rc.1",
|
|
105
|
+
"@deepseek-ai/dsh-client-ui-sidebar": "0.1.2-rc.1",
|
|
106
|
+
"@deepseek-ai/dsh-client-ui-slots": "0.1.2-rc.1",
|
|
107
|
+
"@deepseek-ai/dsh-client-ui-workspace": "0.1.2-rc.1",
|
|
108
|
+
"@deepseek-ai/dsh-session": "0.1.2-rc.1",
|
|
109
|
+
"@deepseek-ai/dsh-subagent": "0.1.2-rc.1",
|
|
110
|
+
"@deepseek-ai/dsh-typert-protocol": "0.1.2-rc.1",
|
|
111
|
+
"@deepseek-ai/dsh-workspace": "0.1.2-rc.1",
|
|
97
112
|
"@types/jsdom": "^30.0.0",
|
|
98
113
|
"@types/node": "^26.0.0",
|
|
99
114
|
"@types/react": "~18.3.1",
|
|
@@ -104,5 +119,8 @@
|
|
|
104
119
|
"tsx": "^4.22.4",
|
|
105
120
|
"typescript": "^6.0.3",
|
|
106
121
|
"vitest": "^4.1.8"
|
|
122
|
+
},
|
|
123
|
+
"dependencies": {
|
|
124
|
+
"lucide-react": "^1.39.0"
|
|
107
125
|
}
|
|
108
126
|
}
|
|
File without changes
|