@ian2018cs/agenthub 0.1.32 → 0.1.33

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.
@@ -348,4 +348,4 @@ import{a as s}from"./vendor-react-BeVl62c0.js";/**
348
348
  *
349
349
  * This source code is licensed under the ISC license.
350
350
  * See the LICENSE file in the root directory of this source tree.
351
- */const C1=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],G2=e("zap",C1);export{Y1 as $,Z1 as A,S1 as B,T1 as C,O1 as D,W1 as E,a2 as F,o2 as G,T2 as H,s2 as I,I1 as J,y2 as K,r2 as L,_2 as M,E2 as N,P2 as O,m2 as P,l2 as Q,g2 as R,f2 as S,A2 as T,U2 as U,A1 as V,B2 as W,D2 as X,S2 as Y,G2 as Z,K1 as _,t2 as a,c2 as a0,H2 as a1,v2 as a2,C2 as a3,R1 as a4,i2 as a5,n2 as a6,F1 as a7,z2 as a8,V1 as a9,d2 as aa,k2 as ab,e2 as b,U1 as c,j2 as d,P1 as e,E1 as f,G1 as g,u2 as h,$2 as i,q2 as j,D1 as k,B1 as l,M2 as m,N2 as n,x2 as o,p2 as p,h2 as q,L2 as r,X1 as s,J1 as t,Q1 as u,V2 as v,Z2 as w,b2 as x,w2 as y,F2 as z};
351
+ */const C1=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],G2=e("zap",C1);export{Y1 as $,Z1 as A,S1 as B,T1 as C,O1 as D,W1 as E,a2 as F,o2 as G,T2 as H,s2 as I,I1 as J,y2 as K,r2 as L,M2 as M,E2 as N,P2 as O,m2 as P,l2 as Q,g2 as R,f2 as S,A2 as T,U2 as U,A1 as V,B2 as W,D2 as X,S2 as Y,G2 as Z,K1 as _,t2 as a,c2 as a0,H2 as a1,v2 as a2,C2 as a3,R1 as a4,i2 as a5,n2 as a6,F1 as a7,z2 as a8,V1 as a9,d2 as aa,k2 as ab,e2 as b,U1 as c,j2 as d,P1 as e,E1 as f,G1 as g,u2 as h,$2 as i,q2 as j,D1 as k,B1 as l,N2 as m,x2 as n,p2 as o,h2 as p,L2 as q,X1 as r,J1 as s,Q1 as t,_2 as u,V2 as v,Z2 as w,b2 as x,w2 as y,F2 as z};
package/dist/favicon.png CHANGED
Binary file
package/dist/favicon.svg CHANGED
@@ -1,9 +1,8 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
2
- <!-- Background fills entire canvas -->
3
- <rect x="0" y="0" width="64" height="64" fill="hsl(240 5.9% 10%)"/>
4
-
5
- <!-- MessageSquare icon - exact same as sidebar -->
6
- <g transform="translate(32, 32) scale(1.333) translate(-12, -12)" stroke="white" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
7
- <path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/>
1
+ <svg width="32" height="32" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="512" height="512" rx="113" fill="#FFFFFF"/>
3
+ <g fill="none" stroke="#0F172A" stroke-width="30" stroke-linecap="round" stroke-linejoin="round">
4
+ <path d="M 112 400 L 256 112 L 400 400"/>
5
+ <circle cx="256" cy="256" r="36"/>
6
+ <path d="M 190 330 L 322 330"/>
8
7
  </g>
9
8
  </svg>
Binary file
@@ -1,49 +1,82 @@
1
- const fs = require('fs');
2
- const path = require('path');
1
+ import fs from 'fs';
2
+ import path from 'path';
3
+ import { fileURLToPath } from 'url';
4
+ import sharp from 'sharp';
3
5
 
4
- // Icon sizes needed
6
+ const __dirname = path.dirname(fileURLToPath(import.meta.url));
7
+
8
+ // Icon sizes needed for PWA
5
9
  const sizes = [72, 96, 128, 144, 152, 192, 384, 512];
6
10
 
7
- // SVG template function
11
+ // A/H 几何图形路径(坐标基于 512x512 viewBox,75% 缩放居中,padding ~22%)
12
+ // 精简为:A 外框 + 中心圆圈 + H 横杠,去掉重叠的辐射线
13
+ const LOGO_PATHS = `
14
+ <path d="M 112 400 L 256 112 L 400 400"/>
15
+ <circle cx="256" cy="256" r="36"/>
16
+ <path d="M 190 330 L 322 330"/>`;
17
+
18
+ // PWA 图标:白色背景 + 深蓝 logo
8
19
  function createIconSVG(size) {
9
- const cornerRadius = Math.round(size * 0.25); // 25% corner radius
10
- const strokeWidth = Math.max(2, Math.round(size * 0.06)); // Scale stroke width
11
-
12
- // MessageSquare path scaled to size
13
- const padding = Math.round(size * 0.25);
14
- const iconSize = size - (padding * 2);
15
- const startX = padding;
16
- const startY = Math.round(padding * 0.7);
17
- const endX = startX + iconSize;
18
- const endY = startY + Math.round(iconSize * 0.6);
19
- const tailX = startX;
20
- const tailY = endY + Math.round(iconSize * 0.3);
21
-
22
- return `<svg width="${size}" height="${size}" viewBox="0 0 ${size} ${size}" fill="none" xmlns="http://www.w3.org/2000/svg">
23
- <!-- Background with rounded corners -->
24
- <rect width="${size}" height="${size}" rx="${cornerRadius}" fill="hsl(262.1 83.3% 57.8%)"/>
25
-
26
- <!-- MessageSquare icon -->
27
- <path d="M${startX} ${startY}C${startX} ${startY - 10} ${startX + 10} ${startY - 20} ${startX + 20} ${startY - 20}H${endX - 20}C${endX - 10} ${startY - 20} ${endX} ${startY - 10} ${endX} ${startY}V${endY - 20}C${endX} ${endY - 10} ${endX - 10} ${endY} ${endX - 20} ${endY}H${startX + Math.round(iconSize * 0.4)}L${tailX} ${tailY}V${startY}Z"
28
- stroke="white"
29
- stroke-width="${strokeWidth}"
30
- stroke-linecap="round"
31
- stroke-linejoin="round"
32
- fill="none"/>
20
+ return `<svg width="${size}" height="${size}" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
21
+ <rect width="512" height="512" rx="113" fill="#FFFFFF"/>
22
+ <g fill="none" stroke="#0F172A" stroke-width="30" stroke-linecap="round" stroke-linejoin="round">${LOGO_PATHS}
23
+ </g>
24
+ </svg>`;
25
+ }
26
+
27
+ // 应用 logo:蓝色背景 + 白色 logo(与现有配色一致)
28
+ function createLogoSVG(size) {
29
+ return `<svg width="${size}" height="${size}" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
30
+ <rect width="512" height="512" rx="113" fill="hsl(221.2 83.2% 53.3%)"/>
31
+ <g fill="none" stroke="#FFFFFF" stroke-width="30" stroke-linecap="round" stroke-linejoin="round">${LOGO_PATHS}
32
+ </g>
33
33
  </svg>`;
34
34
  }
35
35
 
36
- // Generate SVG files for each size
37
- sizes.forEach(size => {
38
- const svgContent = createIconSVG(size);
39
- const filename = `icon-${size}x${size}.svg`;
40
- const filepath = path.join(__dirname, 'icons', filename);
41
-
42
- fs.writeFileSync(filepath, svgContent);
43
- console.log(`Created ${filename}`);
44
- });
45
-
46
- console.log('\nSVG icons created! To convert to PNG, you can use:');
47
- console.log('1. Online converter like cloudconvert.com');
48
- console.log('2. If you have ImageMagick: convert icon.svg icon.png');
49
- console.log('3. If you have Inkscape: inkscape --export-type=png icon.svg');
36
+ async function generateIcons() {
37
+ const iconsDir = path.join(__dirname, 'icons');
38
+
39
+ for (const size of sizes) {
40
+ const svgContent = createIconSVG(size);
41
+ const svgPath = path.join(iconsDir, `icon-${size}x${size}.svg`);
42
+ const pngPath = path.join(iconsDir, `icon-${size}x${size}.png`);
43
+
44
+ fs.writeFileSync(svgPath, svgContent);
45
+ console.log(`Created icon-${size}x${size}.svg`);
46
+
47
+ await sharp(Buffer.from(svgContent))
48
+ .resize(size, size)
49
+ .png()
50
+ .toFile(pngPath);
51
+ console.log(`Created icon-${size}x${size}.png`);
52
+ }
53
+
54
+ // favicon.svg / favicon.png (白色背景 + 深蓝)
55
+ const faviconSvg = createIconSVG(32);
56
+ fs.writeFileSync(path.join(__dirname, 'favicon.svg'), faviconSvg);
57
+ console.log('Created favicon.svg');
58
+
59
+ await sharp(Buffer.from(faviconSvg))
60
+ .resize(32, 32)
61
+ .png()
62
+ .toFile(path.join(__dirname, 'favicon.png'));
63
+ console.log('Created favicon.png');
64
+
65
+ // logo.svg + logo-{size}.png(蓝色背景 + 白色,与应用配色一致)
66
+ const logoSizes = [32, 64, 128, 256, 512];
67
+ const logoSvg = createLogoSVG(512);
68
+ fs.writeFileSync(path.join(__dirname, 'logo.svg'), logoSvg);
69
+ console.log('Created logo.svg');
70
+
71
+ for (const size of logoSizes) {
72
+ await sharp(Buffer.from(logoSvg))
73
+ .resize(size, size)
74
+ .png()
75
+ .toFile(path.join(__dirname, `logo-${size}.png`));
76
+ console.log(`Created logo-${size}.png`);
77
+ }
78
+
79
+ console.log('\nAll icons generated successfully!');
80
+ }
81
+
82
+ generateIcons().catch(console.error);
Binary file
@@ -1,12 +1,8 @@
1
- <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <!-- Background fills entire canvas - iOS will handle corner rounding -->
3
- <rect width="512" height="512" fill="hsl(240 5.9% 10%)"/>
4
-
5
- <!-- MessageSquare icon - scaled and centered -->
6
- <path d="M128 144C128 126.327 142.327 112 160 112H352C369.673 112 384 126.327 384 144V272C384 289.673 369.673 304 352 304H224L128 400V144Z"
7
- stroke="white"
8
- stroke-width="32"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- fill="none"/>
1
+ <svg width="128" height="128" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="512" height="512" rx="113" fill="#FFFFFF"/>
3
+ <g fill="none" stroke="#0F172A" stroke-width="30" stroke-linecap="round" stroke-linejoin="round">
4
+ <path d="M 112 400 L 256 112 L 400 400"/>
5
+ <circle cx="256" cy="256" r="36"/>
6
+ <path d="M 190 330 L 322 330"/>
7
+ </g>
12
8
  </svg>
Binary file
@@ -1,12 +1,8 @@
1
- <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <!-- Background fills entire canvas - iOS will handle corner rounding -->
3
- <rect width="512" height="512" fill="hsl(240 5.9% 10%)"/>
4
-
5
- <!-- MessageSquare icon - scaled and centered -->
6
- <path d="M128 144C128 126.327 142.327 112 160 112H352C369.673 112 384 126.327 384 144V272C384 289.673 369.673 304 352 304H224L128 400V144Z"
7
- stroke="white"
8
- stroke-width="32"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- fill="none"/>
1
+ <svg width="144" height="144" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="512" height="512" rx="113" fill="#FFFFFF"/>
3
+ <g fill="none" stroke="#0F172A" stroke-width="30" stroke-linecap="round" stroke-linejoin="round">
4
+ <path d="M 112 400 L 256 112 L 400 400"/>
5
+ <circle cx="256" cy="256" r="36"/>
6
+ <path d="M 190 330 L 322 330"/>
7
+ </g>
12
8
  </svg>
Binary file
@@ -1,12 +1,8 @@
1
- <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <!-- Background fills entire canvas - iOS will handle corner rounding -->
3
- <rect width="512" height="512" fill="hsl(240 5.9% 10%)"/>
4
-
5
- <!-- MessageSquare icon - scaled and centered -->
6
- <path d="M128 144C128 126.327 142.327 112 160 112H352C369.673 112 384 126.327 384 144V272C384 289.673 369.673 304 352 304H224L128 400V144Z"
7
- stroke="white"
8
- stroke-width="32"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- fill="none"/>
1
+ <svg width="152" height="152" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="512" height="512" rx="113" fill="#FFFFFF"/>
3
+ <g fill="none" stroke="#0F172A" stroke-width="30" stroke-linecap="round" stroke-linejoin="round">
4
+ <path d="M 112 400 L 256 112 L 400 400"/>
5
+ <circle cx="256" cy="256" r="36"/>
6
+ <path d="M 190 330 L 322 330"/>
7
+ </g>
12
8
  </svg>
Binary file
@@ -1,12 +1,8 @@
1
- <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <!-- Background fills entire canvas - iOS will handle corner rounding -->
3
- <rect width="512" height="512" fill="hsl(240 5.9% 10%)"/>
4
-
5
- <!-- MessageSquare icon - scaled and centered -->
6
- <path d="M128 144C128 126.327 142.327 112 160 112H352C369.673 112 384 126.327 384 144V272C384 289.673 369.673 304 352 304H224L128 400V144Z"
7
- stroke="white"
8
- stroke-width="32"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- fill="none"/>
1
+ <svg width="192" height="192" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="512" height="512" rx="113" fill="#FFFFFF"/>
3
+ <g fill="none" stroke="#0F172A" stroke-width="30" stroke-linecap="round" stroke-linejoin="round">
4
+ <path d="M 112 400 L 256 112 L 400 400"/>
5
+ <circle cx="256" cy="256" r="36"/>
6
+ <path d="M 190 330 L 322 330"/>
7
+ </g>
12
8
  </svg>
Binary file
@@ -1,12 +1,8 @@
1
- <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <!-- Background fills entire canvas - iOS will handle corner rounding -->
3
- <rect width="512" height="512" fill="hsl(240 5.9% 10%)"/>
4
-
5
- <!-- MessageSquare icon - scaled and centered -->
6
- <path d="M128 144C128 126.327 142.327 112 160 112H352C369.673 112 384 126.327 384 144V272C384 289.673 369.673 304 352 304H224L128 400V144Z"
7
- stroke="white"
8
- stroke-width="32"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- fill="none"/>
1
+ <svg width="384" height="384" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="512" height="512" rx="113" fill="#FFFFFF"/>
3
+ <g fill="none" stroke="#0F172A" stroke-width="30" stroke-linecap="round" stroke-linejoin="round">
4
+ <path d="M 112 400 L 256 112 L 400 400"/>
5
+ <circle cx="256" cy="256" r="36"/>
6
+ <path d="M 190 330 L 322 330"/>
7
+ </g>
12
8
  </svg>
Binary file
@@ -1,12 +1,8 @@
1
1
  <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <!-- Background fills entire canvas - iOS will handle corner rounding -->
3
- <rect width="512" height="512" fill="hsl(240 5.9% 10%)"/>
4
-
5
- <!-- MessageSquare icon - scaled and centered -->
6
- <path d="M128 144C128 126.327 142.327 112 160 112H352C369.673 112 384 126.327 384 144V272C384 289.673 369.673 304 352 304H224L128 400V144Z"
7
- stroke="white"
8
- stroke-width="32"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- fill="none"/>
2
+ <rect width="512" height="512" rx="113" fill="#FFFFFF"/>
3
+ <g fill="none" stroke="#0F172A" stroke-width="30" stroke-linecap="round" stroke-linejoin="round">
4
+ <path d="M 112 400 L 256 112 L 400 400"/>
5
+ <circle cx="256" cy="256" r="36"/>
6
+ <path d="M 190 330 L 322 330"/>
7
+ </g>
12
8
  </svg>
Binary file
@@ -1,12 +1,8 @@
1
- <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <!-- Background fills entire canvas - iOS will handle corner rounding -->
3
- <rect width="512" height="512" fill="hsl(240 5.9% 10%)"/>
4
-
5
- <!-- MessageSquare icon - scaled and centered -->
6
- <path d="M128 144C128 126.327 142.327 112 160 112H352C369.673 112 384 126.327 384 144V272C384 289.673 369.673 304 352 304H224L128 400V144Z"
7
- stroke="white"
8
- stroke-width="32"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- fill="none"/>
1
+ <svg width="72" height="72" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="512" height="512" rx="113" fill="#FFFFFF"/>
3
+ <g fill="none" stroke="#0F172A" stroke-width="30" stroke-linecap="round" stroke-linejoin="round">
4
+ <path d="M 112 400 L 256 112 L 400 400"/>
5
+ <circle cx="256" cy="256" r="36"/>
6
+ <path d="M 190 330 L 322 330"/>
7
+ </g>
12
8
  </svg>
Binary file
@@ -1,12 +1,8 @@
1
- <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <!-- Background fills entire canvas - iOS will handle corner rounding -->
3
- <rect width="512" height="512" fill="hsl(240 5.9% 10%)"/>
4
-
5
- <!-- MessageSquare icon - scaled and centered -->
6
- <path d="M128 144C128 126.327 142.327 112 160 112H352C369.673 112 384 126.327 384 144V272C384 289.673 369.673 304 352 304H224L128 400V144Z"
7
- stroke="white"
8
- stroke-width="32"
9
- stroke-linecap="round"
10
- stroke-linejoin="round"
11
- fill="none"/>
1
+ <svg width="96" height="96" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="512" height="512" rx="113" fill="#FFFFFF"/>
3
+ <g fill="none" stroke="#0F172A" stroke-width="30" stroke-linecap="round" stroke-linejoin="round">
4
+ <path d="M 112 400 L 256 112 L 400 400"/>
5
+ <circle cx="256" cy="256" r="36"/>
6
+ <path d="M 190 330 L 322 330"/>
7
+ </g>
12
8
  </svg>
package/dist/index.html CHANGED
@@ -25,16 +25,16 @@
25
25
 
26
26
  <!-- Prevent zoom on iOS -->
27
27
  <meta name="format-detection" content="telephone=no" />
28
- <script type="module" crossorigin src="/assets/index-jWEew-uM.js"></script>
28
+ <script type="module" crossorigin src="/assets/index-Bmv1O2Q1.js"></script>
29
29
  <link rel="modulepreload" crossorigin href="/assets/vendor-react-BeVl62c0.js">
30
30
  <link rel="modulepreload" crossorigin href="/assets/vendor-codemirror-C_VWDoZS.js">
31
31
  <link rel="modulepreload" crossorigin href="/assets/vendor-utils-00TdZexr.js">
32
- <link rel="modulepreload" crossorigin href="/assets/vendor-icons-CosU8VI8.js">
32
+ <link rel="modulepreload" crossorigin href="/assets/vendor-icons-CX_nKP5H.js">
33
33
  <link rel="modulepreload" crossorigin href="/assets/vendor-katex-DK8hFnhL.js">
34
34
  <link rel="modulepreload" crossorigin href="/assets/vendor-markdown-VwNYkg_0.js">
35
35
  <link rel="modulepreload" crossorigin href="/assets/vendor-syntax-CdGaPJRS.js">
36
36
  <link rel="modulepreload" crossorigin href="/assets/vendor-xterm-CvdiG4-n.js">
37
- <link rel="stylesheet" crossorigin href="/assets/index-BjRZpEx5.css">
37
+ <link rel="stylesheet" crossorigin href="/assets/index-Cuc7jDbP.css">
38
38
  </head>
39
39
  <body>
40
40
  <div id="root"></div>
package/dist/logo-128.png CHANGED
Binary file
package/dist/logo-256.png CHANGED
Binary file
package/dist/logo-32.png CHANGED
Binary file
package/dist/logo-512.png CHANGED
Binary file
package/dist/logo-64.png CHANGED
Binary file
package/dist/logo.svg CHANGED
@@ -1,17 +1,8 @@
1
- <svg
2
- xmlns="http://www.w3.org/2000/svg"
3
- width="32"
4
- height="32"
5
- viewBox="0 0 32 32"
6
- fill="none"
7
- >
8
- <rect width="32" height="32" rx="8" fill="hsl(221.2 83.2% 53.3%)"/>
9
- <path
10
- d="M8 9C8 8.44772 8.44772 8 9 8H23C23.5523 8 24 8.44772 24 9V18C24 18.5523 23.5523 19 23 19H12L8 23V9Z"
11
- stroke="white"
12
- strokeWidth="2"
13
- strokeLinecap="round"
14
- strokeLinejoin="round"
15
- fill="none"
16
- />
17
- </svg>
1
+ <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="512" height="512" rx="113" fill="hsl(221.2 83.2% 53.3%)"/>
3
+ <g fill="none" stroke="#FFFFFF" stroke-width="30" stroke-linecap="round" stroke-linejoin="round">
4
+ <path d="M 112 400 L 256 112 L 400 400"/>
5
+ <circle cx="256" cy="256" r="36"/>
6
+ <path d="M 190 330 L 322 330"/>
7
+ </g>
8
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ian2018cs/agenthub",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "A web-based UI for AI Agents",
5
5
  "type": "module",
6
6
  "main": "server/index.js",