@michengai/dsh-codex-ui 0.2.101 → 0.2.102

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": "@michengai/dsh-codex-ui",
3
- "version": "0.2.101",
3
+ "version": "0.2.102",
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": "dist/index.mjs",
21
- "types": "dist/index.d.mts",
20
+ "main": "lib/index.mjs",
21
+ "types": "lib/index.d.mts",
22
22
  "exports": {
23
23
  ".": {
24
- "types": "./dist/index.d.mts",
25
- "default": "./dist/index.mjs"
24
+ "types": "./lib/index.d.mts",
25
+ "default": "./lib/index.mjs"
26
26
  },
27
27
  "./client": {
28
- "default": "./dist/client.js"
28
+ "default": "./lib/client.js"
29
29
  },
30
30
  "./package.json": "./package.json"
31
31
  },
32
32
  "files": [
33
- "dist",
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.0 <0.2.0",
65
- "@deepseek-ai/dsh-client-runtime": ">=0.1.0-rc.0 <0.2.0",
66
- "@deepseek-ai/dsh-client-ui-conversation": ">=0.1.0-rc.0 <0.2.0",
67
- "@deepseek-ai/dsh-client-ui-layout": ">=0.1.0-rc.0 <0.2.0",
68
- "@deepseek-ai/dsh-client-ui-primitives": ">=0.1.0-rc.0 <0.2.0",
69
- "@deepseek-ai/dsh-client-ui-settings": ">=0.1.0-rc.0 <0.2.0",
70
- "@deepseek-ai/dsh-client-ui-settings-general": ">=0.1.0-rc.0 <0.2.0",
71
- "@deepseek-ai/dsh-client-ui-sidebar": ">=0.1.0-rc.0 <0.2.0",
72
- "@deepseek-ai/dsh-client-ui-slots": ">=0.1.0-rc.0 <0.2.0",
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.1",
87
- "@deepseek-ai/dsh-client-locale": "0.1.0-rc.6",
88
- "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6",
89
- "@deepseek-ai/dsh-client-test-runtime": "0.1.0-rc.6",
90
- "@deepseek-ai/dsh-client-ui-conversation": "0.1.0-rc.6",
91
- "@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.6",
92
- "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6",
93
- "@deepseek-ai/dsh-client-ui-settings": "0.1.0-rc.6",
94
- "@deepseek-ai/dsh-client-ui-settings-general": "0.1.0-rc.6",
95
- "@deepseek-ai/dsh-client-ui-sidebar": "0.1.0-rc.6",
96
- "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6",
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