@linxin666/dsh-client-ui-community-plugins 0.3.13 → 0.3.15

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.
Files changed (2) hide show
  1. package/community.json +13 -1
  2. 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": "@omdsh-dev/dsh-annotation",
138
+ "npm": "@changfenhuang/dsh-annotation",
139
139
  "category": "ui",
140
140
  "subcategory": "chat"
141
141
  },
@@ -608,5 +608,17 @@
608
608
  "npm": "dsh-session-enhance",
609
609
  "category": "utility",
610
610
  "subcategory": "cleanup"
611
+ },
612
+ {
613
+ "id": "dsh-audiogen",
614
+ "name": "AI 音频",
615
+ "nameEn": "AI AudioGen",
616
+ "author": "shimingming520",
617
+ "description": "AI 音频生成插件:通过可配置的多厂商渠道(OpenAI 兼容、ElevenLabs、MiniMax、Stability AI 与自定义)实现 TTS 文本转语音、音乐与音效生成,提供按渠道模型/音色目录、Agent 工具与侧边栏面板。",
618
+ "descriptionEn": "AI audio generation for the dsh web GUI: TTS, music and sound effects through configurable multi-vendor channels (OpenAI-compatible, ElevenLabs, MiniMax, Stability AI and custom), with per-channel model/voice catalogs, an Agent tool and a sidebar panel.",
619
+ "repo": "https://github.com/shimingming520/dsh-audiogen",
620
+ "npm": "dsh-audiogen",
621
+ "category": "tools",
622
+ "subcategory": "model"
611
623
  }
612
624
  ]
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.13",
4
+ "version": "0.3.15",
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-alpha.4"
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-alpha.4",
30
- "@deepseek-ai/dsh-api-session-controller": "^0.1.2-alpha.4",
31
- "@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-alpha.4",
32
- "@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.4",
33
- "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.4",
34
- "@deepseek-ai/dsh-client-store": "^0.1.2-alpha.4",
35
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-alpha.4",
36
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.4",
37
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.4",
38
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.4",
39
- "@deepseek-ai/dsh-settings": "^0.1.2-alpha.4",
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",