@linxin666/dsh-client-ui-community-plugins 0.3.13 → 0.3.14
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/community.json +1 -1
- package/package.json +13 -13
package/community.json
CHANGED
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"description": "选中助手文字即可批注,回车随消息发送;自己的气泡只显示问题与「批注 ×N」标签,模型按 Annotation N 逐条对照回复(悬浮芯片);UI 与批注块跟随 DSH 语言切换 zh/en,Cmd/Ctrl+Enter 可直发纯批注,斜杠命令原样放行。",
|
|
136
136
|
"descriptionEn": "Select text in an assistant reply to annotate it; annotations ride along with your next message, hidden in your own bubble behind an Annotations xN chip, and the model replies per Annotation N with hoverable chips. UI and annotation block follow the DSH locale (zh/en); Cmd/Ctrl+Enter sends annotations alone; slash commands pass through.",
|
|
137
137
|
"repo": "https://github.com/omdsh-dev/dsh-annotation",
|
|
138
|
-
"npm": "@
|
|
138
|
+
"npm": "@changfenhuang/dsh-annotation",
|
|
139
139
|
"category": "ui",
|
|
140
140
|
"subcategory": "chat"
|
|
141
141
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linxin666/dsh-client-ui-community-plugins",
|
|
3
3
|
"description": "Community plugin index data source for the dsh web ecosystem: community.json is the single source of the Workshop store plugin list and the dsh-market.com plugin manifest.",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.14",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dsh": {
|
|
13
13
|
"engines": {
|
|
14
|
-
"dsh": ">=0.1.2-
|
|
14
|
+
"dsh": ">=0.1.2-rc.1"
|
|
15
15
|
},
|
|
16
16
|
"bundle": {
|
|
17
17
|
"patch": "./cordis.patch.yml"
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
29
|
-
"@deepseek-ai/dsh-api-remotes": "^0.1.2-
|
|
30
|
-
"@deepseek-ai/dsh-api-session-controller": "^0.1.2-
|
|
31
|
-
"@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-
|
|
32
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.2-
|
|
33
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.2-
|
|
34
|
-
"@deepseek-ai/dsh-client-store": "^0.1.2-
|
|
35
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-
|
|
36
|
-
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-
|
|
37
|
-
"@deepseek-ai/dsh-client-ui-settings": "^0.1.2-
|
|
38
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.2-
|
|
39
|
-
"@deepseek-ai/dsh-settings": "^0.1.2-
|
|
29
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.2-rc.1",
|
|
30
|
+
"@deepseek-ai/dsh-api-session-controller": "^0.1.2-rc.1",
|
|
31
|
+
"@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-rc.1",
|
|
32
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.2-rc.1",
|
|
33
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.2-rc.1",
|
|
34
|
+
"@deepseek-ai/dsh-client-store": "^0.1.2-rc.1",
|
|
35
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-rc.1",
|
|
36
|
+
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-rc.1",
|
|
37
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.2-rc.1",
|
|
38
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.2-rc.1",
|
|
39
|
+
"@deepseek-ai/dsh-settings": "^0.1.2-rc.1",
|
|
40
40
|
"@testing-library/react": "^16.1.0",
|
|
41
41
|
"@types/node": "^22.20.0",
|
|
42
42
|
"@types/react": "~18.3.1",
|