@huyooo/ai-chat-bridge-electron 0.2.3 → 0.2.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huyooo/ai-chat-bridge-electron",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "AI Chat Electron Bridge - IPC integration for Electron apps",
5
5
  "type": "module",
6
6
  "main": "./dist/main/index.cjs",
@@ -37,9 +37,9 @@
37
37
  "clean": "rm -rf dist"
38
38
  },
39
39
  "dependencies": {
40
- "@huyooo/ai-chat-core": "^0.2.3",
41
- "@huyooo/ai-chat-storage": "^0.2.3",
42
- "@huyooo/ai-search": "^0.2.3"
40
+ "@huyooo/ai-chat-core": "^0.2.4",
41
+ "@huyooo/ai-chat-storage": "^0.2.4",
42
+ "@huyooo/ai-search": "^0.2.4"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "electron": ">=20.0.0"
package/src/main/index.ts CHANGED
@@ -46,7 +46,7 @@ import {
46
46
  export interface ElectronBridgeOptions extends Omit<AgentConfig, 'tools'> {
47
47
  /** IPC channel 前缀 */
48
48
  channelPrefix?: string;
49
- /**
49
+ /**
50
50
  * 统一数据目录(必填)
51
51
  * 所有数据都存储在此目录下:
52
52
  * - db.sqlite: 对话历史