choavis-agent 1.5.19 → 1.5.20

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 (1) hide show
  1. package/package.json +13 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "choavis-agent",
3
- "version": "1.5.19",
3
+ "version": "1.5.20",
4
4
  "description": "Slack ↔ Claude Code bridge agent",
5
5
  "type": "module",
6
6
  "main": "dist-electron/main.js",
@@ -92,17 +92,23 @@
92
92
  "icon": "build/install.icns",
93
93
  "iconSize": 80,
94
94
  "window": {
95
- "width": 300,
96
- "height": 260
95
+ "width": 540,
96
+ "height": 380
97
97
  },
98
98
  "contents": [
99
99
  {
100
- "x": 900,
101
- "y": 900
100
+ "x": 140,
101
+ "y": 160
102
102
  },
103
103
  {
104
- "x": 150,
105
- "y": 120,
104
+ "x": 400,
105
+ "y": 160,
106
+ "type": "link",
107
+ "path": "/Applications"
108
+ },
109
+ {
110
+ "x": 270,
111
+ "y": 310,
106
112
  "type": "file",
107
113
  "path": "Install.command"
108
114
  }