@bolloon/bolloon-agent 0.3.7 → 0.3.9

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.
@@ -2820,6 +2820,37 @@ body {
2820
2820
  margin-top: 6px;
2821
2821
  }
2822
2822
 
2823
+ /* 模型筛选下拉 (外部智能体配置弹窗) */
2824
+ .combobox {
2825
+ position: relative;
2826
+ }
2827
+ .combobox-list {
2828
+ position: absolute;
2829
+ top: calc(100% + 4px);
2830
+ left: 0;
2831
+ right: 0;
2832
+ max-height: 240px;
2833
+ overflow-y: auto;
2834
+ background: var(--bg-elevated, var(--bg));
2835
+ border: 1px solid var(--border);
2836
+ border-radius: var(--radius-sm);
2837
+ z-index: 50;
2838
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
2839
+ }
2840
+ .combobox-option {
2841
+ padding: 9px 14px;
2842
+ font-size: 13px;
2843
+ color: var(--text);
2844
+ cursor: pointer;
2845
+ white-space: nowrap;
2846
+ overflow: hidden;
2847
+ text-overflow: ellipsis;
2848
+ }
2849
+ .combobox-option:hover {
2850
+ background: var(--accent);
2851
+ color: #fff;
2852
+ }
2853
+
2823
2854
  .form-row {
2824
2855
  display: flex;
2825
2856
  gap: 12px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bolloon/bolloon-agent",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "type": "module",
5
5
  "description": "P2P AI Document Agent - 全局安装后执行 `bolloon` 启动产品",
6
6
  "main": "dist/cli-entry.js",
@@ -48,30 +48,30 @@
48
48
  "src/constraint-runtime"
49
49
  ],
50
50
  "dependencies": {
51
- "@bolloon/bolloon-agent": "^0.3.6",
51
+ "@bolloon/bolloon-agent": "^0.3.3",
52
52
  "@bolloon/constraint-runtime": "0.1.0",
53
- "@capacitor/core": "^8.4.2",
53
+ "@capacitor/core": "^8.4.1",
54
54
  "@capacitor/ios": "^8.4.1",
55
55
  "@chainsafe/libp2p-noise": "^17.0.0",
56
56
  "@chainsafe/libp2p-yamux": "^8.0.1",
57
57
  "@diap/sdk": "^0.1.10",
58
58
  "@libp2p/autonat": "^3.0.20",
59
- "@libp2p/circuit-relay-v2": "^4.2.9",
59
+ "@libp2p/circuit-relay-v2": "^4.2.5",
60
60
  "@libp2p/dcutr": "^3.0.20",
61
61
  "@libp2p/identify": "^4.1.6",
62
62
  "@libp2p/kad-dht": "^16.2.6",
63
63
  "@libp2p/tcp": "^11.0.20",
64
- "@libp2p/upnp-nat": "^4.0.24",
64
+ "@libp2p/upnp-nat": "^4.0.20",
65
65
  "@multiformats/multiaddr": "^13.0.3",
66
- "@noble/hashes": "^2.2.0",
66
+ "@noble/hashes": "^1.3.0",
67
67
  "@rayhanadev/iroh": "^0.1.1",
68
68
  "b4a": "^1.8.1",
69
69
  "dotenv": "^17.4.2",
70
- "esbuild": "^0.28.1",
70
+ "esbuild": "^0.24.0",
71
71
  "express": "^5.2.1",
72
72
  "libp2p": "^3.3.0",
73
73
  "mammoth": "^1.6.0",
74
- "pdf-parse": "^2.4.5",
74
+ "pdf-parse": "^1.1.4",
75
75
  "platform": "^1.3.6",
76
76
  "react": "^18.3.0",
77
77
  "react-dom": "^18.3.0",