@huyooo/ai-chat-frontend-react 0.3.20 → 0.3.22

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.
@@ -191,6 +191,8 @@ export interface ChatMessage {
191
191
  atContextItems?: AtContextItem[];
192
192
  /** 生成此消息时使用的模型 */
193
193
  model?: string;
194
+ /** 生成此消息时使用的模型展示名 */
195
+ modelDisplayName?: string;
194
196
  /** 生成此消息时使用的模式 (ask/agent) */
195
197
  mode?: string;
196
198
  /** 生成此消息时是否启用 web 搜索 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huyooo/ai-chat-frontend-react",
3
- "version": "0.3.20",
3
+ "version": "0.3.22",
4
4
  "description": "AI Chat Frontend - React components with adapter pattern",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -38,9 +38,9 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@huyooo/ai-chat-bridge-electron": "^0.3.20",
42
- "@huyooo/ai-chat-shared": "^0.3.20",
43
- "@huyooo/ai-chat-types": "^0.3.20",
41
+ "@huyooo/ai-chat-bridge-electron": "^0.3.22",
42
+ "@huyooo/ai-chat-shared": "^0.3.22",
43
+ "@huyooo/ai-chat-types": "^0.3.22",
44
44
  "@iconify/react": "^5.0.2"
45
45
  },
46
46
  "devDependencies": {