@ahggg/dsh-side-chat 0.6.1 → 0.6.2
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.md +5 -3
- package/README.zh-CN.md +5 -3
- package/lib/client/rc6/Rc6SideChatOverlay.d.ts.map +1 -1
- package/lib/client/rc6/Rc6SideChatOverlay.js +116 -25
- package/lib/client/rc6/Rc6SideChatOverlay.js.map +1 -1
- package/lib/client/selection/SelectionActions.d.ts +12 -1
- package/lib/client/selection/SelectionActions.d.ts.map +1 -1
- package/lib/client/selection/SelectionActions.js +121 -19
- package/lib/client/selection/SelectionActions.js.map +1 -1
- package/lib/client.js +234 -39
- package/lib/client.js.map +1 -1
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ahggg/dsh-side-chat",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "Codex-style side conversations for DeepSeek Harness",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"deepseek-harness",
|
|
@@ -83,19 +83,19 @@
|
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"@deepseek-ai/cordis": "4.0.1",
|
|
86
|
-
"@deepseek-ai/dsh-agent": "0.1.0-rc.
|
|
87
|
-
"@deepseek-ai/dsh-agent-presets": "0.1.0-rc.
|
|
88
|
-
"@deepseek-ai/dsh-api-remotes": "0.1.0-rc.
|
|
89
|
-
"@deepseek-ai/dsh-client-runtime": "0.1.0-rc.
|
|
90
|
-
"@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.
|
|
91
|
-
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.0-rc.
|
|
92
|
-
"@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.
|
|
93
|
-
"@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.
|
|
94
|
-
"@deepseek-ai/dsh-llm": "0.1.0-rc.
|
|
95
|
-
"@deepseek-ai/dsh-session": "0.1.0-rc.
|
|
96
|
-
"@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.
|
|
97
|
-
"@deepseek-ai/dsh-user-questions": "0.1.0-rc.
|
|
98
|
-
"@deepseek-ai/dsh-workspace": "0.1.0-rc.
|
|
86
|
+
"@deepseek-ai/dsh-agent": "0.1.0-rc.7",
|
|
87
|
+
"@deepseek-ai/dsh-agent-presets": "0.1.0-rc.7",
|
|
88
|
+
"@deepseek-ai/dsh-api-remotes": "0.1.0-rc.7",
|
|
89
|
+
"@deepseek-ai/dsh-client-runtime": "0.1.0-rc.7",
|
|
90
|
+
"@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.7",
|
|
91
|
+
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.0-rc.7",
|
|
92
|
+
"@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.7",
|
|
93
|
+
"@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.7",
|
|
94
|
+
"@deepseek-ai/dsh-llm": "0.1.0-rc.7",
|
|
95
|
+
"@deepseek-ai/dsh-session": "0.1.0-rc.7",
|
|
96
|
+
"@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.7",
|
|
97
|
+
"@deepseek-ai/dsh-user-questions": "0.1.0-rc.7",
|
|
98
|
+
"@deepseek-ai/dsh-workspace": "0.1.0-rc.7",
|
|
99
99
|
"react": ">=18.2.0 <20.0.0"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
@@ -103,20 +103,20 @@
|
|
|
103
103
|
"zod": "4.4.3"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
|
-
"@deepseek-ai/dsh-agent": "0.1.0-rc.
|
|
107
|
-
"@deepseek-ai/dsh-agent-presets": "0.1.0-rc.
|
|
108
|
-
"@deepseek-ai/dsh-api-remotes": "0.1.0-rc.
|
|
109
|
-
"@deepseek-ai/dsh-client-runtime": "0.1.0-rc.
|
|
110
|
-
"@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.
|
|
111
|
-
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.0-rc.
|
|
112
|
-
"@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.
|
|
113
|
-
"@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.
|
|
114
|
-
"@deepseek-ai/dsh-client-ui-theme": "0.1.0-rc.
|
|
115
|
-
"@deepseek-ai/dsh-llm": "0.1.0-rc.
|
|
116
|
-
"@deepseek-ai/dsh-session": "0.1.0-rc.
|
|
117
|
-
"@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.
|
|
118
|
-
"@deepseek-ai/dsh-user-questions": "0.1.0-rc.
|
|
119
|
-
"@deepseek-ai/dsh-workspace": "0.1.0-rc.
|
|
106
|
+
"@deepseek-ai/dsh-agent": "0.1.0-rc.7",
|
|
107
|
+
"@deepseek-ai/dsh-agent-presets": "0.1.0-rc.7",
|
|
108
|
+
"@deepseek-ai/dsh-api-remotes": "0.1.0-rc.7",
|
|
109
|
+
"@deepseek-ai/dsh-client-runtime": "0.1.0-rc.7",
|
|
110
|
+
"@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.7",
|
|
111
|
+
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.0-rc.7",
|
|
112
|
+
"@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.7",
|
|
113
|
+
"@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.7",
|
|
114
|
+
"@deepseek-ai/dsh-client-ui-theme": "0.1.0-rc.7",
|
|
115
|
+
"@deepseek-ai/dsh-llm": "0.1.0-rc.7",
|
|
116
|
+
"@deepseek-ai/dsh-session": "0.1.0-rc.7",
|
|
117
|
+
"@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.7",
|
|
118
|
+
"@deepseek-ai/dsh-user-questions": "0.1.0-rc.7",
|
|
119
|
+
"@deepseek-ai/dsh-workspace": "0.1.0-rc.7",
|
|
120
120
|
"@testing-library/jest-dom": "6.9.1",
|
|
121
121
|
"@testing-library/react": "16.3.2",
|
|
122
122
|
"@types/node": "22.20.0",
|