@roaming-ai/dsh-group-chat 0.2.0 → 0.2.1

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/cordis.patch.yml +1 -1
  2. package/package.json +1 -1
package/cordis.patch.yml CHANGED
@@ -9,4 +9,4 @@
9
9
  # /plugins/<id>/client.js) load in the web GUI.
10
10
  - insert:
11
11
  - id: group-chat
12
- name: @roaming-ai/dsh-group-chat
12
+ name: "@roaming-ai/dsh-group-chat"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@roaming-ai/dsh-group-chat",
3
3
  "description": "DSH 模型群聊:多模型角色群组对话面板。角色绑定不同 provider/model,群内共享对话记录;设置页支持启用/停用。",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": "^22.19.0 || >=24.0.0"