local-operator-ui 0.4.7 → 0.5.1

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": "local-operator-ui",
3
- "version": "0.4.7",
3
+ "version": "0.5.1",
4
4
  "productName": "Local Operator",
5
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",
@@ -9,14 +9,14 @@
9
9
  },
10
10
  "license": "GPL-3.0-or-later",
11
11
  "author": {
12
- "name": "Damian Tran",
13
- "email": "damian@local-operator.com",
14
- "url": "https://github.com/damianvtran"
12
+ "name": "Radient Inc.",
13
+ "email": "contact@radienthq.com",
14
+ "url": "https://github.com/radient-ml"
15
15
  },
16
16
  "contributors": [
17
17
  {
18
18
  "name": "Damian Tran",
19
- "email": "damian@local-operator.com",
19
+ "email": "damian@radienthq.com",
20
20
  "url": "https://github.com/damianvtran"
21
21
  }
22
22
  ],
@@ -30,14 +30,21 @@
30
30
  },
31
31
  "keywords": [
32
32
  "local-operator",
33
+ "radient",
33
34
  "agent",
35
+ "ai",
34
36
  "python",
35
37
  "tool use",
36
38
  "ui",
37
39
  "electron",
38
40
  "react"
39
41
  ],
40
- "files": ["out", "bin", "LICENSE", "README.md"],
42
+ "files": [
43
+ "out",
44
+ "bin",
45
+ "LICENSE",
46
+ "README.md"
47
+ ],
41
48
  "publishConfig": {
42
49
  "access": "public"
43
50
  },
@@ -46,12 +53,14 @@
46
53
  "dev": "electron-vite dev",
47
54
  "build": "electron-vite build",
48
55
  "postbuild": "chmod +x ./bin/local-operator-ui.js",
49
- "lint": "npx @biomejs/biome check src",
50
- "lint:fix": "npx @biomejs/biome check --write src",
51
- "format": "npx @biomejs/biome format src",
52
- "format:fix": "npx @biomejs/biome format --write src",
53
- "prepublishOnly": "npm run build",
54
- "check-types": "tsc --noEmit",
56
+ "lint": "pnpm biome check src",
57
+ "lint:fix": "pnpm biome check --write src",
58
+ "format": "pnpm biome format src",
59
+ "format:fix": "pnpm biome format --write src",
60
+ "prepublishOnly": "pnpm run build",
61
+ "check-types:main": "tsc --noEmit -p tsconfig.node.json",
62
+ "check-types:renderer": "tsc --noEmit -p tsconfig.app.json",
63
+ "check-types": "pnpm run check-types:main && pnpm run check-types:renderer",
55
64
  "pack": "pnpm run build && electron-builder --dir",
56
65
  "dist": "pnpm run build && electron-builder",
57
66
  "dist:mac": "pnpm run build && electron-builder --mac --publish never",
@@ -73,17 +82,22 @@
73
82
  "@fortawesome/free-solid-svg-icons": "^6.7.2",
74
83
  "@fortawesome/react-fontawesome": "^0.2.2",
75
84
  "@mui/material": "^6.4.2",
85
+ "@openid/appauth": "1.3.2",
76
86
  "@tanstack/react-query": "^5.67.1",
77
87
  "@tanstack/react-query-devtools": "^5.67.1",
88
+ "@uiw/codemirror-extensions-langs": "^4.23.10",
89
+ "@uiw/codemirror-theme-basic": "^4.23.10",
90
+ "@uiw/react-codemirror": "^4.23.10",
78
91
  "date-fns": "^4.1.0",
79
- "dmg-builder": "24.13.3",
80
- "dotenv": "^16.4.7",
92
+ "dmg-builder": "26.0.12",
81
93
  "electron-builder-squirrel-windows": "26.0.12",
82
94
  "electron-debug": "^3.2.0",
83
95
  "electron-log": "^4.4.8",
84
96
  "electron-updater": "^6.1.4",
85
97
  "html-react-parser": "^5.2.2",
98
+ "jwt-decode": "^4.0.0",
86
99
  "katex": "^0.16.21",
100
+ "keytar": "^7.9.0",
87
101
  "posthog-js": "^1.235.0",
88
102
  "posthog-node": "^4.11.3",
89
103
  "react": "^18.3.1",
@@ -93,6 +107,7 @@
93
107
  "react-router-dom": "^6.16.0",
94
108
  "react-syntax-highlighter": "^15.6.1",
95
109
  "react-toastify": "^11.0.5",
110
+ "recharts": "^2.15.3",
96
111
  "rehype-katex": "^7.0.1",
97
112
  "remark-gfm": "^4.0.1",
98
113
  "remark-math": "^6.0.0",
@@ -111,15 +126,16 @@
111
126
  "@electron/notarize": "^2.5.0",
112
127
  "@storybook/addon-essentials": "^8.6.4",
113
128
  "@storybook/addon-interactions": "^8.6.4",
114
- "@storybook/addon-onboarding": "^8.6.4",
115
129
  "@storybook/blocks": "^8.6.4",
116
130
  "@storybook/react": "^8.6.4",
117
131
  "@storybook/react-vite": "^8.6.4",
118
132
  "@storybook/test": "^8.6.4",
119
133
  "@types/react": "18.3.18",
120
134
  "@types/react-dom": "18.3.5",
135
+ "@types/react-syntax-highlighter": "^15.5.13",
121
136
  "@vitejs/plugin-react": "^4.3.4",
122
- "electron": "^25.3.1",
137
+ "dotenv": "^16.5.0",
138
+ "electron": "^25.9.8",
123
139
  "electron-builder": "^26.0.12",
124
140
  "electron-vite": "^3.0.0",
125
141
  "esbuild": "^0.25.1",
@@ -143,9 +159,14 @@
143
159
  "build": {
144
160
  "appId": "com.local-operator",
145
161
  "productName": "Local Operator",
146
- "copyright": "Copyright © 2025 Damian Tran",
162
+ "copyright": "Copyright © 2025 Radient Inc.",
147
163
  "asar": true,
148
- "files": ["out/**/*", "bin/**/*", "LICENSE", "README.md"],
164
+ "files": [
165
+ "out/**/*",
166
+ "bin/**/*",
167
+ "LICENSE",
168
+ "README.md"
169
+ ],
149
170
  "directories": {
150
171
  "output": "dist",
151
172
  "buildResources": "build"
@@ -154,7 +175,9 @@
154
175
  {
155
176
  "from": "resources/python",
156
177
  "to": "python",
157
- "filter": ["**/*"]
178
+ "filter": [
179
+ "**/*"
180
+ ]
158
181
  }
159
182
  ],
160
183
  "afterSign": "scripts/notarize.js",
@@ -168,11 +191,15 @@
168
191
  "target": [
169
192
  {
170
193
  "target": "dmg",
171
- "arch": ["universal"]
194
+ "arch": [
195
+ "universal"
196
+ ]
172
197
  },
173
198
  {
174
199
  "target": "zip",
175
- "arch": ["universal"]
200
+ "arch": [
201
+ "universal"
202
+ ]
176
203
  }
177
204
  ],
178
205
  "artifactName": "${name}-${version}-${arch}.${ext}",
@@ -201,7 +228,10 @@
201
228
  "target": [
202
229
  {
203
230
  "target": "nsis",
204
- "arch": ["x64", "arm64"]
231
+ "arch": [
232
+ "x64",
233
+ "arm64"
234
+ ]
205
235
  }
206
236
  ],
207
237
  "artifactName": "${name}-setup-${version}-${arch}.${ext}",
@@ -241,10 +271,16 @@
241
271
  }
242
272
  },
243
273
  "deb": {
244
- "depends": ["python3.12-full", "python3.12-venv"]
274
+ "depends": [
275
+ "python3.12-full",
276
+ "python3.12-venv"
277
+ ]
245
278
  },
246
279
  "rpm": {
247
- "depends": ["python3.12-full", "python3.12-venv"]
280
+ "depends": [
281
+ "python3.12-full",
282
+ "python3.12-venv"
283
+ ]
248
284
  },
249
285
  "publish": [
250
286
  {