local-operator-ui 0.3.6 → 0.3.7

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.
Binary file
Binary file
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "local-operator-ui",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "productName": "Local Operator",
5
- "description": "User interface for the Local Operator agent environment",
5
+ "description": "User interface for AI agent assistants that run Python code safely on your device through an intuitive chat interface. Supports local and cloud LLM models with built-in security features.",
6
6
  "main": "./out/main/index.js",
7
7
  "bin": {
8
8
  "local-operator-ui": "./bin/local-operator-ui.js"
@@ -150,7 +150,7 @@
150
150
  "files": ["out/**/*", "bin/**/*", "LICENSE", "README.md"],
151
151
  "directories": {
152
152
  "output": "dist",
153
- "buildResources": "resources"
153
+ "buildResources": "build"
154
154
  },
155
155
  "extraResources": [
156
156
  {
@@ -202,10 +202,12 @@
202
202
  "createDesktopShortcut": true,
203
203
  "createStartMenuShortcut": true,
204
204
  "deleteAppDataOnUninstall": true,
205
- "license": "build/LICENSE.txt"
205
+ "displayLanguageSelector": true,
206
+ "multiLanguageInstaller": true
206
207
  },
207
208
  "linux": {
208
209
  "category": "ArtificialIntelligence",
210
+ "icon": "build/",
209
211
  "target": [
210
212
  {
211
213
  "target": "deb",